Localize pools consistently
This commit is contained in:
parent
15f23dd448
commit
42f64db0b7
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue