change default ui lang to en
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export const UI_LANGS = [
|
||||
["zh", "中文"],
|
||||
["en", "English"],
|
||||
["zh", "中文"],
|
||||
];
|
||||
|
||||
export const I18N = {
|
||||
|
||||
@@ -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, // 是否在浏览器下次启动时清除缓存
|
||||
|
||||
Reference in New Issue
Block a user