debian man page for jifty::plugin::i18n

Query: jifty::plugin::i18n

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Jifty::Plugin::I18N(3pm)				User Contributed Perl Documentation				  Jifty::Plugin::I18N(3pm)

NAME
Jifty::Plugin::I18N - Additional i18n facility such as language selector
SYNOPSIS
# In your jifty config.yml under the framework section: L10N: PoDir: share/po AllowedLang: - en - zh_tw Plugins: - I18N: js: 1
DESCRIPTION
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: Extract strings from your js files into your po file jifty po --dir share/web/static/js Generate js dictionary jifty po --js init perl v5.14.2 2010-12-08 Jifty::Plugin::I18N(3pm)
Related Man Pages
jifty::i18n(3pm) - debian
jifty::plugin(3pm) - debian
jifty::plugin::authentication::bitcard(3pm) - debian
jifty::plugin::sqlqueries(3pm) - debian
jifty::plugin::testserverwarnings(3pm) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results