From 16b42a19e48af3aa151f07eec7b4e44a9ce4ebe2 Mon Sep 17 00:00:00 2001 From: CaiYanPeng Date: Mon, 13 Dec 2021 17:18:57 +0800 Subject: [PATCH] =?UTF-8?q?ios=E7=AB=AF=E6=9C=AC=E5=9C=B0=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Editor/NativeLocale.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Editor/NativeLocale.cs b/Assets/Editor/NativeLocale.cs index 06732cf7..b90d0775 100644 --- a/Assets/Editor/NativeLocale.cs +++ b/Assets/Editor/NativeLocale.cs @@ -35,7 +35,7 @@ namespace Assets string src = Path.Combine(localizedDirectoryPath, locale + ".lproj"); DirectoryCopy(src, Path.Combine(projectPath, "Unity-iPhone/" + locale + ".lproj")); - string fileRelatvePath = string.Format("Unity-iPhone/{0}.lproj/Localizable.strings", locale); + string fileRelatvePath = string.Format("Unity-iPhone/{0}.lproj/InfoPlist.strings", locale); proj.AddLocalization("Localizable.strings", locale, fileRelatvePath); }