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