【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
guid: 2da61b816f9280346b8ee1f5ab41c5d9
guid: 11ce2c571a0d245c99e09352a3ae99dd
TextScriptImporter:
externalObjects: {}
userData:

View File

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