53e3bc5f46
This module is a simple wrapper around Locale::Maketext::Lexicon, designed to alleviate the need of creating Language Classes for module authors. If Locale::Maketext::Lexicon is not present, it implements a minimal localization function, so the program can function normally. Submitted by: Autrijus Tang <autrijus@autrijus.org>
6 lines
277 B
Text
6 lines
277 B
Text
This module is a simple wrapper around Locale::Maketext::Lexicon,
|
|
designed to alleviate the need of creating Language Classes for module
|
|
authors.
|
|
|
|
If Locale::Maketext::Lexicon is not present, it implements a minimal
|
|
localization function, so the program can function normally.
|