diff --git a/update_translation_files.sh b/update_translation_files.sh index ac3a72f..268c800 100755 --- a/update_translation_files.sh +++ b/update_translation_files.sh @@ -6,5 +6,7 @@ echo "Updating Spanish..." msgmerge -U po/es.po po/alpaca.pot #echo "Updating Russian..." #msgmerge -U po/ru.po po/alpaca.pot +echo "Updating French" +msgmerge -U po/fr.po po/alpaca.pot echo "Updating Brazilian Portuguese" msgmerge -U po/pt_BR.po po/alpaca.pot