The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "locale::maketext"

Locale::Maketext - framework for localization River stage three • 29 direct dependents • 119 total dependents

It is a common feature of applications (whether run directly, or via the Web) for them to be "localized" -- i.e., for them to a present an English interface to an English-speaker, a German interface to a German-speaker, and so on for all languages it...

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

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon River stage five • 27 direct dependents • 21804 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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Locale::Maketext::Utils - Adds some utility functionality and failure handling to Local::Maketext handles River stage one • 3 direct dependents • 4 total dependents

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

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 - Search in distribution

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 - Search in distribution
  • xgettextdbi - Fetch values for translation from a database

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Locale::Maketext::Lexicon::Slurp - One message per file Maketext lexicon. River stage zero No dependents

This maketext lexicon module provides a file based lexicon format, with the file name (or relative path) acting as the message id, and the file contents being the message string. This is useful for displaying large bits of text, like several paragrap...

NUFFIN/Locale-Maketext-Lexicon-Slurp-0.01 - 14 Jun 2007 13:46:04 UTC - Search in distribution

Locale::Maketext::ManyPluralForms River stage one • 1 direct dependent • 1 total dependent

The implementation supporting internationalisation with many plural forms using Plural-Forms header from .po file to add plural method to Locale::Maketext based class. As described there <http://www.perlmonks.org/index.pl?node_id=898687>....

BINARY/Locale-Maketext-ManyPluralForms-0.04 - 27 Feb 2017 08:05:32 UTC - Search in distribution

Locale::Maketext::Lexicon::Getcontext - PO file parser for Maketext River stage zero No 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 currently accepts only plain PO files. This module also looks for "%*function*(*args...*)"...

SAPER/Locale-Maketext-Lexicon-Getcontext-0.05 - 04 Jan 2018 23:40:30 UTC - Search in distribution

Locale::Maketext::Lexicon::Properties - Properties file parser for Maketext River stage zero No dependents

This module parses the properties file (from Java) for Locale::Maketext by using Locale::Maketext::Lexicon. And it can also return a Lexicon hash. You are able to look up the property value by specifying key to "maketext()" or Lexcon hash....

MOZNION/Locale-Maketext-Lexicon-Properties-0.03 - 05 Feb 2014 11:30:00 UTC - Search in distribution

Locale::Maketext::Lexicon::CatmanduConfig - Use Catmandu config files as a Maketext lexicon River stage zero No dependents

NJFRANCK/Catmandu-I18N-0.01 - 26 Oct 2018 12:02:22 UTC - Search in distribution

Locale::Maketext::Extract::Plugin::XSL - XSL file parser River stage zero No dependents

Extracts strings to localise from XSL stylesheet files. Using Perl, custom localisation functions may be registered using "register_function" in XML::LibXSLT->register_function()....

PEPL/Locale-Maketext-Extract-Plugin-XSL-0.4 - 10 Jul 2011 12:27:13 UTC - Search in distribution
131 results (0.15 seconds)