Translations example
Code translation handling example for ImpressPages.
Features
Illustrates how to organize translations in your plugin.
Install
- Upload TranslationsExample directory to your website's Plugin directory.
- Login to the administration area.
- Go to Plugins panel, locate Translations example plugin and click activate button.
Usage
- Navigate your browser to http://www.example.com/?sa=TranslationsExample.justTextPage
- Browser displays Translated simple string text. This means that the text Simple string from site controller code is overridden by the text provided in translations/TranslationsExample-en.json file.