From 45a8d23347f62e7d5b0cdd467e01f56f4ee5abc6 Mon Sep 17 00:00:00 2001 From: Jeffry Samuel <69224322+Jeffser@users.noreply.github.com> Date: Thu, 23 May 2024 20:57:29 -0600 Subject: [PATCH] Update update_translation_files.sh --- update_translation_files.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/update_translation_files.sh b/update_translation_files.sh index f3c7ab0..a738936 100755 --- a/update_translation_files.sh +++ b/update_translation_files.sh @@ -4,5 +4,7 @@ echo "Preparing template..." xgettext --output=po/alpaca.pot --files-from=po/POTFILES echo "Updating Spanish..." msgmerge -U po/es.po po/alpaca.pot -#echo "Updating Russian..." -#msgmerge -U po/ru.po po/alpaca.pot +echo "Updating Russian..." +msgmerge -U po/ru.po po/alpaca.pot +echo "Updating Brazilian Portuguese" +msgmerge -U po/pt_BR.po po/alpaca.pot