aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rwxr-xr-xaux/workflow/manpages.sh4
-rw-r--r--po/eo.po (renamed from doc/eo.po)0
-rw-r--r--po/fr.po (renamed from doc/fr.po)0
-rw-r--r--po/pt.po (renamed from doc/pt.po)0
5 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 70ac9e3..4a61da9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
/public/
/git-permalink
-/doc/*.mo
-/doc/*.po~
+/po/*.mo
+/po/*.po~
/tests/remotes/
/tests/prefix/
diff --git a/aux/workflow/manpages.sh b/aux/workflow/manpages.sh
index e4ea8f2..fd88d95 100755
--- a/aux/workflow/manpages.sh
+++ b/aux/workflow/manpages.sh
@@ -9,9 +9,9 @@ if [ "$OP" = '--update' ]; then
for f in doc/*.en.[1-9]; do
for lang in $LANGS; do
to="$(echo "$f" | sed "s|\.en\.|.$lang.|")"
- po4a-updatepo -f man -m "$f" -p "doc/$lang.po"
+ po4a-updatepo -f man -m "$f" -p "po/$lang.po"
printf 'Translating %s...\n' "$to" >&2
- OUT="$(po4a-translate -f man -m "$f" -p "doc/$lang.po" -l "$to" -k 0 -v 2>&1)"
+ OUT="$(po4a-translate -f man -m "$f" -p "po/$lang.po" -l "$to" -k 0 -v 2>&1)"
echo "$OUT" >&2
if ! echo "$OUT" | grep -qF ' is 100% translated ('; then
printf "\n WARNING!\n Missing translations for %s\n\n" "$to" >&2
diff --git a/doc/eo.po b/po/eo.po
index c77d519..c77d519 100644
--- a/doc/eo.po
+++ b/po/eo.po
diff --git a/doc/fr.po b/po/fr.po
index 881d76c..881d76c 100644
--- a/doc/fr.po
+++ b/po/fr.po
diff --git a/doc/pt.po b/po/pt.po
index a6c7ea4..a6c7ea4 100644
--- a/doc/pt.po
+++ b/po/pt.po