Hello everybody,
I've noticed that on the current template many entries are double / just a little bit different, fe. the following one.
Language
Language:
Lang&uage:
The problem is that they are not neighbours in the template. As in launchpad everybody can translate the entries he wants and when he wants possibly "Language" is translated by one person and "Language:" by another - but they probably won't translate it the same way but using other words.
My suggtestion is to remove all entries that contain the same word from the template and modify the source code.
Am I right that Catalog.GetString calls GNU.Gettext.dll? I suppose that we are not able to modify this library.
So I would suggest to create a new class / method that recieves as parameter the string to search, the caracters that need to be added at a specific place and the indices of those caracters in the String.
Something like .getStringAndSpecialCaracters("Language", 5, "&", 10, ":");
What do you think?
Greetings
Joachim