🔧 chore(config): Entry locale

This commit is contained in:
web@ppanel 2024-12-21 00:34:59 +07:00
parent f3680a7020
commit 5737331067
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"entry": "./locales/zh-CN", "entry": "./locales/en-US",
"entryLocale": "zh-CN", "entryLocale": "en-US",
"experimental": { "experimental": {
"jsonMode": true "jsonMode": true
}, },

View File

@ -1,6 +1,6 @@
{ {
"entry": "./locales/zh-CN", "entry": "./locales/en-US",
"entryLocale": "zh-CN", "entryLocale": "en-US",
"experimental": { "experimental": {
"jsonMode": true "jsonMode": true
}, },