Interactive Translation of Tiki Interface
This permits web-based, in-context translations.
The feature was added in Tiki2 and underwent an overhaul in Tiki5, and further improvements in Tiki6 and Tiki7. As of Tiki6.1, this tool can't translate the strings in javascript functions, so you still need to edit manually the ./lang/xx/language.js file from your xx language.
You can use it at i18n.tiki.org
You can use it at i18n.tiki.org
Table of contents
To setup interactive translation
- Enable Multilingual and Use database for translation in the I18N/Multilingual administration panel
- Give the permission tiki_p_edit_languages to the group that should be allowed to edit languages. If you skip this step, only admins will be able to. Please note that if you give tiki_p_edit_languages to regular (non-admin users), they'll only be able to translate non-admin interfaces.
- Add the module switch_lang
To use interactive translation
- Using the module switch_lang select the language you want to translate to
- From tiki-edit_languages.php (Admin -> Edit languages), Use Toggle interactive translation ON or click
- The tools will be enabled for your session. You will need to turn it off from the same location.
- The tools appear as a blue bar at the top of the screen
- Navigate to the page containing the string you want to translate, or change locally if for an English website.
- Check the Interactive Translation checkbox in the blue toolbar. Uncheck it when you want to continue navigating.
- Click on the string you wish to translate. A window will open displaying related strings. (see screenshot)
- Modify the strings and save the translations. Changes will appear upon reload, not immediately.
As you can see in the screenshot, selecting a string may occasionally lead to false positives being listed. The most relevant options are generally on top, but be careful when translating the text.
You should likely make sure your database & Tiki are properly setup to use UTF-8: Understanding Encoding
- Internationalization
- Internationalization Admin
- Internationalization User
- Translating Tiki Interface
- Multilingual Wiki
- http://tiki.org/i18n
- http://i18n.tiki.org/
