Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/cosimo/perl5-locale-po
- Owner: cosimo
- Created: 2012-09-03T11:36:56.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T14:27:19.000Z (about 9 years ago)
- Last Synced: 2023-04-21T10:38:29.199Z (over 1 year ago)
- Language: Perl
- Size: 327 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README
- Changelog: Changes
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::SlurpINSTALLATION
perl Makefile.PL
make
make test
make install