Localization: Difference between revisions
Appearance
No edit summary |
|||
| Line 1: | Line 1: | ||
== How to make ATK talk in ''{insert your favourite language here}'' == | == How to make ATK talk in ''{insert your favourite language here}'' == | ||
# In ATK_ROOT/languages/ dir find a XX.lng file with translation for your language of choice. | |||
# In ATK_APPLICATION_ROOT/config.inc.php file set $config_language="XX". | |||
# Enjoy. | |||
(Plan to make your ATK application talk in XX, too.) | |||
== How to change an existing ATK translation == | == How to change an existing ATK translation == | ||
== How to translate ATK to a new language == | == How to translate ATK to a new language == | ||
Revision as of 10:50, 17 April 2006
How to make ATK talk in {insert your favourite language here}
- In ATK_ROOT/languages/ dir find a XX.lng file with translation for your language of choice.
- In ATK_APPLICATION_ROOT/config.inc.php file set $config_language="XX".
- Enjoy.
(Plan to make your ATK application talk in XX, too.)