File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff 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} ;
Original file line number Diff line number Diff 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} ;
You can’t perform that action at this time.
0 commit comments