Skip to content

Commit

Permalink
update_locales.sh use fuzzy
Browse files Browse the repository at this point in the history
  • Loading branch information
MrS0m30n3 committed Jul 2, 2015
1 parent 3d2c913 commit d886f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale_build/update_locales.sh
Expand Up @@ -41,7 +41,7 @@ fi
echo "[*]Building .MO files"

for dir in $dirs; do
msgfmt --output-file "$dir/youtube_dl_gui.mo" "$dir/youtube_dl_gui.po"
msgfmt --use-fuzzy --output-file "$dir/youtube_dl_gui.mo" "$dir/youtube_dl_gui.po"
done

echo "[*]Done"
Expand Down

0 comments on commit d886f72

Please sign in to comment.