From 7e79f715b1cad2c38214c0ce09b320b89d081f56 Mon Sep 17 00:00:00 2001 From: jeffser Date: Mon, 16 Sep 2024 10:34:26 -0600 Subject: [PATCH] Added hebrew to updater --- update_translation_files.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update_translation_files.sh b/update_translation_files.sh index 09b4cb7..3a82b36 100755 --- a/update_translation_files.sh +++ b/update_translation_files.sh @@ -24,3 +24,5 @@ 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 +echo "Updating Hebrew" +msgmerge --no-fuzzy-matching -U po/he.po po/alpaca.pot \ No newline at end of file