[Bug 906] Changed - locale issues with MSIE6
bugs@bugs.horde.org
bugs@bugs.horde.org
Sat, 16 Mar 2002 10:23:59 -0400
http://bugs.horde.org/show_bug.cgi?id=906
*** shadow/906 Sat Mar 16 10:07:01 2002
--- shadow/906.tmp.28983 Sat Mar 16 10:23:59 2002
***************
*** 51,53 ****
--- 51,65 ----
It then goes on to match 'en' as an alias instead, and _map() then returns the
alias for 'en' which is set in lang.php as 'en_US'.
+
+ ------- Additional Comments From jan@horde.org 03/16/02 10:23 -------
+ That was changed with my recent code cleanup. I convert the header value
+ correctly to the ll_CC form now, see if I find an alias for it and return this
+ value unmodified if I don't find one.
+
+ Take a look at http://cvs.horde.org/co.php/horde/lib/Lang.php to see exactly
+ how it's done now.
+
+ Feel free to reopen the bug if you think that there is still something wrong.
+ It tested it with pt-br header and it showed me the pt_BR locale, not the pt
+ alias pt_PT locale.