From bbf678cb75a478b7c147f7d3f42cc5b59c2156c4 Mon Sep 17 00:00:00 2001 From: jeffser Date: Tue, 27 Aug 2024 15:10:16 -0600 Subject: [PATCH] Added German to translations update script --- update_translation_files.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update_translation_files.sh b/update_translation_files.sh index bfc1c9b..dbc64d4 100755 --- a/update_translation_files.sh +++ b/update_translation_files.sh @@ -22,3 +22,5 @@ echo "Updating Turkish" msgmerge --no-fuzzy-matching -U po/tr.po po/alpaca.pot echo "Updating Ukrainian" msgmerge --no-fuzzy-matching -U po/uk.po po/alpaca.pot +echo "Updating German" +msgmerge --no-fuzzy-matching -U po/de.po po/alpaca.pot