The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Locale::TextDomain"

Locale::TextDomain - Perl Interface to Uniforum Message Translation River stage three • 39 direct dependents • 207 total dependents

The module Locale::TextDomain(3pm) provides a high-level interface to Perl message translation. Textdomains When you request a translation for a given string, the system used in libintl-perl follows a standard strategy to find a suitable message cata...

GUIDO/libintl-perl-1.33 - 14 Dec 2022 08:08:20 UTC

Locale::TextDomain::OO - Perl OO Interface to Uniforum Message Translation River stage one • 2 direct dependents • 2 total dependents

This module provides a high-level interface to Perl message translation. It is based on Singleton objects for translator and lexicon. So it is easy to attach that without any Web or Cmd plugins. There is no conflict between singleton and more than 1 ...

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::UTF8 - Shortcut to use Locale::TextDomain and decoding to UTF8 River stage three • 10 direct dependents • 106 total dependents

use Locale::TextDomain::UTF8 'Some-TextDomain' is equivalent to: use Locale::TextDomain 'Some-TextDomain'; use Locale::Messages qw(bind_textdomain_filter); use Encode; BEGIN { $ENV{OUTPUT_CHARSET} = 'UTF-8'; bind_textdomain_filter 'Some-TextDomain' =...

PERLANCAR/Locale-TextDomain-UTF8-0.020 - 26 Dec 2019 01:20:59 UTC

Locale::TextDomain::Mock - Mock Locale::TextDomain functions River stage one • 4 direct dependents • 5 total dependents

PERLANCAR/Locale-TextDomain-IfEnv-0.002 - 26 Dec 2019 04:37:11 UTC

Locale::TextDomain::IfEnv - Enable translation only when environment variable flag is true River stage one • 4 direct dependents • 5 total dependents

When imported, Locale::TextDomain::IfEnv will check the "PERL_LOCALE_TEXTDOMAIN_IFENV" environment variable. If the environment variable has a true value, the module will load Locale::TextDomain and pass the import arguments to it. If the environment...

PERLANCAR/Locale-TextDomain-IfEnv-0.002 - 26 Dec 2019 04:37:11 UTC

Locale::TextDomain::OO::Util - Lexicon utils River stage one • 3 direct dependents • 6 total dependents

This modules provide methods for lexicon constants, to join and split lexicon keys and to extract the gettext file header....

STEFFENW/Locale-TextDomain-OO-Util-4.002 - 15 Mar 2019 21:49:36 UTC

MooX::Locale::TextDomain::OO - provide API used in translator modules without translating River stage zero No dependents

"MooX::Locale::TextDomain::OO"...

REHSACK/MooX-Locale-TextDomain-OO-0.001 - 01 Jun 2017 08:56:05 UTC

Locale::TextDomain::UTF8::IfEnv - Enable translation + UTF-8 encoding only when environment variable flag is true River stage one • 3 direct dependents • 3 total dependents

When imported, Locale::TextDomain::UTF8::IfEnv will check the "PERL_LOCALE_TEXTDOMAIN_IFENV" environment variable. If the environment variable has a true value, the module will load Locale::TextDomain::UTF8 and pass the import arguments to it. If the...

PERLANCAR/Locale-TextDomain-UTF8-IfEnv-0.001 - 26 Dec 2019 04:44:02 UTC

Locale::TextDomain::OO::Extract - Extracts internationalization data River stage one • 1 direct dependent • 1 total dependent

This module extracts internationalization data. The extractor runs the following steps: preprocess the file find all possible positions in content match exactly and create a stack map the stack to a lexicon entry If you want to write the lexicon stru...

STEFFENW/Locale-TextDomain-OO-Extract-2.015 - 21 Sep 2018 13:11:01 UTC

Locale::TextDomain::OO::JavaScript - How to use the JavaScript part River stage one • 2 direct dependents • 2 total dependents

This module provides a high-level interface to JavaScript message translation. Creating the Lexicon and the selection of the language are server (Perl) based. The script gets the lexicon in a global variable named localeTextDomainOOLexicon. Inside of...

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Translator - Translator class River stage one • 2 direct dependents • 2 total dependents

This is the translator class. Extend that class with plugins (Roles)....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::TiedInterface - Call object methods as tied hash River stage one • 2 direct dependents • 2 total dependents

This module wraps the object into a tied hash and allows to call a method as fetch hash....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::FunctionalInterface - Call object methods as functions River stage one • 2 direct dependents • 2 total dependents

This module wraps the object and allows to call a method as a function....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Extract::TT River stage one • 1 direct dependent • 1 total dependent

This module extracts internationalization data from Template code. Implemented rules: # Gettext::Loc loc_('... loc_x('... loc_n('... loc_nx('... loc_p('... loc_px('... loc_np('... loc_npx('... # Gettext::Loc::DomainAndCategory loc_d('... loc_dx('... ...

STEFFENW/Locale-TextDomain-OO-Extract-2.015 - 21 Sep 2018 13:11:01 UTC

Locale::TextDomain::OO::Role::Logger - Provides a logger method River stage one • 2 direct dependents • 2 total dependents

This module provides a logger method for for Locale::TextDomain:OO....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Extract::Perl River stage one • 1 direct dependent • 1 total dependent

This module extracts internationalization data from Perl source code. Implemented rules: # Gettext::Loc loc_('... loc_x('... loc_n('... loc_nx('... loc_p('... loc_px('... loc_np('... loc_npx('... # Gettext::Loc::DomainAndCategory loc_d('... loc_dx('....

STEFFENW/Locale-TextDomain-OO-Extract-2.015 - 21 Sep 2018 13:11:01 UTC

Locale::TextDomain::OO::Extract::HTML River stage one • 1 direct dependent • 1 total dependent

This module extracts internationalization data from HTML. Implemented rules: Gettext::Loc <any_tag ... class="... loc_ ..." ... >text to extract< <any_tag ... class="... loc_ ..." ... >context{CONTEXT_SEPARATOR}text to extract< Gettext <any_tag ... c...

STEFFENW/Locale-TextDomain-OO-Extract-2.015 - 21 Sep 2018 13:11:01 UTC

Locale::TextDomain::OO::Extract::YAML River stage one • 1 direct dependent • 1 total dependent

This module extracts internationalization data from Template code. Implemented rules: # Maketext label_loc:'...' label_loc:"..." label_loc:... # Gettext label__:'...' label__:"..." label__:... # Gettext::Loc label_loc_:'...' label_loc_:"..." label_lo...

STEFFENW/Locale-TextDomain-OO-Extract-2.015 - 21 Sep 2018 13:11:01 UTC

Locale::TextDomain::OO::Lexicon::Hash - Lexicon from data structure River stage one • 2 direct dependents • 2 total dependents

This module allows to create a lexicon from data structure....

STEFFENW/Locale-TextDomain-OO-1.036 - 15 Mar 2019 15:51:07 UTC

Locale::TextDomain::OO::Util::Constants - Lexicon constants River stage one • 3 direct dependents • 6 total dependents

This module provides lexicon constants....

STEFFENW/Locale-TextDomain-OO-Util-4.002 - 15 Mar 2019 21:49:36 UTC
66 results (0.042 seconds)