Closed jer194 closed 9 months ago
I agree.
This is a know issue for German, and maybe other languages, but not for the majority, where lowercase is correct.
Quite easy to fix: toLowerCase()
should be applied only if default language is not German.
I'll fix it.
Fixed with 4791420 and available from version 1.0.1.
In the 'Trees' display, in German language, the display looks like: "xxx personen - 3 generationen - 3 medien", whereas it should read: "xxx Personen - 3 Generationen - 3 Medien".
Of course that's a minor issue, but still looks a bit ugly.
The problem seems to be here (not in 'res'):
Looks like 'toLowerCase()' should not be applied here ...
The same is true for all the menu items, eg when selecting 'Personen' from the menu, I'm getting 'xxx personen' in the headline of the 'persons' display, instead of 'xxx Personen'.
Fix: disable 'toLower' here:
Similar: when trying to add persons: