diff options
author | EuAndreh <eu@euandre.org> | 2021-07-13 16:47:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-13 16:51:24 -0300 |
commit | ba61a367f651680d83284a7a5a5f8972fb90343d (patch) | |
tree | 69726ef60b8a90c62c56b320234c76be447d56ac /aux/workflow | |
parent | README.md: Remove "released in" text from the releases list, adjust in aux/wo... (diff) | |
download | git-permalink-ba61a367f651680d83284a7a5a5f8972fb90343d.tar.gz git-permalink-ba61a367f651680d83284a7a5a5f8972fb90343d.tar.xz |
mv po/* po/LC_MESSAGES/
Diffstat (limited to 'aux/workflow')
-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 |