change default ui lang to en

This commit is contained in:
Gabe Yuan
2023-08-15 12:30:32 +08:00
parent 70b2531878
commit ec962740b3
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
"name": "__MSG_app_name__",
"description": "__MSG_app_description__",
"version": "1.4.2",
"default_locale": "zh_CN",
"default_locale": "en",
"author": "Gabe<yugang2002@gmail.com>",
"homepage_url": "https://github.com/fishjar/kiss-translator",
"background": {

View File

@@ -3,7 +3,7 @@
"name": "__MSG_app_name__",
"description": "__MSG_app_description__",
"version": "1.4.2",
"default_locale": "zh_CN",
"default_locale": "en",
"author": "Gabe<yugang2002@gmail.com>",
"homepage_url": "https://github.com/fishjar/kiss-translator",
"background": {

View File

@@ -1,6 +1,6 @@
export const UI_LANGS = [
["zh", "中文"],
["en", "English"],
["zh", "中文"],
];
export const I18N = {

View File

@@ -156,7 +156,7 @@ export const DEFAULT_RULE = {
export const DEFAULT_SETTING = {
darkMode: false, // 深色模式
uiLang: "zh", // 界面语言
uiLang: "en", // 界面语言
fetchLimit: DEFAULT_FETCH_LIMIT, // 最大任务数量
fetchInterval: DEFAULT_FETCH_INTERVAL, // 任务间隔时间
clearCache: false, // 是否在浏览器下次启动时清除缓存