BaRatin-tools / BaRatinAGE

BaRatin Advanced Graphical Environment
https://baratin-tools.github.io/en/
GNU General Public License v3.0
4 stars 0 forks source link

Languages in menu (options...change language) are unsorted #65

Closed benRenard closed 5 months ago

benRenard commented 5 months ago

It seems to be a linux-only problem, languages are in alphabetical order under windows.

Very minor, it's just a bit impractical

JeromeLeCoz commented 5 months ago

I think they are sorted by ISO code (at least for Windows?). Perhaps showing the ISO codes would help?

IvanHeriver commented 5 months ago

it is indeed sorted by language key (ISO code). I can change the text to be like

(fr) french - français

or sort using current or target local

or both (add iso code + change sorting)

JeromeLeCoz commented 5 months ago

I vote for option 1:

(fr) french - français

JeromeLeCoz commented 5 months ago

but with a capital letter in English, not in French:

(fr) French - français

for all languages

IvanHeriver commented 5 months ago

The language names are actually part of Java, I have no control on how they are spelled but I checked, in english all languages have a capital first letter

IvanHeriver commented 5 months ago

done (see 50df44ecda725a4de6f980e5d8788b349a0c9025)