【IOS】修改翻译文件
parent
b2f88a0d29
commit
1ba37dce92
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 2da61b816f9280346b8ee1f5ab41c5d9
|
||||
guid: 11ce2c571a0d245c99e09352a3ae99dd
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue