[Bug 23124] Philippine English locale defaults to wrong SUBLANG

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jul 31 20:21:17 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=23124

Ken Sharp <kennybobs at o2.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |download, integration
             Status|NEW                         |ASSIGNED
           Platform|Other                       |x86-64
         AssignedTo|wine-bugs at winehq.org        |kennybobs at o2.co.uk
         OS/Version|other                       |Linux

--- Comment #17 from Ken Sharp <kennybobs at o2.co.uk> 2013-07-31 20:21:17 CDT ---
In hindsight the test is obvious:

+$(top_srcdir)/po/en_PH.po: $(top_srcdir)/po/fr.po
+    $(LN_S) fr.po $@

LANG=en_PH.utf-8 then shows all French translations. In other words: it works.

Cygwin has all kinds of problems so I cannot test there.
http://forum.winehq.org/viewtopic.php?f=2&t=19488

I could install PC-BSD and test on that but there isn't really any reason why
that shouldn't work. Will try in the next few days. Ditto with OpenIndiana.

One thing I am wondering though, is if this is bad practice:

$(top_srcdir)/po/en_PH.po: $(top_srcdir)/po/en_US.po
    $(LN_S) -f en_US.po $@

It should work (it does on Linux) and it forces an overwrite of any existing
en_PH.po without having to do a "make clean".

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list