diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2018-02-11 12:10:32 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-17 07:42:52 +0700 |
commit | cb9efc78d9c3cd41fd21754508f560f1a75f2187 (patch) | |
tree | aaf461a34b0cb291abdd0c5609491a9e3a7928f7 /perl/perl-Locale-PO/README | |
parent | e900eb1ab0eec0af2d1387c3aa45d7d225642327 (diff) | |
download | slackbuilds-cb9efc78d9c3cd41fd21754508f560f1a75f2187.tar.gz |
perl/perl-Locale-PO: Added (Manipulate .po from GNU gettext).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Locale-PO/README')
-rw-r--r-- | perl/perl-Locale-PO/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Locale-PO/README b/perl/perl-Locale-PO/README new file mode 100644 index 0000000000..ff8e39d693 --- /dev/null +++ b/perl/perl-Locale-PO/README @@ -0,0 +1,5 @@ +perl-Locale-PO + +This module simplifies management of GNU gettext .po files and is an +alternative to using emacs po-mode. It provides an object-oriented +interface in which each entry in a .po file is a Locale::PO object. |