MultiLanguage for Koken
This Koken plugin allows you to quickly and easily integrate several languages into your page.
Requirements
- Koken installation (0.2.0 or higher)
Demonstration
See Cielito Lindo Productions for a demonstration of the plugin
Installation
-
Upload the koken-multilanguage folder to your Koken installation's storage/plugins directory.
-
Sign in to Koken, then visit the Settings > Plugins page to activate the plugin.
-
If necessary you can set a fallback language. If none is selected then english will be used.
-
Add in your template a language selector with eg.
<a href='./?lng=en'>en</a> | <a href='./?lng=de'>de</a>
-
Open the Developer Console of your browser und copy the missing strings that show up into your translation files on your webspace.
-
Translate the strings into the desired languages.
-
Once finished enable translation caching via the plugin settings. This loads translations faster but also makes them more reliable for your page visitors.
Further information
If you want to get some further information about this plugin please read this blog post
Changelog
1.1 - Implement browser language detection and translation caching
1.0 - Initial release