Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cosimo/perl5-locale-po

Simple OO interface to i18n PO files (Locale::PO CPAN module)
https://github.com/cosimo/perl5-locale-po

Last synced: 10 days ago
JSON representation

Simple OO interface to i18n PO files (Locale::PO CPAN module)

Awesome Lists containing this project

README

        

Locale::PO - Object-oriented interface to gettext po-file entries

All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.

DESCRIPTION
This module provides methods for manipulating objects that represent
entries in a gettext po-file (untranslated and translated strings,
with associated comments). It can load and save complete po-files.

PREREQUISITES
Test::More, File::Slurp

INSTALLATION
perl Makefile.PL
make
make test
make install