From 42f64db0b718422ec5bc774e6edd5373a2d4228a Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Thu, 21 Mar 2019 10:55:50 +0100 Subject: [PATCH] Localize pools consistently --- Passepartout/Sources/Services/Pool.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Passepartout/Sources/Services/Pool.swift b/Passepartout/Sources/Services/Pool.swift index 0b6118fd..3036054b 100644 --- a/Passepartout/Sources/Services/Pool.swift +++ b/Passepartout/Sources/Services/Pool.swift @@ -93,10 +93,10 @@ extension Pool { public var localizedName: String { - // XXX: name from API is not localized - if !name.isEmpty { - return name - } +// // XXX: name from API is not localized +// if !name.isEmpty { +// return name +// } let countryString = localizedCountry guard let area = area else {