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.)
This commit is contained in:
parent
bf676c8643
commit
4cfd2e8744
2 changed files with 0 additions and 6 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue