freebsd-ports/www/p5-Dancer-Plugin-Lexicon/pkg-descr
Andrej Zverev 8ee6d4276a - we are still prefer cpan over metacpan as WWW.
- don't need to hardcode version number and author (0.6), since after few new
  releases it will point to outdated release or on wrong cpan maintainer.
2014-08-11 06:36:23 +00:00

14 lines
625 B
Text

Dancer::Plugin::Lexicon uses Locale::Maketext::Lexicon to provide I18N
functionality to your Dancer application.
Translations are stored in PO or MO (compiled PO) gettext files in the
"languages/" dir. You can generate or update your PO files by
automatically extracting translatable strings from your code and
templates with xgettext.pl.
The user's preferred language can be auto-detected from their browser
settings, and the current language is automatically stored in the user's
session. Including "lang=$lang_tag" in the query string change the
user's language.
WWW: http://search.cpan.org/dist/Dancer-Plugin-Lexicon/