diff options
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 4 | ||||
-rwxr-xr-x | aux/workflow/l10n.sh | 4 | ||||
-rw-r--r-- | doc/po/eo.po (renamed from po/eo.po) | 0 | ||||
-rw-r--r-- | doc/po/fr.po (renamed from po/fr.po) | 0 | ||||
-rw-r--r-- | doc/po/pt.po (renamed from po/pt.po) | 0 |
5 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ /public/ /src/git-permalink.sh -/po/*.mo -/po/*.po~ +/doc/po/*.mo +/doc/po/*.po~ /tests/remotes/ /tests/prefix/ /doc/*.1 diff --git a/aux/workflow/l10n.sh b/aux/workflow/l10n.sh index 207237d..eb6db07 100755 --- a/aux/workflow/l10n.sh +++ b/aux/workflow/l10n.sh @@ -25,8 +25,8 @@ manpage() { printf 'Generating %s...\n' "$to_f" OUT="$(mktemp)" - po4a-updatepo -f man -m "$from_f" -p "po/$l.po" - po4a-translate -f man -m "$from_f" -p "po/$l.po" -l "$to_f" -k 0 -v 2>&1 | tee "$OUT" >&2 + po4a-updatepo -f man -m "$from_f" -p "doc/po/$l.po" + po4a-translate -f man -m "$from_f" -p "doc/po/$l.po" -l "$to_f" -k 0 -v 2>&1 | tee "$OUT" >&2 if ! grep -qF ' is 100% translated (' "$OUT"; then printf '\n\tWARNING!\n Missing translations for %s\n\n' "$to_f" >&2 |