aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-15 20:47:18 -0300
committerEuAndreh <eu@euandre.org>2022-01-15 20:55:51 -0300
commit31a7db5bf25c411c61ded0e9de8bc65e9cd2611e (patch)
treefd7c5e94449592ce72ca0870eb104387fb21c9f9 /aux/workflow
parentMakefile: Remove makefile.svg (diff)
downloadgit-permalink-31a7db5bf25c411c61ded0e9de8bc65e9cd2611e.tar.gz
git-permalink-31a7db5bf25c411c61ded0e9de8bc65e9cd2611e.tar.xz
Translate and ship strings in src/locale/*.txt
Diffstat (limited to 'aux/workflow')
-rwxr-xr-xaux/workflow/l10n.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/l10n.sh b/aux/workflow/l10n.sh
index 15486aa..d3dc9df 100755
--- a/aux/workflow/l10n.sh
+++ b/aux/workflow/l10n.sh
@@ -51,7 +51,7 @@ for from_f in "$@"; do
po2md --pofiles "$pofile" --save "$to_f" \
--quiet --wrapwidth 999 < "$from_f"
;;
- *.en.msg|*/en.sh)
+ *.en.msg|*.en.txt)
po4a-updatepo -f text -m "$from_f" -p "$pofile"
po4a-translate -f text -m "$from_f" \
-p "$pofile" -l "$to_f" -k 0 -v >&2