タイトル名変更
This commit is contained in:
parent
f900a19e1b
commit
b9947c78e7
|
|
@ -9,7 +9,7 @@ using System.Xml;
|
||||||
public static class PostProcessor{
|
public static class PostProcessor{
|
||||||
|
|
||||||
private static Dictionary<string, Dictionary<string, string>> appTextMap = new Dictionary<string, Dictionary<string, string>>() {
|
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."}, } },
|
{ "en", new Dictionary<string,string>(){ { "appName", "Popcorn"}, {"tDescription","This identifier will be used to deliver personalized ads to you."}, } },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue