From 218c71f2f11d95b748c3a5189eb9eeb592e6343e Mon Sep 17 00:00:00 2001 From: Jessa Pajarito Date: Mon, 10 Nov 2025 11:14:12 +0000 Subject: [PATCH] Add localization support for demo apps --- HelloWorld/bg.lproj/Main.strings | 6 + HelloWorld/cs.lproj/Main.strings | 6 + HelloWorld/da.lproj/Main.strings | 6 + HelloWorld/de.lproj/Main.strings | 6 + HelloWorld/el.lproj/Main.strings | 6 + HelloWorld/en-GB.lproj/Main.strings | 6 + HelloWorld/es.lproj/Main.strings | 6 + HelloWorld/fi.lproj/Main.strings | 6 + HelloWorld/fil.lproj/Main.strings | 6 + HelloWorld/fr.lproj/Main.strings | 6 + HelloWorld/he.lproj/Main.strings | 6 + HelloWorld/hi.lproj/Main.strings | 6 + HelloWorld/hu.lproj/Main.strings | 6 + HelloWorld/id.lproj/Main.strings | 6 + HelloWorld/it.lproj/Main.strings | 6 + HelloWorld/ja.lproj/Main.strings | 6 + HelloWorld/ko.lproj/Main.strings | 6 + HelloWorld/ms.lproj/Main.strings | 6 + HelloWorld/nb.lproj/Main.strings | 6 + HelloWorld/nl.lproj/Main.strings | 6 + HelloWorld/pl.lproj/Main.strings | 6 + HelloWorld/pt-BR.lproj/Main.strings | 6 + HelloWorld/ro.lproj/Main.strings | 6 + HelloWorld/ru.lproj/Main.strings | 6 + HelloWorld/sv.lproj/Main.strings | 6 + HelloWorld/th.lproj/Main.strings | 6 + HelloWorld/tr.lproj/Main.strings | 6 + HelloWorld/vi.lproj/Main.strings | 6 + HelloWorld/zh-Hans.lproj/Main.strings | 6 + HelloWorld/zh-Hant.lproj/Main.strings | 6 + MultiConvoNavigation/bg.lproj/Main.strings | 6 + MultiConvoNavigation/cs.lproj/Main.strings | 6 + MultiConvoNavigation/da.lproj/Main.strings | 6 + MultiConvoNavigation/de.lproj/Main.strings | 6 + MultiConvoNavigation/el.lproj/Main.strings | 6 + MultiConvoNavigation/en-GB.lproj/Main.strings | 6 + MultiConvoNavigation/es.lproj/Main.strings | 6 + MultiConvoNavigation/fi.lproj/Main.strings | 6 + MultiConvoNavigation/fil.lproj/Main.strings | 6 + MultiConvoNavigation/fr.lproj/Main.strings | 6 + MultiConvoNavigation/he.lproj/Main.strings | 6 + MultiConvoNavigation/hi.lproj/Main.strings | 6 + MultiConvoNavigation/hu.lproj/Main.strings | 6 + MultiConvoNavigation/id.lproj/Main.strings | 6 + MultiConvoNavigation/it.lproj/Main.strings | 6 + MultiConvoNavigation/ja.lproj/Main.strings | 6 + MultiConvoNavigation/ko.lproj/Main.strings | 6 + MultiConvoNavigation/ms.lproj/Main.strings | 6 + MultiConvoNavigation/nb.lproj/Main.strings | 6 + MultiConvoNavigation/nl.lproj/Main.strings | 6 + MultiConvoNavigation/pl.lproj/Main.strings | 6 + MultiConvoNavigation/pt-BR.lproj/Main.strings | 6 + MultiConvoNavigation/ro.lproj/Main.strings | 6 + MultiConvoNavigation/ru.lproj/Main.strings | 6 + MultiConvoNavigation/sv.lproj/Main.strings | 6 + MultiConvoNavigation/th.lproj/Main.strings | 6 + MultiConvoNavigation/tr.lproj/Main.strings | 6 + MultiConvoNavigation/vi.lproj/Main.strings | 6 + .../zh-Hans.lproj/Main.strings | 6 + .../zh-Hant.lproj/Main.strings | 6 + .../bg.lproj/LaunchScreen.strings | 1 + PushNotifications/bg.lproj/Main.strings | 6 + .../cs.lproj/LaunchScreen.strings | 1 + PushNotifications/cs.lproj/Main.strings | 6 + .../da.lproj/LaunchScreen.strings | 1 + PushNotifications/da.lproj/Main.strings | 6 + .../de.lproj/LaunchScreen.strings | 1 + PushNotifications/de.lproj/Main.strings | 6 + .../el.lproj/LaunchScreen.strings | 1 + PushNotifications/el.lproj/Main.strings | 6 + .../en-GB.lproj/LaunchScreen.strings | 1 + PushNotifications/en-GB.lproj/Main.strings | 6 + .../es.lproj/LaunchScreen.strings | 1 + PushNotifications/es.lproj/Main.strings | 6 + .../fi.lproj/LaunchScreen.strings | 1 + PushNotifications/fi.lproj/Main.strings | 6 + .../fil.lproj/LaunchScreen.strings | 1 + PushNotifications/fil.lproj/Main.strings | 6 + .../fr.lproj/LaunchScreen.strings | 1 + PushNotifications/fr.lproj/Main.strings | 6 + .../he.lproj/LaunchScreen.strings | 1 + PushNotifications/he.lproj/Main.strings | 6 + .../hi.lproj/LaunchScreen.strings | 1 + PushNotifications/hi.lproj/Main.strings | 6 + .../hu.lproj/LaunchScreen.strings | 1 + PushNotifications/hu.lproj/Main.strings | 6 + .../id.lproj/LaunchScreen.strings | 1 + PushNotifications/id.lproj/Main.strings | 6 + .../it.lproj/LaunchScreen.strings | 1 + PushNotifications/it.lproj/Main.strings | 6 + .../ja.lproj/LaunchScreen.strings | 1 + PushNotifications/ja.lproj/Main.strings | 6 + .../ko.lproj/LaunchScreen.strings | 1 + PushNotifications/ko.lproj/Main.strings | 6 + .../ms.lproj/LaunchScreen.strings | 1 + PushNotifications/ms.lproj/Main.strings | 6 + .../nb.lproj/LaunchScreen.strings | 1 + PushNotifications/nb.lproj/Main.strings | 6 + .../nl.lproj/LaunchScreen.strings | 1 + PushNotifications/nl.lproj/Main.strings | 6 + .../pl.lproj/LaunchScreen.strings | 1 + PushNotifications/pl.lproj/Main.strings | 6 + .../pt-BR.lproj/LaunchScreen.strings | 1 + PushNotifications/pt-BR.lproj/Main.strings | 6 + .../ro.lproj/LaunchScreen.strings | 1 + PushNotifications/ro.lproj/Main.strings | 6 + .../ru.lproj/LaunchScreen.strings | 1 + PushNotifications/ru.lproj/Main.strings | 6 + .../sv.lproj/LaunchScreen.strings | 1 + PushNotifications/sv.lproj/Main.strings | 6 + .../th.lproj/LaunchScreen.strings | 1 + PushNotifications/th.lproj/Main.strings | 6 + .../tr.lproj/LaunchScreen.strings | 1 + PushNotifications/tr.lproj/Main.strings | 6 + .../vi.lproj/LaunchScreen.strings | 1 + PushNotifications/vi.lproj/Main.strings | 6 + .../zh-Hans.lproj/LaunchScreen.strings | 1 + PushNotifications/zh-Hans.lproj/Main.strings | 6 + .../zh-Hant.lproj/LaunchScreen.strings | 1 + PushNotifications/zh-Hant.lproj/Main.strings | 6 + sdk_demo_apps.xcodeproj/project.pbxproj | 212 ++++++++++++++++++ 121 files changed, 782 insertions(+) create mode 100644 HelloWorld/bg.lproj/Main.strings create mode 100644 HelloWorld/cs.lproj/Main.strings create mode 100644 HelloWorld/da.lproj/Main.strings create mode 100644 HelloWorld/de.lproj/Main.strings create mode 100644 HelloWorld/el.lproj/Main.strings create mode 100644 HelloWorld/en-GB.lproj/Main.strings create mode 100644 HelloWorld/es.lproj/Main.strings create mode 100644 HelloWorld/fi.lproj/Main.strings create mode 100644 HelloWorld/fil.lproj/Main.strings create mode 100644 HelloWorld/fr.lproj/Main.strings create mode 100644 HelloWorld/he.lproj/Main.strings create mode 100644 HelloWorld/hi.lproj/Main.strings create mode 100644 HelloWorld/hu.lproj/Main.strings create mode 100644 HelloWorld/id.lproj/Main.strings create mode 100644 HelloWorld/it.lproj/Main.strings create mode 100644 HelloWorld/ja.lproj/Main.strings create mode 100644 HelloWorld/ko.lproj/Main.strings create mode 100644 HelloWorld/ms.lproj/Main.strings create mode 100644 HelloWorld/nb.lproj/Main.strings create mode 100644 HelloWorld/nl.lproj/Main.strings create mode 100644 HelloWorld/pl.lproj/Main.strings create mode 100644 HelloWorld/pt-BR.lproj/Main.strings create mode 100644 HelloWorld/ro.lproj/Main.strings create mode 100644 HelloWorld/ru.lproj/Main.strings create mode 100644 HelloWorld/sv.lproj/Main.strings create mode 100644 HelloWorld/th.lproj/Main.strings create mode 100644 HelloWorld/tr.lproj/Main.strings create mode 100644 HelloWorld/vi.lproj/Main.strings create mode 100644 HelloWorld/zh-Hans.lproj/Main.strings create mode 100644 HelloWorld/zh-Hant.lproj/Main.strings create mode 100644 MultiConvoNavigation/bg.lproj/Main.strings create mode 100644 MultiConvoNavigation/cs.lproj/Main.strings create mode 100644 MultiConvoNavigation/da.lproj/Main.strings create mode 100644 MultiConvoNavigation/de.lproj/Main.strings create mode 100644 MultiConvoNavigation/el.lproj/Main.strings create mode 100644 MultiConvoNavigation/en-GB.lproj/Main.strings create mode 100644 MultiConvoNavigation/es.lproj/Main.strings create mode 100644 MultiConvoNavigation/fi.lproj/Main.strings create mode 100644 MultiConvoNavigation/fil.lproj/Main.strings create mode 100644 MultiConvoNavigation/fr.lproj/Main.strings create mode 100644 MultiConvoNavigation/he.lproj/Main.strings create mode 100644 MultiConvoNavigation/hi.lproj/Main.strings create mode 100644 MultiConvoNavigation/hu.lproj/Main.strings create mode 100644 MultiConvoNavigation/id.lproj/Main.strings create mode 100644 MultiConvoNavigation/it.lproj/Main.strings create mode 100644 MultiConvoNavigation/ja.lproj/Main.strings create mode 100644 MultiConvoNavigation/ko.lproj/Main.strings create mode 100644 MultiConvoNavigation/ms.lproj/Main.strings create mode 100644 MultiConvoNavigation/nb.lproj/Main.strings create mode 100644 MultiConvoNavigation/nl.lproj/Main.strings create mode 100644 MultiConvoNavigation/pl.lproj/Main.strings create mode 100644 MultiConvoNavigation/pt-BR.lproj/Main.strings create mode 100644 MultiConvoNavigation/ro.lproj/Main.strings create mode 100644 MultiConvoNavigation/ru.lproj/Main.strings create mode 100644 MultiConvoNavigation/sv.lproj/Main.strings create mode 100644 MultiConvoNavigation/th.lproj/Main.strings create mode 100644 MultiConvoNavigation/tr.lproj/Main.strings create mode 100644 MultiConvoNavigation/vi.lproj/Main.strings create mode 100644 MultiConvoNavigation/zh-Hans.lproj/Main.strings create mode 100644 MultiConvoNavigation/zh-Hant.lproj/Main.strings create mode 100644 PushNotifications/bg.lproj/LaunchScreen.strings create mode 100644 PushNotifications/bg.lproj/Main.strings create mode 100644 PushNotifications/cs.lproj/LaunchScreen.strings create mode 100644 PushNotifications/cs.lproj/Main.strings create mode 100644 PushNotifications/da.lproj/LaunchScreen.strings create mode 100644 PushNotifications/da.lproj/Main.strings create mode 100644 PushNotifications/de.lproj/LaunchScreen.strings create mode 100644 PushNotifications/de.lproj/Main.strings create mode 100644 PushNotifications/el.lproj/LaunchScreen.strings create mode 100644 PushNotifications/el.lproj/Main.strings create mode 100644 PushNotifications/en-GB.lproj/LaunchScreen.strings create mode 100644 PushNotifications/en-GB.lproj/Main.strings create mode 100644 PushNotifications/es.lproj/LaunchScreen.strings create mode 100644 PushNotifications/es.lproj/Main.strings create mode 100644 PushNotifications/fi.lproj/LaunchScreen.strings create mode 100644 PushNotifications/fi.lproj/Main.strings create mode 100644 PushNotifications/fil.lproj/LaunchScreen.strings create mode 100644 PushNotifications/fil.lproj/Main.strings create mode 100644 PushNotifications/fr.lproj/LaunchScreen.strings create mode 100644 PushNotifications/fr.lproj/Main.strings create mode 100644 PushNotifications/he.lproj/LaunchScreen.strings create mode 100644 PushNotifications/he.lproj/Main.strings create mode 100644 PushNotifications/hi.lproj/LaunchScreen.strings create mode 100644 PushNotifications/hi.lproj/Main.strings create mode 100644 PushNotifications/hu.lproj/LaunchScreen.strings create mode 100644 PushNotifications/hu.lproj/Main.strings create mode 100644 PushNotifications/id.lproj/LaunchScreen.strings create mode 100644 PushNotifications/id.lproj/Main.strings create mode 100644 PushNotifications/it.lproj/LaunchScreen.strings create mode 100644 PushNotifications/it.lproj/Main.strings create mode 100644 PushNotifications/ja.lproj/LaunchScreen.strings create mode 100644 PushNotifications/ja.lproj/Main.strings create mode 100644 PushNotifications/ko.lproj/LaunchScreen.strings create mode 100644 PushNotifications/ko.lproj/Main.strings create mode 100644 PushNotifications/ms.lproj/LaunchScreen.strings create mode 100644 PushNotifications/ms.lproj/Main.strings create mode 100644 PushNotifications/nb.lproj/LaunchScreen.strings create mode 100644 PushNotifications/nb.lproj/Main.strings create mode 100644 PushNotifications/nl.lproj/LaunchScreen.strings create mode 100644 PushNotifications/nl.lproj/Main.strings create mode 100644 PushNotifications/pl.lproj/LaunchScreen.strings create mode 100644 PushNotifications/pl.lproj/Main.strings create mode 100644 PushNotifications/pt-BR.lproj/LaunchScreen.strings create mode 100644 PushNotifications/pt-BR.lproj/Main.strings create mode 100644 PushNotifications/ro.lproj/LaunchScreen.strings create mode 100644 PushNotifications/ro.lproj/Main.strings create mode 100644 PushNotifications/ru.lproj/LaunchScreen.strings create mode 100644 PushNotifications/ru.lproj/Main.strings create mode 100644 PushNotifications/sv.lproj/LaunchScreen.strings create mode 100644 PushNotifications/sv.lproj/Main.strings create mode 100644 PushNotifications/th.lproj/LaunchScreen.strings create mode 100644 PushNotifications/th.lproj/Main.strings create mode 100644 PushNotifications/tr.lproj/LaunchScreen.strings create mode 100644 PushNotifications/tr.lproj/Main.strings create mode 100644 PushNotifications/vi.lproj/LaunchScreen.strings create mode 100644 PushNotifications/vi.lproj/Main.strings create mode 100644 PushNotifications/zh-Hans.lproj/LaunchScreen.strings create mode 100644 PushNotifications/zh-Hans.lproj/Main.strings create mode 100644 PushNotifications/zh-Hant.lproj/LaunchScreen.strings create mode 100644 PushNotifications/zh-Hant.lproj/Main.strings diff --git a/HelloWorld/bg.lproj/Main.strings b/HelloWorld/bg.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/bg.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/cs.lproj/Main.strings b/HelloWorld/cs.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/cs.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/da.lproj/Main.strings b/HelloWorld/da.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/da.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/de.lproj/Main.strings b/HelloWorld/de.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/de.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/el.lproj/Main.strings b/HelloWorld/el.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/el.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/en-GB.lproj/Main.strings b/HelloWorld/en-GB.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/en-GB.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/es.lproj/Main.strings b/HelloWorld/es.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/es.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/fi.lproj/Main.strings b/HelloWorld/fi.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/fi.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/fil.lproj/Main.strings b/HelloWorld/fil.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/fil.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/fr.lproj/Main.strings b/HelloWorld/fr.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/fr.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/he.lproj/Main.strings b/HelloWorld/he.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/he.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/hi.lproj/Main.strings b/HelloWorld/hi.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/hi.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/hu.lproj/Main.strings b/HelloWorld/hu.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/hu.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/id.lproj/Main.strings b/HelloWorld/id.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/id.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/it.lproj/Main.strings b/HelloWorld/it.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/it.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/ja.lproj/Main.strings b/HelloWorld/ja.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/ja.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/ko.lproj/Main.strings b/HelloWorld/ko.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/ko.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/ms.lproj/Main.strings b/HelloWorld/ms.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/ms.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/nb.lproj/Main.strings b/HelloWorld/nb.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/nb.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/nl.lproj/Main.strings b/HelloWorld/nl.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/nl.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/pl.lproj/Main.strings b/HelloWorld/pl.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/pl.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/pt-BR.lproj/Main.strings b/HelloWorld/pt-BR.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/pt-BR.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/ro.lproj/Main.strings b/HelloWorld/ro.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/ro.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/ru.lproj/Main.strings b/HelloWorld/ru.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/ru.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/sv.lproj/Main.strings b/HelloWorld/sv.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/sv.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/th.lproj/Main.strings b/HelloWorld/th.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/th.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/tr.lproj/Main.strings b/HelloWorld/tr.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/tr.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/vi.lproj/Main.strings b/HelloWorld/vi.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/vi.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/zh-Hans.lproj/Main.strings b/HelloWorld/zh-Hans.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/zh-Hans.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/HelloWorld/zh-Hant.lproj/Main.strings b/HelloWorld/zh-Hant.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/HelloWorld/zh-Hant.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/MultiConvoNavigation/bg.lproj/Main.strings b/MultiConvoNavigation/bg.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/bg.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/cs.lproj/Main.strings b/MultiConvoNavigation/cs.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/cs.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/da.lproj/Main.strings b/MultiConvoNavigation/da.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/da.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/de.lproj/Main.strings b/MultiConvoNavigation/de.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/de.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/el.lproj/Main.strings b/MultiConvoNavigation/el.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/el.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/en-GB.lproj/Main.strings b/MultiConvoNavigation/en-GB.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/en-GB.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/es.lproj/Main.strings b/MultiConvoNavigation/es.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/es.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/fi.lproj/Main.strings b/MultiConvoNavigation/fi.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/fi.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/fil.lproj/Main.strings b/MultiConvoNavigation/fil.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/fil.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/fr.lproj/Main.strings b/MultiConvoNavigation/fr.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/fr.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/he.lproj/Main.strings b/MultiConvoNavigation/he.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/he.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/hi.lproj/Main.strings b/MultiConvoNavigation/hi.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/hi.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/hu.lproj/Main.strings b/MultiConvoNavigation/hu.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/hu.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/id.lproj/Main.strings b/MultiConvoNavigation/id.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/id.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/it.lproj/Main.strings b/MultiConvoNavigation/it.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/it.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/ja.lproj/Main.strings b/MultiConvoNavigation/ja.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/ja.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/ko.lproj/Main.strings b/MultiConvoNavigation/ko.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/ko.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/ms.lproj/Main.strings b/MultiConvoNavigation/ms.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/ms.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/nb.lproj/Main.strings b/MultiConvoNavigation/nb.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/nb.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/nl.lproj/Main.strings b/MultiConvoNavigation/nl.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/nl.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/pl.lproj/Main.strings b/MultiConvoNavigation/pl.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/pl.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/pt-BR.lproj/Main.strings b/MultiConvoNavigation/pt-BR.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/pt-BR.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/ro.lproj/Main.strings b/MultiConvoNavigation/ro.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/ro.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/ru.lproj/Main.strings b/MultiConvoNavigation/ru.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/ru.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/sv.lproj/Main.strings b/MultiConvoNavigation/sv.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/sv.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/th.lproj/Main.strings b/MultiConvoNavigation/th.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/th.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/tr.lproj/Main.strings b/MultiConvoNavigation/tr.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/tr.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/vi.lproj/Main.strings b/MultiConvoNavigation/vi.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/vi.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/zh-Hans.lproj/Main.strings b/MultiConvoNavigation/zh-Hans.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/zh-Hans.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/MultiConvoNavigation/zh-Hant.lproj/Main.strings b/MultiConvoNavigation/zh-Hant.lproj/Main.strings new file mode 100644 index 0000000..ee26700 --- /dev/null +++ b/MultiConvoNavigation/zh-Hant.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "0j1-re-ZmH"; */ +"0j1-re-ZmH.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "b6m-dJ-JHg"; */ +"b6m-dJ-JHg.title" = "Item"; diff --git a/PushNotifications/bg.lproj/LaunchScreen.strings b/PushNotifications/bg.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/bg.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/bg.lproj/Main.strings b/PushNotifications/bg.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/bg.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/cs.lproj/LaunchScreen.strings b/PushNotifications/cs.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/cs.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/cs.lproj/Main.strings b/PushNotifications/cs.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/cs.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/da.lproj/LaunchScreen.strings b/PushNotifications/da.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/da.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/da.lproj/Main.strings b/PushNotifications/da.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/da.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/de.lproj/LaunchScreen.strings b/PushNotifications/de.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/de.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/de.lproj/Main.strings b/PushNotifications/de.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/de.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/el.lproj/LaunchScreen.strings b/PushNotifications/el.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/el.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/el.lproj/Main.strings b/PushNotifications/el.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/el.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/en-GB.lproj/LaunchScreen.strings b/PushNotifications/en-GB.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/en-GB.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/en-GB.lproj/Main.strings b/PushNotifications/en-GB.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/en-GB.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/es.lproj/LaunchScreen.strings b/PushNotifications/es.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/es.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/es.lproj/Main.strings b/PushNotifications/es.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/es.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/fi.lproj/LaunchScreen.strings b/PushNotifications/fi.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/fi.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/fi.lproj/Main.strings b/PushNotifications/fi.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/fi.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/fil.lproj/LaunchScreen.strings b/PushNotifications/fil.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/fil.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/fil.lproj/Main.strings b/PushNotifications/fil.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/fil.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/fr.lproj/LaunchScreen.strings b/PushNotifications/fr.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/fr.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/fr.lproj/Main.strings b/PushNotifications/fr.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/fr.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/he.lproj/LaunchScreen.strings b/PushNotifications/he.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/he.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/he.lproj/Main.strings b/PushNotifications/he.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/he.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/hi.lproj/LaunchScreen.strings b/PushNotifications/hi.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/hi.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/hi.lproj/Main.strings b/PushNotifications/hi.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/hi.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/hu.lproj/LaunchScreen.strings b/PushNotifications/hu.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/hu.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/hu.lproj/Main.strings b/PushNotifications/hu.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/hu.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/id.lproj/LaunchScreen.strings b/PushNotifications/id.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/id.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/id.lproj/Main.strings b/PushNotifications/id.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/id.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/it.lproj/LaunchScreen.strings b/PushNotifications/it.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/it.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/it.lproj/Main.strings b/PushNotifications/it.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/it.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/ja.lproj/LaunchScreen.strings b/PushNotifications/ja.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/ja.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/ja.lproj/Main.strings b/PushNotifications/ja.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/ja.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/ko.lproj/LaunchScreen.strings b/PushNotifications/ko.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/ko.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/ko.lproj/Main.strings b/PushNotifications/ko.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/ko.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/ms.lproj/LaunchScreen.strings b/PushNotifications/ms.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/ms.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/ms.lproj/Main.strings b/PushNotifications/ms.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/ms.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/nb.lproj/LaunchScreen.strings b/PushNotifications/nb.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/nb.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/nb.lproj/Main.strings b/PushNotifications/nb.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/nb.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/nl.lproj/LaunchScreen.strings b/PushNotifications/nl.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/nl.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/nl.lproj/Main.strings b/PushNotifications/nl.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/nl.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/pl.lproj/LaunchScreen.strings b/PushNotifications/pl.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/pl.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/pl.lproj/Main.strings b/PushNotifications/pl.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/pl.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/pt-BR.lproj/LaunchScreen.strings b/PushNotifications/pt-BR.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/pt-BR.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/pt-BR.lproj/Main.strings b/PushNotifications/pt-BR.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/pt-BR.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/ro.lproj/LaunchScreen.strings b/PushNotifications/ro.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/ro.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/ro.lproj/Main.strings b/PushNotifications/ro.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/ro.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/ru.lproj/LaunchScreen.strings b/PushNotifications/ru.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/ru.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/ru.lproj/Main.strings b/PushNotifications/ru.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/ru.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/sv.lproj/LaunchScreen.strings b/PushNotifications/sv.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/sv.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/sv.lproj/Main.strings b/PushNotifications/sv.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/sv.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/th.lproj/LaunchScreen.strings b/PushNotifications/th.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/th.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/th.lproj/Main.strings b/PushNotifications/th.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/th.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/tr.lproj/LaunchScreen.strings b/PushNotifications/tr.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/tr.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/tr.lproj/Main.strings b/PushNotifications/tr.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/tr.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/vi.lproj/LaunchScreen.strings b/PushNotifications/vi.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/vi.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/vi.lproj/Main.strings b/PushNotifications/vi.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/vi.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/zh-Hans.lproj/LaunchScreen.strings b/PushNotifications/zh-Hans.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/zh-Hans.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/zh-Hans.lproj/Main.strings b/PushNotifications/zh-Hans.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/zh-Hans.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/PushNotifications/zh-Hant.lproj/LaunchScreen.strings b/PushNotifications/zh-Hant.lproj/LaunchScreen.strings new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PushNotifications/zh-Hant.lproj/LaunchScreen.strings @@ -0,0 +1 @@ + diff --git a/PushNotifications/zh-Hant.lproj/Main.strings b/PushNotifications/zh-Hant.lproj/Main.strings new file mode 100644 index 0000000..743f835 --- /dev/null +++ b/PushNotifications/zh-Hant.lproj/Main.strings @@ -0,0 +1,6 @@ + +/* Class = "UINavigationItem"; title = "Zendesk Demo App"; ObjectID = "QeB-bK-1Ra"; */ +"QeB-bK-1Ra.title" = "Zendesk Demo App"; + +/* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "TIu-2T-V8o"; */ +"TIu-2T-V8o.title" = "Item"; diff --git a/sdk_demo_apps.xcodeproj/project.pbxproj b/sdk_demo_apps.xcodeproj/project.pbxproj index 50fcf88..4dd9fb5 100644 --- a/sdk_demo_apps.xcodeproj/project.pbxproj +++ b/sdk_demo_apps.xcodeproj/project.pbxproj @@ -197,6 +197,96 @@ 44C9E3AA2A0BD6CC00FDA5FC /* ShowUnreadCountCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShowUnreadCountCell.swift; sourceTree = ""; }; 44C9E3AC2A0BE1DF00FDA5FC /* Unread messages.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Unread messages.entitlements"; sourceTree = ""; }; 44CC6EA22A313F00005AEF84 /* UIViewController+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIViewController+Extension.swift"; sourceTree = ""; }; + 513E66F72EBE3B7A0030EE02 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Main.strings"; sourceTree = ""; }; + 513E66F82EBE3B7A0030EE02 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Main.strings"; sourceTree = ""; }; + 513E66F92EBE3B7A0030EE02 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/LaunchScreen.strings"; sourceTree = ""; }; + 513E66FB2EBE3B870030EE02 /* bg */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bg; path = bg.lproj/Main.strings; sourceTree = ""; }; + 513E66FC2EBE3B890030EE02 /* bg */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bg; path = bg.lproj/Main.strings; sourceTree = ""; }; + 513E66FD2EBE3B8A0030EE02 /* bg */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bg; path = bg.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E66FF2EBE3B8F0030EE02 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Main.strings; sourceTree = ""; }; + 513E67002EBE3B900030EE02 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Main.strings; sourceTree = ""; }; + 513E67012EBE3B900030EE02 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E67032EBE3B9E0030EE02 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Main.strings; sourceTree = ""; }; + 513E67042EBE3B9E0030EE02 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Main.strings; sourceTree = ""; }; + 513E67052EBE3B9E0030EE02 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E67072EBE3BA50030EE02 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Main.strings; sourceTree = ""; }; + 513E67082EBE3BA50030EE02 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Main.strings; sourceTree = ""; }; + 513E67092EBE3BA60030EE02 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E670B2EBE3BCB0030EE02 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/Main.strings"; sourceTree = ""; }; + 513E670C2EBE3BCB0030EE02 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/Main.strings"; sourceTree = ""; }; + 513E670D2EBE3BCC0030EE02 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/LaunchScreen.strings"; sourceTree = ""; }; + 513E670F2EBE3BE20030EE02 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/Main.strings; sourceTree = ""; }; + 513E67102EBE3BE20030EE02 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/Main.strings; sourceTree = ""; }; + 513E67112EBE3BE30030EE02 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E67132EBE3BEB0030EE02 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Main.strings; sourceTree = ""; }; + 513E67142EBE3BEB0030EE02 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Main.strings; sourceTree = ""; }; + 513E67152EBE3BEB0030EE02 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E67172EBE3BF10030EE02 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Main.strings; sourceTree = ""; }; + 513E67182EBE3BF10030EE02 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Main.strings; sourceTree = ""; }; + 513E67192EBE3BF10030EE02 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E671B2EBE3BF60030EE02 /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/Main.strings; sourceTree = ""; }; + 513E671C2EBE3BF60030EE02 /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/Main.strings; sourceTree = ""; }; + 513E671D2EBE3BF60030EE02 /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E671F2EBE3BFC0030EE02 /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Main.strings; sourceTree = ""; }; + 513E67202EBE3BFC0030EE02 /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Main.strings; sourceTree = ""; }; + 513E67212EBE3BFC0030EE02 /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E67232EBE3C000030EE02 /* hi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hi; path = hi.lproj/Main.strings; sourceTree = ""; }; + 513E67242EBE3C010030EE02 /* hi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hi; path = hi.lproj/Main.strings; sourceTree = ""; }; + 513E67252EBE3C010030EE02 /* hi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hi; path = hi.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E67272EBE3C050030EE02 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Main.strings; sourceTree = ""; }; + 513E67282EBE3C050030EE02 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Main.strings; sourceTree = ""; }; + 513E67292EBE3C050030EE02 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E672B2EBE3C0A0030EE02 /* id */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = id; path = id.lproj/Main.strings; sourceTree = ""; }; + 513E672C2EBE3C0A0030EE02 /* id */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = id; path = id.lproj/Main.strings; sourceTree = ""; }; + 513E672D2EBE3C0A0030EE02 /* id */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = id; path = id.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E672F2EBE3C0F0030EE02 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Main.strings; sourceTree = ""; }; + 513E67302EBE3C0F0030EE02 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Main.strings; sourceTree = ""; }; + 513E67312EBE3C0F0030EE02 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E67332EBE3C150030EE02 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Main.strings; sourceTree = ""; }; + 513E67342EBE3C150030EE02 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Main.strings; sourceTree = ""; }; + 513E67352EBE3C150030EE02 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E67372EBE3C1E0030EE02 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Main.strings; sourceTree = ""; }; + 513E67382EBE3C1E0030EE02 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Main.strings; sourceTree = ""; }; + 513E67392EBE3C1E0030EE02 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E673B2EBE3C250030EE02 /* ms */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ms; path = ms.lproj/Main.strings; sourceTree = ""; }; + 513E673C2EBE3C250030EE02 /* ms */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ms; path = ms.lproj/Main.strings; sourceTree = ""; }; + 513E673D2EBE3C250030EE02 /* ms */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ms; path = ms.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E673F2EBE3C370030EE02 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Main.strings; sourceTree = ""; }; + 513E67402EBE3C370030EE02 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Main.strings; sourceTree = ""; }; + 513E67412EBE3C370030EE02 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E67432EBE3C420030EE02 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Main.strings; sourceTree = ""; }; + 513E67442EBE3C430030EE02 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Main.strings; sourceTree = ""; }; + 513E67452EBE3C430030EE02 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E67472EBE3C4A0030EE02 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Main.strings; sourceTree = ""; }; + 513E67482EBE3C4A0030EE02 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Main.strings; sourceTree = ""; }; + 513E67492EBE3C4A0030EE02 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E674B2EBE3C610030EE02 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Main.strings; sourceTree = ""; }; + 513E674C2EBE3C610030EE02 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Main.strings; sourceTree = ""; }; + 513E674D2EBE3C610030EE02 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E674F2EBE3C660030EE02 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Main.strings; sourceTree = ""; }; + 513E67502EBE3C660030EE02 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Main.strings; sourceTree = ""; }; + 513E67512EBE3C660030EE02 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E67532EBE3C6E0030EE02 /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/Main.strings; sourceTree = ""; }; + 513E67542EBE3C6E0030EE02 /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/Main.strings; sourceTree = ""; }; + 513E67552EBE3C6E0030EE02 /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E67572EBE3C780030EE02 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Main.strings; sourceTree = ""; }; + 513E67582EBE3C780030EE02 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Main.strings; sourceTree = ""; }; + 513E67592EBE3C780030EE02 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E675B2EBE3C7E0030EE02 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Main.strings; sourceTree = ""; }; + 513E675C2EBE3C7E0030EE02 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Main.strings; sourceTree = ""; }; + 513E675D2EBE3C7E0030EE02 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E675F2EBE3CAC0030EE02 /* fil */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fil; path = fil.lproj/Main.strings; sourceTree = ""; }; + 513E67602EBE3CAC0030EE02 /* fil */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fil; path = fil.lproj/Main.strings; sourceTree = ""; }; + 513E67612EBE3CAD0030EE02 /* fil */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fil; path = fil.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E67632EBE3CD00030EE02 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Main.strings; sourceTree = ""; }; + 513E67642EBE3CD00030EE02 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Main.strings; sourceTree = ""; }; + 513E67652EBE3CD00030EE02 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/LaunchScreen.strings; sourceTree = ""; }; + 513E67672EBE3CDF0030EE02 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = ""; }; + 513E67682EBE3CDF0030EE02 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = ""; }; + 513E67692EBE3CDF0030EE02 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/LaunchScreen.strings"; sourceTree = ""; }; + 513E676B2EBE3CE50030EE02 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Main.strings"; sourceTree = ""; }; + 513E676C2EBE3CE50030EE02 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Main.strings"; sourceTree = ""; }; + 513E676D2EBE3CE70030EE02 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/LaunchScreen.strings"; sourceTree = ""; }; 6E2E215E2B0EB35400BA7C4F /* Metadata.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Metadata.app; sourceTree = BUILT_PRODUCTS_DIR; }; 6E2E21612B0EB43C00BA7C4F /* SceneDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; 6E2E21622B0EB43C00BA7C4F /* MainViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainViewController.swift; sourceTree = ""; }; @@ -817,6 +907,36 @@ knownRegions = ( en, Base, + "pt-BR", + bg, + cs, + da, + nl, + "en-GB", + fi, + fr, + de, + el, + he, + hi, + hu, + id, + it, + ja, + ko, + ms, + pl, + ro, + ru, + es, + sv, + th, + tr, + vi, + fil, + nb, + "zh-Hans", + "zh-Hant", ); mainGroup = 4498390229832A5F00B8196C; packageReferences = ( @@ -1097,6 +1217,36 @@ isa = PBXVariantGroup; children = ( 445FA5862A321F3C00758AF9 /* Base */, + 513E66F92EBE3B7A0030EE02 /* pt-BR */, + 513E66FD2EBE3B8A0030EE02 /* bg */, + 513E67012EBE3B900030EE02 /* cs */, + 513E67052EBE3B9E0030EE02 /* da */, + 513E67092EBE3BA60030EE02 /* nl */, + 513E670D2EBE3BCC0030EE02 /* en-GB */, + 513E67112EBE3BE30030EE02 /* fi */, + 513E67152EBE3BEB0030EE02 /* fr */, + 513E67192EBE3BF10030EE02 /* de */, + 513E671D2EBE3BF60030EE02 /* el */, + 513E67212EBE3BFC0030EE02 /* he */, + 513E67252EBE3C010030EE02 /* hi */, + 513E67292EBE3C050030EE02 /* hu */, + 513E672D2EBE3C0A0030EE02 /* id */, + 513E67312EBE3C0F0030EE02 /* it */, + 513E67352EBE3C150030EE02 /* ja */, + 513E67392EBE3C1E0030EE02 /* ko */, + 513E673D2EBE3C250030EE02 /* ms */, + 513E67412EBE3C370030EE02 /* pl */, + 513E67452EBE3C430030EE02 /* ro */, + 513E67492EBE3C4A0030EE02 /* ru */, + 513E674D2EBE3C610030EE02 /* es */, + 513E67512EBE3C660030EE02 /* sv */, + 513E67552EBE3C6E0030EE02 /* th */, + 513E67592EBE3C780030EE02 /* tr */, + 513E675D2EBE3C7E0030EE02 /* vi */, + 513E67612EBE3CAD0030EE02 /* fil */, + 513E67652EBE3CD00030EE02 /* nb */, + 513E67692EBE3CDF0030EE02 /* zh-Hans */, + 513E676D2EBE3CE70030EE02 /* zh-Hant */, ); name = LaunchScreen.storyboard; sourceTree = ""; @@ -1105,6 +1255,36 @@ isa = PBXVariantGroup; children = ( 445FA5932A32215200758AF9 /* Base */, + 513E66F82EBE3B7A0030EE02 /* pt-BR */, + 513E66FC2EBE3B890030EE02 /* bg */, + 513E67002EBE3B900030EE02 /* cs */, + 513E67042EBE3B9E0030EE02 /* da */, + 513E67082EBE3BA50030EE02 /* nl */, + 513E670C2EBE3BCB0030EE02 /* en-GB */, + 513E67102EBE3BE20030EE02 /* fi */, + 513E67142EBE3BEB0030EE02 /* fr */, + 513E67182EBE3BF10030EE02 /* de */, + 513E671C2EBE3BF60030EE02 /* el */, + 513E67202EBE3BFC0030EE02 /* he */, + 513E67242EBE3C010030EE02 /* hi */, + 513E67282EBE3C050030EE02 /* hu */, + 513E672C2EBE3C0A0030EE02 /* id */, + 513E67302EBE3C0F0030EE02 /* it */, + 513E67342EBE3C150030EE02 /* ja */, + 513E67382EBE3C1E0030EE02 /* ko */, + 513E673C2EBE3C250030EE02 /* ms */, + 513E67402EBE3C370030EE02 /* pl */, + 513E67442EBE3C430030EE02 /* ro */, + 513E67482EBE3C4A0030EE02 /* ru */, + 513E674C2EBE3C610030EE02 /* es */, + 513E67502EBE3C660030EE02 /* sv */, + 513E67542EBE3C6E0030EE02 /* th */, + 513E67582EBE3C780030EE02 /* tr */, + 513E675C2EBE3C7E0030EE02 /* vi */, + 513E67602EBE3CAC0030EE02 /* fil */, + 513E67642EBE3CD00030EE02 /* nb */, + 513E67682EBE3CDF0030EE02 /* zh-Hans */, + 513E676C2EBE3CE50030EE02 /* zh-Hant */, ); name = Main.storyboard; sourceTree = ""; @@ -1113,6 +1293,36 @@ isa = PBXVariantGroup; children = ( 4498392F29832ED700B8196C /* Base */, + 513E66F72EBE3B7A0030EE02 /* pt-BR */, + 513E66FB2EBE3B870030EE02 /* bg */, + 513E66FF2EBE3B8F0030EE02 /* cs */, + 513E67032EBE3B9E0030EE02 /* da */, + 513E67072EBE3BA50030EE02 /* nl */, + 513E670B2EBE3BCB0030EE02 /* en-GB */, + 513E670F2EBE3BE20030EE02 /* fi */, + 513E67132EBE3BEB0030EE02 /* fr */, + 513E67172EBE3BF10030EE02 /* de */, + 513E671B2EBE3BF60030EE02 /* el */, + 513E671F2EBE3BFC0030EE02 /* he */, + 513E67232EBE3C000030EE02 /* hi */, + 513E67272EBE3C050030EE02 /* hu */, + 513E672B2EBE3C0A0030EE02 /* id */, + 513E672F2EBE3C0F0030EE02 /* it */, + 513E67332EBE3C150030EE02 /* ja */, + 513E67372EBE3C1E0030EE02 /* ko */, + 513E673B2EBE3C250030EE02 /* ms */, + 513E673F2EBE3C370030EE02 /* pl */, + 513E67432EBE3C420030EE02 /* ro */, + 513E67472EBE3C4A0030EE02 /* ru */, + 513E674B2EBE3C610030EE02 /* es */, + 513E674F2EBE3C660030EE02 /* sv */, + 513E67532EBE3C6E0030EE02 /* th */, + 513E67572EBE3C780030EE02 /* tr */, + 513E675B2EBE3C7E0030EE02 /* vi */, + 513E675F2EBE3CAC0030EE02 /* fil */, + 513E67632EBE3CD00030EE02 /* nb */, + 513E67672EBE3CDF0030EE02 /* zh-Hans */, + 513E676B2EBE3CE50030EE02 /* zh-Hant */, ); name = Main.storyboard; sourceTree = ""; @@ -1249,6 +1459,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; @@ -1311,6 +1522,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";