タイトル名変更
This commit is contained in:
parent
856daae90b
commit
f10f622851
|
|
@ -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."}, } },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue