summaryrefslogtreecommitdiffstats
path: root/bin/po_add_stubs
diff options
context:
space:
mode:
Diffstat (limited to 'bin/po_add_stubs')
-rw-r--r--bin/po_add_stubs8
1 files changed, 8 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;