http://bugs.winehq.org/show_bug.cgi?id=23124
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2010-06-12 23:22:54 --- (In reply to comment #2)
My point being there's no point in running through all the translations if we're moving over to .po files and all the work will have been wasted.
Translations for the .po files will still be copied into .rc files, and compiled with the resource compiler because they need to be accessible as PE resources. Introducing .po is just a way to help with translations using native tools, not a replacement for .rc files.
Is it possible to make Philippines English pick up LANG_DEFAULT instead of LANG_NEUTRAL? It will save a lot of duplication.
I don't see a way. #including another .rc won't work because of conflicting LANGUAGE statements.