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

Search results for "dist:Locale-Maketext-Lexicon"

Locale::Maketext::Lexicon - Use other catalog formats in Maketext River stage two • 26 direct dependents • 44 total dependents

This module provides lexicon-handling modules to read from other localization formats, such as *Gettext*, *Msgcat*, and so on. If you are unfamiliar with the concept of lexicon modules, please consult Locale::Maketext and the "webl10n" HTML files in ...

DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC

Locale::Maketext::Extract - Extract translatable strings from source River stage two • 26 direct dependents • 44 total dependents

This module can extract translatable strings from files, and write them back to PO files. It can also parse existing PO files and merge their contents with newly extracted strings. A command-line utility, xgettext.pl, is installed with this module as...

DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC

Locale::Maketext::Lexicon::Tie - Use tied hashes as lexicons for Maketext River stage two • 26 direct dependents • 44 total dependents

This module lets you easily "tie" the %Lexicon hash to a database or other data sources. It takes an array reference of arguments, and passes them directly to "tie()". Entries will then be fetched whenever it is used; this module does not cache them....

DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC

Locale::Maketext::Extract::Run - Module interface to xgettext.pl River stage two • 26 direct dependents • 44 total dependents

DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC

Locale::Maketext::Lexicon::Auto - Auto fallback lexicon for Maketext River stage two • 26 direct dependents • 44 total dependents

This module builds a simple Lexicon hash that contains nothing but "( '_AUTO' => 1)", which tells "Locale::Maketext" that no localizing is needed -- just use the lookup key as the returned string. It is especially useful if you're starting to prototy...

DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC

Locale::Maketext::Lexicon::Msgcat - Msgcat catalog parser Maketext River stage two • 26 direct dependents • 44 total dependents

This module parses one or more Msgcat catalogs in plain text format, and returns a Lexicon hash, which may be looked up either with a two-argument form ("$set_id, $msg_id") or as a single string ("$set_id,$msg_id")....

DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC

Locale::Maketext::Lexicon::Gettext - PO and MO file parser for Maketext River stage two • 26 direct dependents • 44 total dependents

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::Extract::Plugin::TT2 - Template Toolkit format parser River stage two • 26 direct dependents • 44 total dependents

Extracts strings to localise from Template Toolkit templates....

DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC

Locale::Maketext::Extract::Plugin::PPI - Perl format parser River stage two • 26 direct dependents • 44 total dependents

Does exactly the same thing as the Locale::Maketext::Extract::Plugin::Perl parser, but more accurately, and more slowly. Considerably more slowly! For this reason it isn't a built-in plugin....

DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC

Locale::Maketext::Extract::Plugin::YAML - YAML format parser River stage two • 26 direct dependents • 44 total dependents

Extracts strings to localise from YAML files....

DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC

Locale::Maketext::Extract::Plugin::Perl - Perl format parser River stage two • 26 direct dependents • 44 total dependents

Extracts strings to localise (including HEREDOCS and concatenated strings) from Perl code. This Perl parser is very fast and very good, but not perfect - it does make mistakes. The PPI parser (Locale::Maketext::Extract::Plugin::PPI) is more accurate,...

DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC

Locale::Maketext::Extract::Plugin::Base - Base module for format parser plugins River stage two • 26 direct dependents • 44 total dependents

All format parser plugins in Locale::Maketext::Extract inherit from Locale::Maketext::Extract::Plugin::Base. If you want to write your own custom parser plugin, you will need to inherit from this module, and provide "file_types()" and "extract()" met...

DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC

Locale::Maketext::Extract::Plugin::Haml - HAML format parser River stage two • 26 direct dependents • 44 total dependents

Extracts strings to localise from HAML files....

DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC

Locale::Maketext::Extract::Plugin::Mason - HTML::Mason (aka Mason 1) and Mason (aka Mason 2) format parser River stage two • 26 direct dependents • 44 total dependents

Extracts strings to localise from Mason files....

DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC

Locale::Maketext::Extract::Plugin::FormFu - FormFu format parser River stage two • 26 direct dependents • 44 total dependents

HTML::FormFu uses a config-file to generate forms, with built in support for localizing errors, labels etc....

DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC

Locale::Maketext::Extract::Plugin::Generic - Generic template parser River stage two • 26 direct dependents • 44 total dependents

Extracts strings to localise from generic templates....

DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC

Locale::Maketext::Extract::Plugin::TextTemplate - Text::Template format parser River stage two • 26 direct dependents • 44 total dependents

Extracts strings to localise from Text::Template files...

DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC

xgettext.pl - Extract translatable strings from source River stage two • 26 direct dependents • 44 total dependents

This program extracts translatable strings from given input files, or from STDIN if none are given. Please see Locale::Maketext::Extract for a list of supported input file formats....

DRTECH/Locale-Maketext-Lexicon-1.00 - 06 Mar 2014 11:03:43 UTC
18 results (0.016 seconds)