From 4cfd2e8744e07bb13a8cfe6ff2c962300673eae6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 12 Apr 2019 23:04:08 +0300 Subject: [PATCH] Bin three unnecessary translatable strings that don't occur anywhere They for some reason appear when one adds a Settings Bundle to the project using Xcode, but are not needed, as far as I see (I already removed a fourth when I added the Finnish localisation.) --- ios/Mobile/Resources/Settings.bundle/en.lproj/Root.strings | 3 --- ios/Mobile/Resources/Settings.bundle/fi.lproj/Root.strings | 3 --- 2 files changed, 6 deletions(-) diff --git a/ios/Mobile/Resources/Settings.bundle/en.lproj/Root.strings b/ios/Mobile/Resources/Settings.bundle/en.lproj/Root.strings index ce9f49df2..77a78d09b 100644 --- a/ios/Mobile/Resources/Settings.bundle/en.lproj/Root.strings +++ b/ios/Mobile/Resources/Settings.bundle/en.lproj/Root.strings @@ -1,8 +1,5 @@ /* A single strings file, whose title is specified in your preferences schema. The strings files provide the localized content to display to the user for each of your preferences. */ -"Name" = "Name"; -"none given" = "none given"; -"Enabled" = "Enabled"; "App info" = "App info"; "Version" = "Version"; "Settings" = "Settings"; diff --git a/ios/Mobile/Resources/Settings.bundle/fi.lproj/Root.strings b/ios/Mobile/Resources/Settings.bundle/fi.lproj/Root.strings index 0cc7b8a28..6bc722469 100644 --- a/ios/Mobile/Resources/Settings.bundle/fi.lproj/Root.strings +++ b/ios/Mobile/Resources/Settings.bundle/fi.lproj/Root.strings @@ -1,8 +1,5 @@ /* A single strings file, whose title is specified in your preferences schema. The strings files provide the localized content to display to the user for each of your preferences. */ -"Name" = "Nimi"; -"none given" = "ei mitään"; -"Enabled" = "On"; "App info" = "Tietoa appista"; "Version" = "Versio"; "Settings" = "Asetukset";