Actions
Bug #17824
closedstatic_languages - no lg_typo3 for English
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-11-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In table static_languages there is no lg_typo3 for entry 'english' which causes fallaback to 'default' when using <languageKey index="en" type="array"> in locallang.xml
Just change lg_typo3 to 'en' and
config.language = en
works, allowing to enter utf-8 charcters in english section of locallang.xml
Treating english as 'default' causes iconving all data to iso-8859-1
(issue imported from #M6783)
Actions