forked from organicmaps/organicmaps
[iOS] fix category search localization
This commit is contained in:
parent
fb316c6c98
commit
2bdc0d40de
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ final class SearchTabViewController: TabViewController {
|
|||
extension SearchTabViewController: SearchCategoriesViewControllerDelegate {
|
||||
func categoriesViewController(_ viewController: SearchCategoriesViewController,
|
||||
didSelect category: String) {
|
||||
let query = category + " "
|
||||
let query = L(category) + " "
|
||||
delegate?.searchTabController(self, didSearch: query)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue