aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow
diff options
context:
space:
mode:
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