Skip to content

Commit

Permalink
Translation export fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagusiak committed Sep 14, 2023
1 parent dcb0422 commit a22692f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/translations-export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ merge_lang_files() {
}
_merge_lang_files() {
path="$1"
module="$(basename $PWD)"
module="$(basename $path)"
[ -f "$path/i18n/$module.pot" ] || return 0
cd "$path"
cd i18n
Expand Down

0 comments on commit a22692f

Please sign in to comment.