Paul Vriens paul.vriens.wine@gmail.com writes:
- LANG_XXX, SUBLANG_DEFAULT (only 1 sublanguage in our code) should
show LANG_XXX, SUBLANG LANG_XXX_YYY.
- LANG_XXX, SUBLANG_DEFAULT (multiple sublanguages in our code)
should show all possible LANG_XXX, SUBLANG_XXX_YYY.
There's nothing special about SUBLANG_DEFAULT, it's just the first sublanguage.
I propose the following changes:
- The first thing that should happen before any parsing is done is to
get a list of all the different languages Wine is translated in.
That should be a result of the parsing, I don't see why you'd need to do this first.