タイトル名変更

This commit is contained in:
kimura 2021-11-16 12:33:59 +09:00
parent 856daae90b
commit f10f622851
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ using System.Xml;
public static class PostProcessor{
private static Dictionary<string, Dictionary<string, string>> appTextMap = new Dictionary<string, Dictionary<string, string>>() {
{ "ja", new Dictionary<string,string>(){ { "appName", "ポップコーン"}, {"tDescription","許可をすると広告最適化に用いられます。"}, } },
{ "ja", new Dictionary<string,string>(){ { "appName", "にわとりのポップコーン屋さん"}, {"tDescription","許可をすると広告最適化に用いられます。"}, } },
{ "en", new Dictionary<string,string>(){ { "appName", "Popcorn"}, {"tDescription","This identifier will be used to deliver personalized ads to you."}, } },
};