Skip to content

Commit 692e75e

Browse files
authored
Merge pull request #342 from dockfries/master
add zh-CN/TW strings
2 parents a9a220e + 3d3ce69 commit 692e75e

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

src/locales/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ i18n.use(initReactI18next).init({
213213
},
214214

215215
// Add lazy loading capability
216-
load: "languageOnly",
216+
load: "currentOnly",
217217

218218
// React specific options
219219
react: {

src/locales/translations/zh-CN.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,8 @@ export default {
108108
import_failed_description: "导入收藏服务器时发生错误",
109109
import_invalid_data_description:
110110
"所选文件含无效数据,请选择有效的收藏列表文件",
111+
settigs_custom_game_exe_label: "自定义游戏可执行文件名称",
112+
unable_to_find_custom_game_exe_title: "无法找到自定义游戏可执行文件!",
113+
unable_to_find_custom_game_exe_description:
114+
"在 GTA: San Andreas 目录中找不到指定的自定义游戏可执行文件。请在 设置 -> 高级设置 选项卡中检查。",
111115
};

src/locales/translations/zh-TW.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,8 @@ export default {
108108
import_failed_description: "導入收藏伺服器時發生錯誤",
109109
import_invalid_data_description:
110110
"所選檔案含無效資料,請選擇有效的收藏列表檔案",
111+
settigs_custom_game_exe_label: "自訂遊戲可執行檔案名稱",
112+
unable_to_find_custom_game_exe_title: "無法找到自訂遊戲可執行檔案!",
113+
unable_to_find_custom_game_exe_description:
114+
"在 GTA: San Andreas 目錄中找不到指定的自訂遊戲可執行檔案。請在 設置 -> 高級設置 選項卡中檢查。",
111115
};

0 commit comments

Comments
 (0)