Opened 16 years ago
Closed 16 years ago
#312 closed task (fixed)
i18n Translation does not work on all server class_locale.php
Reported by: | astrid_emde | Owned by: | astrid_emde |
---|---|---|---|
Priority: | major | Milestone: | 2.5.1 release |
Component: | i18n | Version: | 2.5 |
Keywords: | Cc: |
Description
Change History (4)
comment:1 by , 16 years ago
Cc: | removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The error message disappears with the workaround, but the locale ist not found.
$selectedLocale = setlocale(LC_MESSAGES, $locale); $e = new Mb_notice("setlocal fuer LC_MESSAGES " . LC_MESSAGES . " auf locale: >" . $selectedLocale . "<"); results in Notice: setlocal fuer LC_MESSAGES 6 auf locale: ><
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
workaround. LC_MESSAGES doesn't seem to work under Windows.
2.5
http://trac.osgeo.org/mapbender/changeset/3657
trunk
Note:
See TracTickets
for help on using tickets.
Did you receive this error message?
The PHP constant LC_MESSAGES seems to be undefined on Windows machines, see
I have added this line to globalSettings.php
http://trac.osgeo.org/mapbender/changeset/3240
Please re-open if it still doesn't work.