forked from zuriby/Faker.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Merges work from @atefBB * Original PR could not be merged
- Loading branch information
Showing
22 changed files
with
594 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
module["exports"] = [ | ||
"#####", | ||
"####", | ||
"###" | ||
]; |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module["exports"] = [ | ||
"#{city_name}" | ||
]; |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
module["exports"] = [ | ||
"مكة", | ||
"المدينة", | ||
"القاهرة", | ||
"جدة", | ||
"تونس", | ||
"طرابلس", | ||
"بيروت", | ||
"الإسكندرية", | ||
"بنغازي", | ||
"صفاقس", | ||
"مراكش", | ||
"الدار البيضاء", | ||
"غرناطة", | ||
"فاس", | ||
"وهران", | ||
"الجزائر", | ||
"الخرطوم", | ||
"مقديشو", | ||
"القدس", | ||
"غزة", | ||
"جنين", | ||
"نابلس", | ||
"دمشق", | ||
"بغداد", | ||
"البصرة", | ||
"صلاح الدين", | ||
"الكوفة", | ||
"عمان", | ||
"صنعاء", | ||
"حضرموت", | ||
"المنامة", | ||
"صيدا", | ||
"بنزرت", | ||
"سوسة", | ||
"نابل", | ||
"الحمامات", | ||
"جربة", | ||
"حلب", | ||
"الرياض", | ||
"الدّمام", | ||
"أبها", | ||
"جازان", | ||
"القطيف", | ||
"الدرعية", | ||
"عُنيزة", | ||
"نجد", | ||
"رابغ", | ||
"دبي", | ||
"العين", | ||
"رأس الخيمة", | ||
"أبو ظبي", | ||
"عجمان", | ||
"الفجيرة", | ||
"الرويس", | ||
"مصفح", | ||
"دوز", | ||
"السلع", | ||
"الرحبة", | ||
"الجهراء", | ||
"الكويت", | ||
"الفرْوانية", | ||
"حَوَلِّـي", | ||
"الأحمدي", | ||
"الدوحة", | ||
"الريان", | ||
"دخان", | ||
"الخور", | ||
"أبو الظلوف", | ||
"العريش", | ||
"الغنيم", | ||
"الغرية", | ||
"الموصل", | ||
"أربيل", | ||
"نينوى", | ||
"الأنبار", | ||
"الحلة", | ||
"سامراء", | ||
"ذي قار", | ||
"بابل", | ||
"واسط", | ||
"القادسية", | ||
"العقبة", | ||
"الكرك", | ||
"إربد", | ||
"عنجرة", | ||
"المفرق", | ||
"الفحيص", | ||
"أريحا", | ||
"يافا", | ||
"عكا", | ||
"رام الله", | ||
"جنين", | ||
"بيت لحم", | ||
"الرملة", | ||
"بيسان", | ||
"صفد", | ||
"قلقيلية", | ||
"طولكرم", | ||
"بيت حانون", | ||
"صور", | ||
"بعلبك", | ||
"مرجعيون", | ||
"عنجر", | ||
"الخيام", | ||
"الشرقية", | ||
"حمص", | ||
"اللاذقية", | ||
"تدمر", | ||
"حماة", | ||
"طرسوس", | ||
"بصرى", | ||
"معرة النعمان", | ||
"دير الزور", | ||
"داريا", | ||
"دوما", | ||
"التل", | ||
"إدلب", | ||
"عدن", | ||
"مأرب", | ||
"إب", | ||
"عمران", | ||
"الشحر", | ||
"البيضاء", | ||
"بيحان", | ||
"يريم", | ||
"تريم", | ||
"معبر", | ||
"الضالع", | ||
"بورسعيد", | ||
"أسيوط", | ||
"الأقصر", | ||
"أسوان", | ||
"العريش", | ||
"المنيا", | ||
"سوهاج", | ||
"دمياط", | ||
"قنا", | ||
"سبك الأحد", | ||
"نواكشوط", | ||
"شمقيط", | ||
"وادان", | ||
"دورا" | ||
]; |
Oops, something went wrong.