Hi!

Jan Bednarik wrote:
I need to add mongolian language to a TYPO3 website. Since there is no
support for it, then when I set "mn" as config language, extensions
(e.g. indexed search) will be in english. That is fine so far.

However, I'd like to give administrators the ability to translate
whatever they like using llxmltranslate extension. So I wonder whether
it's possible to add this language to the list of languages so it'd be
then picked by any extension when translated.

Yes, it is possible. You need to modify three places:
- t3lib/config_default.php -> there is a constants with codes named TYPO3_languages - typo3/sysext/setup/mod/locallang.xml -> there is a list of languages in typo3/sysext/setup/mod/locallang.xml
- t3lib/stddb/tbl_be.php: $TCA for be_users table

--
Dmitry Dulepov
TYPO3 CMS core & security teams member
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to