Last active
May 2, 2022 11:41
-
-
Save chuve/efd5adfab8f2c761c4c0ceabf65b46d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export const cities: any = { | |
| "תל אביב": "Tel Aviv", | |
| גבעתיים: "Givatayim", | |
| חולון: "Holon", | |
| "בני ברק": "Bnei Brak", | |
| "פתח תקוה": "Petah Tikva", | |
| "ראשון לציון": "Rishon Lezion", | |
| הרצליה: "Herzliya", | |
| "ראש העין": "Rosh HaAyin", | |
| רמלה: "Ramla", | |
| רחובות: "Rehovot", | |
| "כפר סבא": "Kfar Saba", | |
| מודיעין: "Modiin", | |
| "מודיעין עילית": "Elite Intelligence", | |
| נתניה: "Netanya", | |
| טייבה: "Taibeh", | |
| אשדוד: "Ashdod", | |
| אריאל: "Ariel", | |
| "בית שמש": "Beit Shemesh", | |
| "מבשרת ציון": "Mevaseret Zion", | |
| שדרות: "Sderot", | |
| חדרה: "Hadera", | |
| ירושלים: "Jerusalem", | |
| אשקלון: "Ashkelon", | |
| "קרית גת": "Kiryat Gat", | |
| "מעלה אדומים": "Ma'ale Adumim", | |
| "אום אל פחם": "Umm al-Fahm", | |
| נתיבות: "Netivot", | |
| רהט: "Rahat", | |
| יקנעם: "Yokneam", | |
| עפולה: "Afula", | |
| חיפה: "Haifa", | |
| "קרית אתא": "Kiryat Ata", | |
| "באר שבע": "Be'er Sheva", | |
| "נוף הגליל": "Nof Hagalil", | |
| עכו: "Akko", | |
| סחנין: "Sakhnin", | |
| "דיר אל אסד": "Dir al-Assad", | |
| טבריה: "Tiberias", | |
| נהריה: "Nahariya", | |
| כרמיאל: "Carmiel", | |
| דימונה: "Dimona", | |
| "מעלות תרשיחא": "Maalot Tarshiha", | |
| צפת: "Tzfat", | |
| קצרין: "Katzrin", | |
| "קרית שמונה": "Kiryat Shmona", | |
| אילת: "Eilat", | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment