| Jifty documentation | view source | Contained in the Jifty distribution. |
Jifty::Plugin::I18N - Additional i18n facility such as language selector
# In your jifty config.yml under the framework section:
L10N:
PoDir: share/po
AllowedLang:
- en
- zh_tw
Plugins:
- I18N:
js: 1
This plugin provides additional i18n facility to Jifty's core i18n features, such as compiling l10n lexicon for client side javascript, and a language selector action.
You will still need to manually do the following to make client side l10n work:
jifty po --dir share/web/static/js
jifty po --js
| Jifty documentation | view source | Contained in the Jifty distribution. |