Skip to content

Commit 5fbd786

Browse files
committed
fix(i18n): standard_file in locale_diff
1 parent da7dee4 commit 5fbd786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i18n/locale_diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from collections import OrderedDict
44

55
# Define the standard file name
6-
standard_file = "locale/zh_CN.json"
6+
standard_file = "locale/en_US.json"
77

88
# Find all JSON files in the directory
99
dir_path = "locale/"

0 commit comments

Comments
 (0)