From cb4e52f10331361fc956f3e9c219f9f251342f71 Mon Sep 17 00:00:00 2001 From: Jeffry Samuel <69224322+Jeffser@users.noreply.github.com> Date: Mon, 27 May 2024 14:57:31 -0600 Subject: [PATCH] French --- update_translation_files.sh | 2 ++ 1 file changed, 2 insertions(+) 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