diff options
Diffstat (limited to 'aux/workflow/l10n.sh')
-rwxr-xr-x | aux/workflow/l10n.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/l10n.sh b/aux/workflow/l10n.sh index 0d435b1..8d77585 100755 --- a/aux/workflow/l10n.sh +++ b/aux/workflow/l10n.sh @@ -22,7 +22,7 @@ for from_f in "$@"; do for lang in $LANGS; do to_f="$(echo "$from_f" | sed "s/\.en\./.$lang./")" printf 'Generating %s...\n' "$to_f" - pofile="po/$from_f/$lang.po" + pofile="po/LC_MESSAGES/$from_f/$lang.po" mkdir -p "$(dirname "$pofile")" case "$from_f" in |