summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-10-09 10:36:40 -0500
committerJesse Luehrs <doy@tozt.net>2011-10-09 10:44:23 -0500
commit4879437a0f628b3d685a3972695aed5011622ca4 (patch)
treec3a8cddd8df3721d6ac134467990b2f9cff038a9 /bin
parent599185df57b9ae0c16cddd3185cd27c2a05cd934 (diff)
downloadlocale-pofilemanager-4879437a0f628b3d685a3972695aed5011622ca4.tar.gz
locale-pofilemanager-4879437a0f628b3d685a3972695aed5011622ca4.zip
update dzil stuff
Diffstat (limited to 'bin')
-rw-r--r--bin/po_add_stubs8
-rw-r--r--bin/po_find_missing8
2 files changed, 16 insertions, 0 deletions
diff --git a/bin/po_add_stubs b/bin/po_add_stubs
index 3682fb9..1191053 100644
--- a/bin/po_add_stubs
+++ b/bin/po_add_stubs
@@ -1,6 +1,14 @@
#!/usr/bin/env perl
use strict;
use warnings;
+# PODNAME: po_add_stubs
+# ABSTRACT: add stubs for missing msgids to a set of po files
+
+=head1 SYNOPSIS
+
+ po_add_stubs <directory> <language>
+
+=cut
use Locale::POFileManager;
diff --git a/bin/po_find_missing b/bin/po_find_missing
index 38a9bb0..8b1bdb4 100644
--- a/bin/po_find_missing
+++ b/bin/po_find_missing
@@ -1,6 +1,14 @@
#!/usr/bin/env perl
use strict;
use warnings;
+# PODNAME: po_find_missing
+# ABSTRACT: find missing keys from a set of po files
+
+=head1 SYNOPSIS
+
+ po_find_missing <directory> <language>
+
+=cut
use Locale::POFileManager;