From f10f622851c134aa1cdf2ef07243eb4fc0a67770 Mon Sep 17 00:00:00 2001 From: kimura Date: Tue, 16 Nov 2021 12:33:59 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=82=A4=E3=83=88=E3=83=AB=E5=90=8D?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popcorn/Assets/MyGame/Editor/PostProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popcorn/Assets/MyGame/Editor/PostProcessor.cs b/popcorn/Assets/MyGame/Editor/PostProcessor.cs index 80017f71..37ea8c18 100644 --- a/popcorn/Assets/MyGame/Editor/PostProcessor.cs +++ b/popcorn/Assets/MyGame/Editor/PostProcessor.cs @@ -9,7 +9,7 @@ using System.Xml; public static class PostProcessor{ private static Dictionary> appTextMap = new Dictionary>() { - { "ja", new Dictionary(){ { "appName", "ポップコーン"}, {"tDescription","許可をすると広告最適化に用いられます。"}, } }, + { "ja", new Dictionary(){ { "appName", "にわとりのポップコーン屋さん"}, {"tDescription","許可をすると広告最適化に用いられます。"}, } }, { "en", new Dictionary(){ { "appName", "Popcorn"}, {"tDescription","This identifier will be used to deliver personalized ads to you."}, } }, };