Sometimes, when a developer adds a string to En resource file, (s)he adds it as well to all other non-En resource files.
Isn't that unnecessary?
http://wiki.winehq.org/SublangNeutral says the search order is
- LANG_NEUTRAL, SUBLANG_NEUTRAL
- LANG_FRENCH,
SUBLANG_FRENCH_BELGIAN
- LANG_FRENCH,
SUBLANG_NEUTRAL
- LANG_ENGLISH,
SUBLANG_ENGLISH_US
Would a patch removing En resources in non En rc files be accepted? This would allow for more accurate translation stats.
Or doesn't a fallback mechanism always apply?
Frédéric