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

Search results for "module:Locale::Maketext"

lib/Locale/Maketext.pm River stage three • 28 direct dependents • 118 total dependents

TODDR/Locale-Maketext-1.33 - 30 Dec 2023 21:23:51 UTC

Locale::Maketext::Test River stage zero No dependents

This reads all message ids from the specified PO files and tries to translate them into the destination language. PO files can be specified either as file name (extension .po) or by providing the language. In the latter case the PO file is found in t...

BINARY/Locale-Maketext-Test-0.06 - 09 Nov 2022 06:29:11 UTC

Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code River stage three • 28 direct dependents • 118 total dependents

Previously Local::Maketext::GutsLoader performed some magic to load Locale::Maketext when utf8 was unavailable. The subs this module provided were merged back into Locale::Maketext...

TODDR/Locale-Maketext-1.33 - 30 Dec 2023 21:23:51 UTC

Locale::Maketext::Fuzzy - Maketext from already interpolated strings River stage zero No dependents

This module is a subclass of "Locale::Maketext", with additional support for localizing messages that already contains interpolated variables. This is most useful when the messages are returned by external sources -- for example, to match "dir: comma...

AUDREYT/Locale-Maketext-Fuzzy-0.11 - 11 Dec 2011 02:20:48 UTC

Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon River stage five • 27 direct dependents • 21437 total dependents

This module is a simple wrapper around Locale::Maketext::Lexicon, designed to alleviate the need of creating *Language Classes* for module authors. The language used is chosen from the loc_lang call. If a lookup is not possible, the i-default languag...

JESSE/Locale-Maketext-Simple-0.21 - 17 Aug 2009 14:08:03 UTC

Locale::Maketext::Pseudo - give localized code a pseudo language obj if a real one does not exist. River stage one • 2 direct dependents • 2 total dependents

Localized software is more useable by more people. You should localize your code. Locale::Maketext has the easiest and best localization framework available IMHO, Local::Maketext::Utils adds more useablility utility methods (for example, it adds say(...

DMUEY/Locale-Maketext-Pseudo-0.6 - 03 Jun 2009 21:49:35 UTC

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::Gettext - Joins the gettext and Maketext frameworks River stage one • 1 direct dependent • 9 total dependents

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

lib/Locale/Maketext/Utils.pm River stage one • 2 direct dependents • 3 total dependents

DMUEY/Locale-Maketext-Utils-0.42 - 15 Apr 2016 14:44:34 UTC

lib/Locale/Maketext/Utils/MarkPhrase.pm River stage one • 2 direct dependents • 3 total dependents

DMUEY/Locale-Maketext-Utils-0.42 - 15 Apr 2016 14:44:34 UTC

Locale::Maketext::GutsLoader - Deprecated module to load Locale::Maketext utf8 code River stage three • 28 direct dependents • 118 total dependents

Previously Locale::Maketext::Guts performed some magic to load Locale::Maketext when utf8 was unavailable. The subs this module provided were merged back into Locale::Maketext....

TODDR/Locale-Maketext-1.33 - 30 Dec 2023 21:23:51 UTC

Locale::Maketext::Lexicon::DB - Dynamically load lexicon from a database table River stage zero No dependents

This module enables you to crate a Locale::Maketext lexicon in your database. The lexicon is compiled when "get_handle" is called on the class. If a cache is defined then the lexicon is retrieved from the cache instead of hitting the database each ti...

CUBABIT/Locale-Maketext-Lexicon-DB-1.141830 - 02 Jul 2014 09:30:09 UTC

Locale::Maketext::Lexicon::DBI - Database based lexicon fetcher/parser River stage one • 1 direct dependent • 1 total dependent

This module implements a perl-based "DBI" fetcher/"parser" for Locale::Maketext. It reads the lexicon from the database and transforms nothing but expect the placeholders to be "[_1]", "[_2]", "[_*]", and so on, like Locale::Maketext wants them to be...

MDIETRICH/Locale-Maketext-Lexicon-DBI-v0.2.1 - 21 Dec 2009 16:57:46 UTC

Locale::Maketext::Lexicon::CSV - Use CSV files as lexicons for Maketext River stage zero No dependents

This module lets you use simple CSV files as lexicons for Locale::Maketext::Lexicon....

DNARNOLD/Locale-Maketext-Lexicon-CSV-0.96 - 01 Jun 2015 15:54:21 UTC

Locale::Maketext::Extract::DBI - Extract translation keys from a database River stage zero No dependents

This module extracts translation keys from a database table....

BRICAS/Locale-Maketext-Extract-DBI-0.01 - 20 Jan 2006 18:52:26 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::AutoTranslate - Translate L10N messages automatically River stage zero No dependents

This module can help human translators to translate l10n messages with less effort. It sends messages to Google Translate service and get rough translations. No translation memories need to be set up locally, and translation process would simply beco...

XERN/Locale-Maketext-AutoTranslate-0.1 - 03 Jul 2008 14:06:14 UTC

Locale::Maketext::From::Strings - Parse Apple .strings files River stage zero No dependents

This module will parse ".strings" file used in the Apple world and generate in memory perl-packages used by the Locale::Maketext module. Formatting rules This module can parse most of the formatting mentioned here: <http://blog.lingohub.com/developer...

JHTHORSEN/Locale-Maketext-From-Strings-0.03 - 18 Jul 2015 06:59:00 UTC
85 results (0.044 seconds)