From 8b472b79b53cc4132dd601569c67e4f30acdbe06 Mon Sep 17 00:00:00 2001 From: Aleksey Belousov Date: Tue, 31 Mar 2020 19:20:27 +0300 Subject: [PATCH] [iOS] add localizations to elevation chart --- iphone/Chart/Chart.xcodeproj/project.pbxproj | 106 +++++++++++++++++- iphone/Chart/Chart/Chart.h | 7 -- .../Chart/Chart/ar.lproj/Localizable.strings | 2 + .../Chart/Chart/cs.lproj/Localizable.strings | 2 + .../Chart/Chart/da.lproj/Localizable.strings | 2 + .../Chart/Chart/de.lproj/Localizable.strings | 2 + .../Chart/Chart/el.lproj/Localizable.strings | 2 + .../Chart/en-GB.lproj/Localizable.strings | 2 + .../Chart/Chart/en.lproj/Localizable.strings | 2 + .../Chart/Chart/es.lproj/Localizable.strings | 2 + .../Chart/Chart/fi.lproj/Localizable.strings | 2 + .../Chart/Chart/fr.lproj/Localizable.strings | 2 + .../Chart/Chart/hu.lproj/Localizable.strings | 2 + .../Chart/Chart/id.lproj/Localizable.strings | 2 + .../Chart/Chart/it.lproj/Localizable.strings | 2 + .../Chart/Chart/ja.lproj/Localizable.strings | 2 + .../Chart/Chart/ko.lproj/Localizable.strings | 2 + .../Chart/Chart/nb.lproj/Localizable.strings | 2 + .../Chart/Chart/nl.lproj/Localizable.strings | 2 + .../Chart/Chart/pl.lproj/Localizable.strings | 2 + .../Chart/Chart/pt.lproj/Localizable.strings | 2 + .../Chart/Chart/ro.lproj/Localizable.strings | 2 + .../Chart/Chart/ru.lproj/Localizable.strings | 2 + .../Chart/Chart/sk.lproj/Localizable.strings | 2 + .../Chart/Chart/sv.lproj/Localizable.strings | 2 + .../Chart/Chart/th.lproj/Localizable.strings | 2 + .../Chart/Chart/tr.lproj/Localizable.strings | 2 + .../Chart/Chart/uk.lproj/Localizable.strings | 2 + .../Chart/Chart/vi.lproj/Localizable.strings | 2 + .../Chart/zh-Hans.lproj/Localizable.strings | 2 + .../Chart/zh-Hant.lproj/Localizable.strings | 2 + .../UI/Settings/MWMNightModeController.mm | 70 ------------ 32 files changed, 160 insertions(+), 81 deletions(-) delete mode 100644 iphone/Chart/Chart/Chart.h create mode 100644 iphone/Chart/Chart/ar.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/cs.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/da.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/de.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/el.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/en-GB.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/en.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/es.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/fi.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/fr.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/hu.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/id.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/it.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/ja.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/ko.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/nb.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/nl.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/pl.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/pt.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/ro.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/ru.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/sk.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/sv.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/th.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/tr.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/uk.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/vi.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/zh-Hans.lproj/Localizable.strings create mode 100644 iphone/Chart/Chart/zh-Hant.lproj/Localizable.strings delete mode 100644 iphone/Maps/UI/Settings/MWMNightModeController.mm diff --git a/iphone/Chart/Chart.xcodeproj/project.pbxproj b/iphone/Chart/Chart.xcodeproj/project.pbxproj index 483955d281..4a2a6252ae 100644 --- a/iphone/Chart/Chart.xcodeproj/project.pbxproj +++ b/iphone/Chart/Chart.xcodeproj/project.pbxproj @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 47375D9B2420D4DB00FFCC49 /* Chart.h in Headers */ = {isa = PBXBuildFile; fileRef = 47375D992420D4DB00FFCC49 /* Chart.h */; settings = {ATTRIBUTES = (Public, ); }; }; 47375E3C2420E94E00FFCC49 /* ChartPresentationData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47375E392420E94C00FFCC49 /* ChartPresentationData.swift */; }; 47375E3E2420E94E00FFCC49 /* ChartData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47375E3B2420E94E00FFCC49 /* ChartData.swift */; }; 47375E4B2420E97100FFCC49 /* ChartXAxisView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47375E3F2420E96C00FFCC49 /* ChartXAxisView.swift */; }; @@ -19,11 +18,11 @@ 47375E512420E97100FFCC49 /* ChartMyPositionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47375E462420E96F00FFCC49 /* ChartMyPositionView.swift */; }; 47375E522420E97100FFCC49 /* ChartYAxisView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47375E472420E96F00FFCC49 /* ChartYAxisView.swift */; }; 47375E542420E97100FFCC49 /* ChartPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47375E492420E97100FFCC49 /* ChartPreviewView.swift */; }; + 47D48BD324302FE200FEFB1F /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 47D48BD524302FE200FEFB1F /* Localizable.strings */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 47375D962420D4DB00FFCC49 /* Chart.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Chart.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 47375D992420D4DB00FFCC49 /* Chart.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Chart.h; sourceTree = ""; }; 47375D9A2420D4DB00FFCC49 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 47375E392420E94C00FFCC49 /* ChartPresentationData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChartPresentationData.swift; sourceTree = ""; }; 47375E3B2420E94E00FFCC49 /* ChartData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChartData.swift; sourceTree = ""; }; @@ -36,6 +35,35 @@ 47375E462420E96F00FFCC49 /* ChartMyPositionView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChartMyPositionView.swift; sourceTree = ""; }; 47375E472420E96F00FFCC49 /* ChartYAxisView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChartYAxisView.swift; sourceTree = ""; }; 47375E492420E97100FFCC49 /* ChartPreviewView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChartPreviewView.swift; sourceTree = ""; }; + 47D48BD6243030A200FEFB1F /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/Localizable.strings"; sourceTree = ""; }; + 47D48BD7243030B900FEFB1F /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = ""; }; + 47D48BD8243030C300FEFB1F /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.strings"; sourceTree = ""; }; + 47D48BD9243030CB00FEFB1F /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BDA243030DF00FEFB1F /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BDB243030EB00FEFB1F /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BDC243030F300FEFB1F /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BDD2430310000FEFB1F /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BDE2430312400FEFB1F /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BDF2430312C00FEFB1F /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BE02430313E00FEFB1F /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BE1243031A900FEFB1F /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BE2243031C700FEFB1F /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BE3243031D300FEFB1F /* id */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = id; path = id.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BE4243031DC00FEFB1F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BE5243031EE00FEFB1F /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BE6243031F600FEFB1F /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BE72430320100FEFB1F /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BE82430320F00FEFB1F /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BEA243032D800FEFB1F /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BEB243032DF00FEFB1F /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BEC243032E700FEFB1F /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BED2430330B00FEFB1F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BEE2430332200FEFB1F /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BEF2430332800FEFB1F /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BF02430333000FEFB1F /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BF12430333900FEFB1F /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BF22430334B00FEFB1F /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/Localizable.strings; sourceTree = ""; }; + 47D48BF32430335F00FEFB1F /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Localizable.strings; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -70,8 +98,8 @@ children = ( 47375DC22420D60200FFCC49 /* ChartData */, 47375DC72420D60300FFCC49 /* Views */, - 47375D992420D4DB00FFCC49 /* Chart.h */, 47375D9A2420D4DB00FFCC49 /* Info.plist */, + 47D48BD524302FE200FEFB1F /* Localizable.strings */, ); path = Chart; sourceTree = ""; @@ -116,7 +144,6 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 47375D9B2420D4DB00FFCC49 /* Chart.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -163,6 +190,34 @@ knownRegions = ( en, Base, + "en-GB", + "zh-Hans", + "zh-Hant", + ar, + cs, + da, + de, + el, + es, + fr, + ja, + fi, + hu, + id, + it, + ko, + nb, + nl, + pl, + pt, + ro, + ru, + tr, + th, + sv, + vi, + sk, + uk, ); mainGroup = 47375D8C2420D4DB00FFCC49; productRefGroup = 47375D972420D4DB00FFCC49 /* Products */; @@ -179,6 +234,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 47D48BD324302FE200FEFB1F /* Localizable.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -205,11 +261,51 @@ }; /* End PBXSourcesBuildPhase section */ +/* Begin PBXVariantGroup section */ + 47D48BD524302FE200FEFB1F /* Localizable.strings */ = { + isa = PBXVariantGroup; + children = ( + 47D48BD6243030A200FEFB1F /* en-GB */, + 47D48BD7243030B900FEFB1F /* zh-Hans */, + 47D48BD8243030C300FEFB1F /* zh-Hant */, + 47D48BD9243030CB00FEFB1F /* ar */, + 47D48BDA243030DF00FEFB1F /* cs */, + 47D48BDB243030EB00FEFB1F /* da */, + 47D48BDC243030F300FEFB1F /* de */, + 47D48BDD2430310000FEFB1F /* el */, + 47D48BDE2430312400FEFB1F /* es */, + 47D48BDF2430312C00FEFB1F /* fr */, + 47D48BE02430313E00FEFB1F /* ja */, + 47D48BE1243031A900FEFB1F /* fi */, + 47D48BE2243031C700FEFB1F /* hu */, + 47D48BE3243031D300FEFB1F /* id */, + 47D48BE4243031DC00FEFB1F /* it */, + 47D48BE5243031EE00FEFB1F /* ko */, + 47D48BE6243031F600FEFB1F /* nb */, + 47D48BE72430320100FEFB1F /* nl */, + 47D48BE82430320F00FEFB1F /* pl */, + 47D48BEA243032D800FEFB1F /* pt */, + 47D48BEB243032DF00FEFB1F /* ro */, + 47D48BEC243032E700FEFB1F /* ru */, + 47D48BED2430330B00FEFB1F /* en */, + 47D48BEE2430332200FEFB1F /* tr */, + 47D48BEF2430332800FEFB1F /* th */, + 47D48BF02430333000FEFB1F /* sv */, + 47D48BF12430333900FEFB1F /* vi */, + 47D48BF22430334B00FEFB1F /* sk */, + 47D48BF32430335F00FEFB1F /* uk */, + ); + name = Localizable.strings; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + /* Begin XCBuildConfiguration section */ 47375D9C2420D4DB00FFCC49 /* Debug */ = { 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++14"; @@ -273,6 +369,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++14"; @@ -382,6 +479,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++14"; diff --git a/iphone/Chart/Chart/Chart.h b/iphone/Chart/Chart/Chart.h deleted file mode 100644 index 9dd126c804..0000000000 --- a/iphone/Chart/Chart/Chart.h +++ /dev/null @@ -1,7 +0,0 @@ -#import - -//! Project version number for Chart. -FOUNDATION_EXPORT double ChartVersionNumber; - -//! Project version string for Chart. -FOUNDATION_EXPORT const unsigned char ChartVersionString[]; diff --git a/iphone/Chart/Chart/ar.lproj/Localizable.strings b/iphone/Chart/Chart/ar.lproj/Localizable.strings new file mode 100644 index 0000000000..8b1353b531 --- /dev/null +++ b/iphone/Chart/Chart/ar.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "المسافة"; +"you" = "أنت"; diff --git a/iphone/Chart/Chart/cs.lproj/Localizable.strings b/iphone/Chart/Chart/cs.lproj/Localizable.strings new file mode 100644 index 0000000000..f04c8e1b8c --- /dev/null +++ b/iphone/Chart/Chart/cs.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Vzdálenost"; +"you" = "Vy"; diff --git a/iphone/Chart/Chart/da.lproj/Localizable.strings b/iphone/Chart/Chart/da.lproj/Localizable.strings new file mode 100644 index 0000000000..d803b789d7 --- /dev/null +++ b/iphone/Chart/Chart/da.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Afstand"; +"you" = "Du"; diff --git a/iphone/Chart/Chart/de.lproj/Localizable.strings b/iphone/Chart/Chart/de.lproj/Localizable.strings new file mode 100644 index 0000000000..422eb86efb --- /dev/null +++ b/iphone/Chart/Chart/de.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Entfernung"; +"you" = "Sie"; diff --git a/iphone/Chart/Chart/el.lproj/Localizable.strings b/iphone/Chart/Chart/el.lproj/Localizable.strings new file mode 100644 index 0000000000..0ed6c72485 --- /dev/null +++ b/iphone/Chart/Chart/el.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Distance"; +"you" = "Εσείς"; diff --git a/iphone/Chart/Chart/en-GB.lproj/Localizable.strings b/iphone/Chart/Chart/en-GB.lproj/Localizable.strings new file mode 100644 index 0000000000..75779032e5 --- /dev/null +++ b/iphone/Chart/Chart/en-GB.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Distance"; +"you" = "You"; diff --git a/iphone/Chart/Chart/en.lproj/Localizable.strings b/iphone/Chart/Chart/en.lproj/Localizable.strings new file mode 100644 index 0000000000..75779032e5 --- /dev/null +++ b/iphone/Chart/Chart/en.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Distance"; +"you" = "You"; diff --git a/iphone/Chart/Chart/es.lproj/Localizable.strings b/iphone/Chart/Chart/es.lproj/Localizable.strings new file mode 100644 index 0000000000..362738309b --- /dev/null +++ b/iphone/Chart/Chart/es.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Distancia"; +"you" = "Usted"; diff --git a/iphone/Chart/Chart/fi.lproj/Localizable.strings b/iphone/Chart/Chart/fi.lproj/Localizable.strings new file mode 100644 index 0000000000..cebb539580 --- /dev/null +++ b/iphone/Chart/Chart/fi.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Etäisyys"; +"you" = "Sinä"; diff --git a/iphone/Chart/Chart/fr.lproj/Localizable.strings b/iphone/Chart/Chart/fr.lproj/Localizable.strings new file mode 100644 index 0000000000..4d8538e50c --- /dev/null +++ b/iphone/Chart/Chart/fr.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Distance"; +"you" = "Vous"; diff --git a/iphone/Chart/Chart/hu.lproj/Localizable.strings b/iphone/Chart/Chart/hu.lproj/Localizable.strings new file mode 100644 index 0000000000..493671a653 --- /dev/null +++ b/iphone/Chart/Chart/hu.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Távolság"; +"you" = "Ön"; diff --git a/iphone/Chart/Chart/id.lproj/Localizable.strings b/iphone/Chart/Chart/id.lproj/Localizable.strings new file mode 100644 index 0000000000..fd5d3e161f --- /dev/null +++ b/iphone/Chart/Chart/id.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Jarak"; +"you" = "Anda"; diff --git a/iphone/Chart/Chart/it.lproj/Localizable.strings b/iphone/Chart/Chart/it.lproj/Localizable.strings new file mode 100644 index 0000000000..d0956d80be --- /dev/null +++ b/iphone/Chart/Chart/it.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Distanza"; +"you" = "Voi"; diff --git a/iphone/Chart/Chart/ja.lproj/Localizable.strings b/iphone/Chart/Chart/ja.lproj/Localizable.strings new file mode 100644 index 0000000000..7172f10e33 --- /dev/null +++ b/iphone/Chart/Chart/ja.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "距離"; +"you" = "君"; diff --git a/iphone/Chart/Chart/ko.lproj/Localizable.strings b/iphone/Chart/Chart/ko.lproj/Localizable.strings new file mode 100644 index 0000000000..f7db246430 --- /dev/null +++ b/iphone/Chart/Chart/ko.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "거리"; +"you" = "당신"; diff --git a/iphone/Chart/Chart/nb.lproj/Localizable.strings b/iphone/Chart/Chart/nb.lproj/Localizable.strings new file mode 100644 index 0000000000..b87fd1754f --- /dev/null +++ b/iphone/Chart/Chart/nb.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Avstand"; +"you" = "Du"; diff --git a/iphone/Chart/Chart/nl.lproj/Localizable.strings b/iphone/Chart/Chart/nl.lproj/Localizable.strings new file mode 100644 index 0000000000..18e040b7e8 --- /dev/null +++ b/iphone/Chart/Chart/nl.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Afstand"; +"you" = "Je"; diff --git a/iphone/Chart/Chart/pl.lproj/Localizable.strings b/iphone/Chart/Chart/pl.lproj/Localizable.strings new file mode 100644 index 0000000000..fdcdfd19f8 --- /dev/null +++ b/iphone/Chart/Chart/pl.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Dystans"; +"you" = "Ty"; diff --git a/iphone/Chart/Chart/pt.lproj/Localizable.strings b/iphone/Chart/Chart/pt.lproj/Localizable.strings new file mode 100644 index 0000000000..8b5d54fbaa --- /dev/null +++ b/iphone/Chart/Chart/pt.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Distância"; +"you" = "Você"; diff --git a/iphone/Chart/Chart/ro.lproj/Localizable.strings b/iphone/Chart/Chart/ro.lproj/Localizable.strings new file mode 100644 index 0000000000..2c6bcffc4d --- /dev/null +++ b/iphone/Chart/Chart/ro.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Distanță"; +"you" = "Tu"; diff --git a/iphone/Chart/Chart/ru.lproj/Localizable.strings b/iphone/Chart/Chart/ru.lproj/Localizable.strings new file mode 100644 index 0000000000..8b51af7613 --- /dev/null +++ b/iphone/Chart/Chart/ru.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Расстояние"; +"you" = "Вы"; diff --git a/iphone/Chart/Chart/sk.lproj/Localizable.strings b/iphone/Chart/Chart/sk.lproj/Localizable.strings new file mode 100644 index 0000000000..ca0acf5107 --- /dev/null +++ b/iphone/Chart/Chart/sk.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Vzdialenosť"; +"you" = "Vy"; diff --git a/iphone/Chart/Chart/sv.lproj/Localizable.strings b/iphone/Chart/Chart/sv.lproj/Localizable.strings new file mode 100644 index 0000000000..7f79000588 --- /dev/null +++ b/iphone/Chart/Chart/sv.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Avstånd"; +"you" = "Du"; diff --git a/iphone/Chart/Chart/th.lproj/Localizable.strings b/iphone/Chart/Chart/th.lproj/Localizable.strings new file mode 100644 index 0000000000..59f81a25c0 --- /dev/null +++ b/iphone/Chart/Chart/th.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "ระยะห่าง"; +"you" = "คุณ"; diff --git a/iphone/Chart/Chart/tr.lproj/Localizable.strings b/iphone/Chart/Chart/tr.lproj/Localizable.strings new file mode 100644 index 0000000000..eb4bbca696 --- /dev/null +++ b/iphone/Chart/Chart/tr.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Mesafe"; +"you" = "Sen"; diff --git a/iphone/Chart/Chart/uk.lproj/Localizable.strings b/iphone/Chart/Chart/uk.lproj/Localizable.strings new file mode 100644 index 0000000000..d16c3d128c --- /dev/null +++ b/iphone/Chart/Chart/uk.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Відстань"; +"you" = "Ви"; diff --git a/iphone/Chart/Chart/vi.lproj/Localizable.strings b/iphone/Chart/Chart/vi.lproj/Localizable.strings new file mode 100644 index 0000000000..d8479ca55d --- /dev/null +++ b/iphone/Chart/Chart/vi.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "Khoảng cách"; +"you" = "Bạn"; diff --git a/iphone/Chart/Chart/zh-Hans.lproj/Localizable.strings b/iphone/Chart/Chart/zh-Hans.lproj/Localizable.strings new file mode 100644 index 0000000000..5f5289a36b --- /dev/null +++ b/iphone/Chart/Chart/zh-Hans.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "距离"; +"you" = "您"; diff --git a/iphone/Chart/Chart/zh-Hant.lproj/Localizable.strings b/iphone/Chart/Chart/zh-Hant.lproj/Localizable.strings new file mode 100644 index 0000000000..5f5289a36b --- /dev/null +++ b/iphone/Chart/Chart/zh-Hant.lproj/Localizable.strings @@ -0,0 +1,2 @@ +"placepage_distance" = "距离"; +"you" = "您"; diff --git a/iphone/Maps/UI/Settings/MWMNightModeController.mm b/iphone/Maps/UI/Settings/MWMNightModeController.mm deleted file mode 100644 index 4f68f462c5..0000000000 --- a/iphone/Maps/UI/Settings/MWMNightModeController.mm +++ /dev/null @@ -1,70 +0,0 @@ -#import "MWMNightModeController.h" -#import "MWMSettings.h" -#import "Statistics.h" -#import "SwiftBridge.h" - -@interface MWMNightModeController () - -@property(weak, nonatomic) IBOutlet SettingsTableViewSelectableCell * autoSwitch; -@property(weak, nonatomic) IBOutlet SettingsTableViewSelectableCell * on; -@property(weak, nonatomic) IBOutlet SettingsTableViewSelectableCell * off; -@property(weak, nonatomic) SettingsTableViewSelectableCell * selectedCell; - -@end - -@implementation MWMNightModeController - -- (void)viewDidLoad -{ - [super viewDidLoad]; - self.title = L(@"pref_map_style_title"); - SettingsTableViewSelectableCell * selectedCell = nil; - switch ([MWMSettings theme]) - { - case MWMThemeVehicleDay: NSAssert(false, @"Invalid case"); - case MWMThemeDay: selectedCell = self.off; break; - case MWMThemeVehicleNight: NSAssert(false, @"Invalid case"); - case MWMThemeNight: selectedCell = self.on; break; - case MWMThemeAuto: selectedCell = self.autoSwitch; break; - } - selectedCell.accessoryType = UITableViewCellAccessoryCheckmark; - self.selectedCell = selectedCell; -} - -- (void)setSelectedCell:(SettingsTableViewSelectableCell *)cell -{ - if ([_selectedCell isEqual:cell]) - return; - - _selectedCell = cell; - NSString * statValue = @""; - if ([cell isEqual:self.on]) - { - [MWMSettings setTheme:MWMThemeNight]; - statValue = kStatOn; - } - else if ([cell isEqual:self.off]) - { - [MWMSettings setTheme:MWMThemeDay]; - statValue = kStatOff; - } - else if ([cell isEqual:self.autoSwitch]) - { - [MWMSettings setTheme:MWMThemeAuto]; - statValue = kStatValue; - } - [Statistics logEvent:kStatNightMode withParameters:@{kStatValue : statValue}]; -} - -- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath -{ - SettingsTableViewSelectableCell * selectedCell = self.selectedCell; - selectedCell.accessoryType = UITableViewCellAccessoryNone; - selectedCell = [tableView cellForRowAtIndexPath:indexPath]; - selectedCell.accessoryType = UITableViewCellAccessoryCheckmark; - selectedCell.selected = NO; - self.selectedCell = selectedCell; - [tableView deselectRowAtIndexPath:indexPath animated:YES]; -} - -@end