多语言工具bug修改
parent
2650d56b02
commit
d42dde2bed
|
@ -411,6 +411,10 @@ namespace Assets.Scripts.Editor.LanguageTool
|
|||
for (int i = 1; i < csvArr.Length; i++)
|
||||
{
|
||||
string[] strList = csvArr[i].Split(',');
|
||||
if(strList.Length<=1)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
string prefabName = DecodeStr(strList[1]);
|
||||
string imgObjPath = string.Format("{0}#{1}", DecodeStr(strList[2]), DecodeStr(strList[3]));
|
||||
if (!dic.ContainsKey(prefabName))
|
||||
|
|
Loading…
Reference in New Issue