Search results for "module:Locale::gettext"
Locale::gettext - message handling functions
The gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software....
PVANDRY/Locale-gettext-1.07 - 28 Sep 2015 16:49:25 UTC
Locale::Maketext::Gettext - Joins the gettext and Maketext frameworks
Locale::Maketext::Gettext joins the GNU gettext and Maketext frameworks. It is a subclass of Locale::Maketext(3) that follows the way GNU gettext works. It works seamlessly, *both in the sense of GNU gettext and Maketext*. As a result, you *enjoy bot...
IMACAT/Locale-Maketext-Gettext-1.32 - 07 Feb 2021 16:14:39 UTC
Locale::Maketext::Lexicon::Gettext - PO and MO file parser for Maketext
This module implements a perl-based "Gettext" parser for Locale::Maketext. It transforms all %1, %2, <%*>... sequences to "[_1]", "[_2]", "[_*]", and so on. It accepts either plain PO file, or a MO file which will be handled with a pure-perl parser a...
DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC
Locale::Maketext::Gettext::Functions - Functional interface to Locale::Maketext::Gettext
Locale::Maketext::Gettext::Functions is a functional interface to Locale::Maketext::Gettext(3) (and Locale::Maketext(3)). It works exactly the GNU gettext way. It plays magic to Locale::Maketext(3) for you. No more localization class/subclasses and l...
IMACAT/Locale-Maketext-Gettext-1.32 - 07 Feb 2021 16:14:39 UTC
lib/Locale/Framework/gettext.pm
"new(catalogdir_prefix,catalog)" --> Locale::Framework::gettext Instantiates a new backend object. You need to specify a catalogdir_prefix to the place where your catalog can be found. For locale/language 'nl_NL' the catalog will be fetched from "$ca...
OESTERHOL/Locale-Framework-gettext-0.04 - 19 Apr 2004 08:20:14 UTC
Locale::TextDomain::OO::Plugin::Expand::Gettext - Additional gettext methods, prefixed with __
This module provides an additional getext methods for static domain and category handling....
STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC
Locale::gettext_pp - Pure Perl Implementation of Uniforum Message Translation
The module Locale::gettext_pp is the low-level interface to message translation according to the Uniforum approach that is for example used in GNU gettext and Sun's Solaris. Normally you should not use this module directly, but the high level interfa...
GUIDO/libintl-perl-1.33 - 14 Dec 2022 08:08:20 UTC
Locale::gettext_dumb - Locale unaware Implementation of Uniforum Message Translation
IMPORTANT! This module is experimental. It may not work as described! The module Locale::gettext_dumb does exactly the same as Locale::gettext_xs(3pm) or Locale::gettext_pp(3pm). While both other modules use POSIX::setlocale() to determine the curren...
GUIDO/libintl-perl-1.33 - 14 Dec 2022 08:08:20 UTC
Locale::TextDomain::OO::Plugin::Expand::Gettext::Loc - Additional gettext methods, prefixed with loc_
This module provides an additional getext methods for static domain and category handling....
STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC
Locale::TextDomain::OO::Plugin::Expand::Gettext::Named - Additional gettext methods locn, Nlocn
This module provides hash or hash reference based methods....
STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC
Locale::TextDomain::OO::Plugin::Expand::Gettext::DomainAndCategory - Methods for dynamic domain and/or category, prefixed with __
This methods swiching the domain and/or category during translation process. I am not sure if that is the best way to do. Maybe that will change in future....
STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC
lib/Locale/Framework/GettextXML.pm
"new(locale_prefix, catalog[, debug])" --> Locale::Framework::GettextXML Instantiates a new backend object. Optionally can "mark" untranslated strings and print debugging text. "translate(language,text)" --> string This function looks up a translatio...
RTFIREFLY/Locale-Framework-GettextXML-0.01 - 09 May 2005 16:41:28 UTC