【IOS】修改翻译文件

dev_chengFeng
JLIOSM1 2021-07-13 18:20:56 +08:00
parent b2f88a0d29
commit 1ba37dce92
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: 2da61b816f9280346b8ee1f5ab41c5d9 guid: 11ce2c571a0d245c99e09352a3ae99dd
TextScriptImporter: TextScriptImporter:
externalObjects: {} externalObjects: {}
userData: userData:

View File

@ -93,7 +93,7 @@ namespace GameLogic
/// <summary> /// <summary>
/// 版本号文件 /// 版本号文件
/// </summary> /// </summary>
const string languageFilePath = "language"; const string languageFilePath = "Language";
/// <summary> /// <summary>
/// 版本文件路径 /// 版本文件路径
/// </summary> /// </summary>
@ -101,7 +101,7 @@ namespace GameLogic
{ {
get get
{ {
return AppConst.PersistentDataPath + languageFilePath + ".txt"; return AppConst.PersistentDataPath + languageFilePath + ".json";
} }
} }
public class languageStruct public class languageStruct