Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.322.812 Times

Locale::Maketext::Extract 0.62

  Date Added: October 25, 2010  |  Visits: 1.000

Locale::Maketext::Extract

Report Broken Link
Printer Friendly Version


Product Homepage
Download (94 downloads)



Locale::Maketext::Extract is a Perl module used to extract translatable strings from source. SYNOPSIS my $Ext = Locale::Maketext::Extract->new; $Ext->read_po(messages.po); $Ext->extract_file($_) for <*.pl>; # Set $entries_are_in_gettext_format if the .pl files above use # loc(%1) instead of loc([_1]) $Ext->compile($entries_are_in_gettext_format); $Ext->write_po(messages.po); 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 well. Following formats of input files are supported: Perl source files Valid localization function names are: translate, maketext, gettext, loc, x, _ and __. HTML::Mason Strings inside <&|/l>... and <&|/loc>... are extracted. Template Toolkit Strings inside [%|l%]...[%END%] or [%|loc%]...[%END%] are extracted. Text::Template Sentences between STARTxxx and ENDxxx are extracted individually. Generic Template Strings inside {{...}} are extracted..

Requirements: No special requirements
Platforms: Linux
Keyword: Extract Extracted Files Libraries Localemaketextextract Module Perl Perl Module Programming Strings Used To
Users rating: 0/10

License: Freeware Size: 83.97 KB
USER REVIEWS
More Reviews or Write Review


LOCALE::MAKETEXT::EXTRACT RELATED
File Management  -  Simple File Splitter/Combiner module 1.3
This module can be used to split any file, text or binary to equal sized chunks. It can also combine the chunks back to recreate the original file.<s. It canOften we need to split big files into many chunks either for saving them to disks,...
 
E-Mail Tools  -  Grinch
Grinch is a small script written in Perl which can be used to check whether a given address is an open mail relay host. It can operate as a daemon and speaks the tcp_map protocol implemented in Postfix in that case. Its also possible to use it...
10.24 KB  
Web Hosting  -  PyHP .0-alpha2 1.0
PyHP consists in an Apache module called mod_pyhp, used to preprocess scripts written in Python programming language. PyHP mixes the power and flexibility of Python with the style and “ease of use” of PHP in the generation of dynamic web...
 
Modules  -  backup 5.x-3.0 1.0
This module can be used to perform a backup of Drupal-power websites.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x
 
Modules  -  Sage Pay Server Integration for Ubercart 6.x-1.4
This module can be used to integrate Ubercart with v2.23 of the Sagepay Server Protocol. Use this module if you want to use the Sagepay Server integration method with Ubercart.At present this module is new and relatively untested, use on...
10 KB  
Modules  -  Social Actions 6.x-1.2-beta1
The Social Actions module can be used to retrieve information from the Social Action's website, through their API and incorporate it into your site.
10 KB  
Modules  -  Domain Access Advanced 6.x-1.0-rc3
This an extension to the Domain Access module which is used to create many domains from a single installation.For what I see as a problem is that the domain module uses the node access api's to determine which nodes are displayed on which site....
10 KB  
Multimedia & Graphics  -  pyscreenshot 0.2.2
The pyscreenshot module can be used to copy the contents of the screen to a PIL image memory or file. Replacement for the ImageGrab Module, which works on Windows only.
30.72 KB  
Modules  -  Term message 5.x--beta 1.0
This module can be used to save deprecated nodes from deletion.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x
 
Modules  -  IP2Nation API 5.x- 1.0
This module can be used to easily display the visitors' country flag and name.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x
 
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB