Changes for version 1.021 - 2015-08-10
- fixed https://rt.cpan.org/Ticket/Display.html?id=106315 JSON::XS has no sort_by
Modules
Perl OO Interface to Uniforum Message Translation
Call object methods as functions
How to use the JavaScript part
Gettext mo file as lexicon
Gettext po file as lexicon
Lexicon from data structure
Helper role to add lexicon from file
Style formatter
Role to store a lexicon as file
Filters the lexicon data before stored
Stores the lexicon for other programming languages
Additional gettext methods, prefixed with __
Methods for dynamic domain and/or category, prefixed with __
Additional gettext methods, prefixed with loc_
Methods for dynamic domain and/or category, prefixed with loc_
Additional gettext methods locn, Nlocn
Additional maketext methods
Alternative maketext methods
Alternative maketext methods
Alternative maketext methods
Select a language of a list
Provides a logger method
Provides singleton lexicon access
Provides singleton translator
Call object methods as tied hash
Translator class
Examples
- example/02_filter.pl
- example/03_language_of_languages.pl
- example/04_lexicon_store_JSON_utf-8.pl
- example/05_expand_gettext_modifier.pl
- example/06_expand_maketext_formatter_code.pl
- example/11_gettext_hash.pl
- example/11_gettext_loc_hash.pl
- example/11_gettext_named_hash.pl
- example/12_gettext_mo_utf-8.pl
- example/13_gettext_po_utf-8.pl
- example/14_gettext_mo_cp1252.pl
- example/15_gettext_N__.pl
- example/15_gettext_Nloc_.pl
- example/17_multiplural_mo_utf-8.pl
- example/21_maketext_mo_utf-8.pl
- example/22_loc_mo_style_gettext.pl
- example/23_localize_mo_utf-8.pl
- example/41_tied_interface.pl
- example/42_functional_interface.pl
- example/LocaleData/de/LC_MESSAGES/example.mo
- example/LocaleData/de/LC_MESSAGES/example.po
- example/LocaleData/de/LC_MESSAGES/example_cp1252.mo
- example/LocaleData/de/LC_MESSAGES/example_cp1252.po
- example/LocaleData/de/LC_MESSAGES/example_maketext.mo
- example/LocaleData/de/LC_MESSAGES/example_maketext.po
- example/LocaleData/de/LC_MESSAGES/example_maketext_style_gettext.mo
- example/LocaleData/de/LC_MESSAGES/example_maketext_style_gettext.po
- example/LocaleData/de/LC_MULTIPLURAL2/example_multiplural.mo
- example/LocaleData/de/LC_MULTIPLURAL2/example_multiplural.po
- example/LocaleData/ru/LC_MESSAGES/example.mo
- example/LocaleData/ru/LC_MESSAGES/example.po
- example/README
- javascript/Example.html