[bugs] [Bug 1057] Changed - Gettext Support for Foreign Language
bugs@bugs.horde.org
bugs@bugs.horde.org
Mon, 23 Sep 2002 05:49:39 -0300
http://bugs.horde.org/show_bug.cgi?id=1057
*** shadow/1057 Sun Sep 22 23:02:36 2002
--- shadow/1057.tmp.2111 Mon Sep 23 05:49:39 2002
***************
*** 3,10 ****
Version: 2.2 Stable
Platform: PHP Code
OS/Version: Linux
! Status: NEW
! Resolution:
Severity: major
Priority: P2
Component: IMP
--- 3,10 ----
Version: 2.2 Stable
Platform: PHP Code
OS/Version: Linux
! Status: RESOLVED
! Resolution: WORKSFORME
Severity: major
Priority: P2
Component: IMP
***************
*** 27,29 ****
--- 27,35 ----
This has been verified on RedHat 6.2 and 7.1 systems.
+
+ ------- Additional Comments From jan@horde.org 09/23/02 05:49 -------
+ Noone else reported such problems so far and we have this code in Lang.php for a
+ long time.
+ Anyway, you should also set the other category for this locale:
+ setlocale(LC_TIME, $lang); setlocale(LC_NUMERIC, $lang); .....