summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpo4a/list-documents2
-rw-r--r--po4a/po4a.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/po4a/list-documents b/po4a/list-documents
index 4d625e0..9924379 100755
--- a/po4a/list-documents
+++ b/po4a/list-documents
@@ -13,7 +13,7 @@ cat <<END
# ^ add your language here (separate with spaces)
# Do not edit the rest of this file. It is automatically maintained.
-[options] opt:"-MUTF-8" opt:"-k10"
+[options] opt:"-MUTF-8" opt:"-LUTF-8" opt:"-k10"
[po4a_paths] \$master.pot \$lang:\$master.\$lang.po
END
diff --git a/po4a/po4a.cfg b/po4a/po4a.cfg
index a7c3e12..15e7f55 100644
--- a/po4a/po4a.cfg
+++ b/po4a/po4a.cfg
@@ -2,7 +2,7 @@
# ^ add your language here (separate with spaces)
# Do not edit the rest of this file. It is automatically maintained.
-[options] opt:"-MUTF-8" opt:"-k10"
+[options] opt:"-MUTF-8" opt:"-LUTF-8" opt:"-k10"
[po4a_paths] $master.pot $lang:$master.$lang.po
[type: man] ../dgit.1 $lang:translated/man/$lang/man1/dgit.1 master:file=dgit_1
[type: man] ../dgit.7 $lang:translated/man/$lang/man7/dgit.7 master:file=dgit_7