Localize pools consistently

This commit is contained in:
Davide De Rosa 2019-03-21 10:55:50 +01:00
parent 15f23dd448
commit 42f64db0b7
1 changed files with 4 additions and 4 deletions

View File

@ -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 {