update editor window localization

This commit is contained in:
hevinci
2023-10-17 12:03:11 +08:00
parent 0c70f27560
commit f63fcf1227
14 changed files with 279 additions and 54 deletions

View File

@@ -174,7 +174,7 @@ namespace YooAsset.Editor
AssetBundleCollectorSettingData.Setting.UniqueBundleName = uniqueBundleName;
AssetBundleCollectorSettingData.Setting.Packages.AddRange(packages);
AssetBundleCollectorSettingData.SaveFile();
Debug.Log($"导入配置完毕");
Debug.Log($"Asset bundle collector config import complete");
}
/// <summary>
@@ -245,7 +245,7 @@ namespace YooAsset.Editor
// 生成配置文件
xmlDoc.Save(savePath);
Debug.Log($"导出配置完毕");
Debug.Log($"Asset bundle collector config export complete");
}
/// <summary>