From 5fbd786f299c78d4220c0cfdb7b6b7bc972289fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:53:42 +0900 Subject: [PATCH] fix(i18n): standard_file in locale_diff --- i18n/locale_diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/locale_diff.py b/i18n/locale_diff.py index 674f7dd..6407346 100644 --- a/i18n/locale_diff.py +++ b/i18n/locale_diff.py @@ -3,7 +3,7 @@ import os from collections import OrderedDict # Define the standard file name -standard_file = "locale/zh_CN.json" +standard_file = "locale/en_US.json" # Find all JSON files in the directory dir_path = "locale/"