Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4
-
Component/s: Language
-
Labels:None
-
Environment:Ubuntu 8.10 Server, MySQL
-
Database:MySQL
-
Difficulty:Easy
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE, MOODLE_20_STABLE
Description
In the es_utf8/timezones.php spanish timezone file the following string is wrongly translated
It is wrongly translated as:
[america/mexico_city] = América/México_CF
it SHOULD say:
[america/mexico_city] = América/México_DF
I've uploaded a patch that fixes the translation.