Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/locales/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ i18n.use(initReactI18next).init({
},

// Add lazy loading capability
load: "languageOnly",
load: "currentOnly",

// React specific options
react: {
Expand Down
4 changes: 4 additions & 0 deletions src/locales/translations/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,8 @@ export default {
import_failed_description: "导入收藏服务器时发生错误",
import_invalid_data_description:
"所选文件含无效数据,请选择有效的收藏列表文件",
settigs_custom_game_exe_label: "自定义游戏可执行文件名称",
unable_to_find_custom_game_exe_title: "无法找到自定义游戏可执行文件!",
unable_to_find_custom_game_exe_description:
"在 GTA: San Andreas 目录中找不到指定的自定义游戏可执行文件。请在 设置 -> 高级设置 选项卡中检查。",
};
4 changes: 4 additions & 0 deletions src/locales/translations/zh-TW.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,8 @@ export default {
import_failed_description: "導入收藏伺服器時發生錯誤",
import_invalid_data_description:
"所選檔案含無效資料,請選擇有效的收藏列表檔案",
settigs_custom_game_exe_label: "自訂遊戲可執行檔案名稱",
unable_to_find_custom_game_exe_title: "無法找到自訂遊戲可執行檔案!",
unable_to_find_custom_game_exe_description:
"在 GTA: San Andreas 目錄中找不到指定的自訂遊戲可執行檔案。請在 設置 -> 高級設置 選項卡中檢查。",
};