Fix 'update-locales' script output

master
MrS0m30n3 2017-06-15 17:12:51 +03:00
parent d8c4a1c303
commit b3357697fa
1 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@ PACKAGE="youtube_dl_gui"
PO_FILE="$PACKAGE.po"
MO_FILE="$PACKAGE.mo"
cd ..
@ -48,7 +50,7 @@ fi
echo "[*]Building .MO files"
for dir in $DIRS; do
msgfmt --use-fuzzy --output-file "$dir/$PO_FILE" "$dir/$PO_FILE"
msgfmt --use-fuzzy --output-file "$dir/$MO_FILE" "$dir/$PO_FILE"
done
echo "[*]Done"