From 4628e9b4fd569280d747486f2c66f52b0a815273 Mon Sep 17 00:00:00 2001 From: jeffser Date: Tue, 17 Dec 2024 01:03:58 -0600 Subject: [PATCH] Fixed language updater --- update_translation_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_translation_files.sh b/update_translation_files.sh index 1caf41c..f41f89b 100755 --- a/update_translation_files.sh +++ b/update_translation_files.sh @@ -15,7 +15,7 @@ msgmerge --no-fuzzy-matching -U po/nb_NO.po po/alpaca.pot echo "Updating Bengali" msgmerge --no-fuzzy-matching -U po/bn.po po/alpaca.pot echo "Updating Simplified Chinese" -msgmerge --no-fuzzy-matching -U po/zh_Hans.po po/alpaca.pot +msgmerge --no-fuzzy-matching -U po/zh_CN.po po/alpaca.pot echo "Updating Hindi" msgmerge --no-fuzzy-matching -U po/hi.po po/alpaca.pot echo "Updating Turkish"