Remove diacritic signs from Israel country name

Users searching for Israel will never type the diacritic signs when searching for the country name.
Because the diacritics are there, a search for "ישראל" will not find the correct dial code, as this is a different Unicode string.
This commit is contained in:
Amit Kotlovski
2020-06-11 21:44:18 +03:00
committed by GitHub
parent 12437bb565
commit e11465c969

View File

@@ -530,7 +530,7 @@ List<Map<String, String>> codes = [
"dial_code": "+44",
},
{
"name": "יִשְׂרָאֵל",
"name": "ישראל",
"code": "IL",
"dial_code": "+972",
},