http://bugs.winehq.org/show_bug.cgi?id=23124
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #45456|0 |1 is obsolete| |
--- Comment #21 from Ken Sharp imwellcushtymelike@gmail.com --- Comment on attachment 45456 --> http://bugs.winehq.org/attachment.cgi?id=45456 po: Add English (Philippines) resource
A symlink won't do the trick. The header of en_US.po identifies the language as "English (United States)" which can make some tools confused, as they probably should be.
"Language-Team: English (United States)\n" "Language: en_US\n"
A copy+sed would keep the two in-line but that would need to be done in the source tree, as far as I can tell, so makedep can pick it up, and I'm not comfortable modifying the source tree during compilation.
The other option is to just create the en_PH.po file and try to keep it up-to-date.