aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarak <[email protected]>2021-04-07 12:25:41 -0400
committerGitHub <[email protected]>2021-04-07 12:25:41 -0400
commit60990b2e5f6a8db2afa6789f5e8d314c447622b2 (patch)
treec3fd1ef0fc6388bca578acd6bd0d6a661cd8c9dc
parent43cf3da88b8262abf63a64ed5133bd69d28e182d (diff)
parenteedf89166281f9c686d323c6636df383b2f82151 (diff)
downloadfaker-60990b2e5f6a8db2afa6789f5e8d314c447622b2.tar.xz
faker-60990b2e5f6a8db2afa6789f5e8d314c447622b2.zip
Merge pull request #1141 from glyad/feature/add-hebrew-localization
Аdd Hebrew localization
-rw-r--r--.gitignore1
-rw-r--r--lib/locales.js1
-rw-r--r--lib/locales/he/address/building_number.js5
-rw-r--r--lib/locales/he/address/city.js6
-rw-r--r--lib/locales/he/address/city_prefix.js6
-rw-r--r--lib/locales/he/address/city_suffix.js5
-rw-r--r--lib/locales/he/address/country.js177
-rw-r--r--lib/locales/he/address/country_code.js3
-rw-r--r--lib/locales/he/address/country_code_alpha_3.js252
-rw-r--r--lib/locales/he/address/county.js3
-rw-r--r--lib/locales/he/address/default_country.js3
-rw-r--r--lib/locales/he/address/direction.js10
-rw-r--r--lib/locales/he/address/direction_abbr.js10
-rw-r--r--lib/locales/he/address/index.js22
-rw-r--r--lib/locales/he/address/postcode.js4
-rw-r--r--lib/locales/he/address/postcode_by_state.js4
-rw-r--r--lib/locales/he/address/secondary_address.js6
-rw-r--r--lib/locales/he/address/state.js11
-rw-r--r--lib/locales/he/address/state_abbr.js52
-rw-r--r--lib/locales/he/address/street_address.js3
-rw-r--r--lib/locales/he/address/street_name.js4
-rw-r--r--lib/locales/he/address/street_suffix.js227
-rw-r--r--lib/locales/he/address/time_zone.js145
-rw-r--r--lib/locales/he/cell_phone/formats.js8
-rw-r--r--lib/locales/he/cell_phone/index.js3
-rw-r--r--lib/locales/he/commerce/color.js33
-rw-r--r--lib/locales/he/commerce/department.js24
-rw-r--r--lib/locales/he/commerce/index.js6
-rw-r--r--lib/locales/he/commerce/product_description.js14
-rw-r--r--lib/locales/he/commerce/product_name.js60
-rw-r--r--lib/locales/he/date/index.js4
-rw-r--r--lib/locales/he/date/month.js63
-rw-r--r--lib/locales/he/date/weekday.js43
-rw-r--r--lib/locales/he/index.js22
-rw-r--r--lib/locales/he/lorem/index.js4
-rw-r--r--lib/locales/he/lorem/supplemental.js842
-rw-r--r--lib/locales/he/lorem/words.js225
-rw-r--r--lib/locales/he/music/genre.js20
-rw-r--r--lib/locales/he/music/index.js3
-rw-r--r--lib/locales/he/name/female_first_name.js340
-rw-r--r--lib/locales/he/name/first_name.js7
-rw-r--r--lib/locales/he/name/gender.js73
-rw-r--r--lib/locales/he/name/index.js11
-rw-r--r--lib/locales/he/name/last_name.js761
-rw-r--r--lib/locales/he/name/male_first_name.js361
-rw-r--r--lib/locales/he/name/name.js8
-rw-r--r--lib/locales/he/name/prefix.js7
-rw-r--r--lib/locales/he/name/suffix.js13
-rw-r--r--lib/locales/he/name/title.js92
-rw-r--r--lib/locales/he/phone_number/formats.js22
-rw-r--r--lib/locales/he/phone_number/index.js3
-rw-r--r--locale/he.js5
52 files changed, 4037 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3a0c5308..ef1de495 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@ reports/
/npm-debug.log
/coverage
/.npm
+.history
# meteor specific
.build*
diff --git a/lib/locales.js b/lib/locales.js
index 6ba12a3e..f9088b5e 100644
--- a/lib/locales.js
+++ b/lib/locales.js
@@ -16,6 +16,7 @@ exports['en_US'] = require('./locales/en_US');
exports['en_ZA'] = require('./locales/en_ZA');
exports['es'] = require('./locales/es');
exports['es_MX'] = require('./locales/es_MX');
+exports['he'] = require('./locales/he');
exports['fa'] = require('./locales/fa');
exports['fi'] = require('./locales/fi');
exports['fr'] = require('./locales/fr');
diff --git a/lib/locales/he/address/building_number.js b/lib/locales/he/address/building_number.js
new file mode 100644
index 00000000..8f67cb33
--- /dev/null
+++ b/lib/locales/he/address/building_number.js
@@ -0,0 +1,5 @@
+module["exports"] = [
+ "###",
+ "##",
+ "#"
+];
diff --git a/lib/locales/he/address/city.js b/lib/locales/he/address/city.js
new file mode 100644
index 00000000..3f197099
--- /dev/null
+++ b/lib/locales/he/address/city.js
@@ -0,0 +1,6 @@
+module["exports"] = [
+ "#{city_prefix} #{Name.first_name}#{Name.last_name}",
+ "#{city_prefix} #{Name.first_name}",
+ "#{Name.first_name}#{city_suffix}",
+ "#{Name.last_name}#{city_suffix}"
+];
diff --git a/lib/locales/he/address/city_prefix.js b/lib/locales/he/address/city_prefix.js
new file mode 100644
index 00000000..ce7b88cb
--- /dev/null
+++ b/lib/locales/he/address/city_prefix.js
@@ -0,0 +1,6 @@
+module["exports"] = [
+ "צפון",
+ "מזרח",
+ "מערב",
+ "דרום"
+];
diff --git a/lib/locales/he/address/city_suffix.js b/lib/locales/he/address/city_suffix.js
new file mode 100644
index 00000000..389b09e1
--- /dev/null
+++ b/lib/locales/he/address/city_suffix.js
@@ -0,0 +1,5 @@
+module["exports"] = [
+ "",
+ "חדשה",
+ "עלית"
+];
diff --git a/lib/locales/he/address/country.js b/lib/locales/he/address/country.js
new file mode 100644
index 00000000..8da64001
--- /dev/null
+++ b/lib/locales/he/address/country.js
@@ -0,0 +1,177 @@
+module["exports"] = [
+ "אוגנדה",
+"אוזבקיסטאן",
+"אוסטריה",
+"אוסטרליה",
+"אוקראינה",
+"אורוגואי",
+"אזרביג'אן",
+"איטליה",
+"איי הבהאמס",
+"איי מרשל",
+"איי סיישל",
+"איי קוק",
+"איי שלמה",
+"איסלנד",
+"איראן",
+"אירלנד",
+"אל סלבדור",
+"אלבניה",
+"אנגולה",
+"אנדורה",
+"אנטיגואהברבודה",
+"אסוואטיני",
+"אסטוניה",
+"אקוואדור",
+"ארגנטינה",
+"אריתריאה",
+"ארמניה",
+"ארצות הברית",
+"אתיופיה",
+"בולגריה",
+"בוליביה",
+"בוסניה הרצגובינה",
+"בורונדי",
+"בורקינה פסו",
+"בחריין",
+"בלארוס",
+"בלגיה",
+"בליז",
+"בנין",
+"ברבדוס",
+"ברזיל",
+"בריטניה",
+"ג'מאיקה",
+"גאבון",
+"גאנה",
+"גואטמלה",
+"גויאנה",
+"גיאורגיה",
+"גינאה",
+"גינאה המשוונית",
+"גינאהביסאו",
+"גמביה",
+"גרמניה",
+"גרנדה",
+"דומיניקה",
+"דנמרק",
+"דרום אפריקה",
+"דרום סודאן",
+"האיטי",
+"הודו",
+"הולנד",
+"הונגריה",
+"הונדורס",
+"הרפובליקה הדומיניקנית",
+"הרפובליקה הדמוקרטית של קונגו",
+"ואטיקאןהכס הקדוש",
+"ויטנאם",
+"ונואטו",
+"ונצואלה",
+"זימבאבווה",
+"זמביה",
+"חוף השנהב (קוט דיוואר)",
+"טג'קיסטאן",
+"טובלו",
+"טוגו",
+"טונגה",
+"טייואן",
+"טנזניה",
+"טרינידד וטובגו",
+"יוון",
+"יפן",
+"ירדן",
+"לאוס רפובליקה דמוקרטית עממית",
+"לבנון",
+"לוקסמבורג",
+"לטביה",
+"ליבריה",
+"ליטא",
+"ליכטנשטיין",
+"לסוטו",
+"מאוריטניה",
+"מאוריציוס",
+"מאלי",
+"מאע׳׳מ אמירויות ערביות מאוחדות",
+"מדגסקר",
+"מוזמביק",
+"מולדובה",
+"מונגוליה",
+"מונטנגרו",
+"מונקו",
+"מזרח טימור",
+"מיאנמר",
+"מיקרונזיה",
+"מכסיקו",
+"מלאווי",
+"מלטה",
+"מצרים",
+"מקדוניה",
+"מרוקו",
+"נאורו",
+"נורבגיה",
+"ניגריה",
+"ניו זילנד",
+"ניז'ר",
+"ניקרגואה",
+"נמיביה",
+"נפאל",
+"סאו תומה ופרינציפה",
+"סורינם",
+"סט' וינסנט והגרנדינים",
+"סט' לוציה",
+"סט' קיטס ונביס",
+"סיירה ליאונה",
+"סין",
+"סינגפור",
+"סלובניה",
+"סלובקיה",
+"סמואה",
+"סן מרינו",
+"סנגל",
+"ספרד",
+"סרביה",
+"סרי לנקה",
+"עומאן",
+"פולין",
+"פורטוגל",
+"פיג'י",
+"פיליפינים",
+"פינלנד",
+"פלאו",
+"פנמה",
+"פפואה ניו גיני",
+"פרגוואי",
+"פרו",
+"צ'אד",
+"צ'ילה",
+"צ'כיה",
+"צרפת",
+"קובה",
+"קולומביה",
+"קומורוס",
+"קונגו",
+"קוסטה ריקה",
+"קוריאה",
+"קזחסטאן",
+"קטר",
+"קייפ ורדה",
+"קירגיסטאן",
+"קיריבטי",
+"קמבודיה",
+"קמרון",
+"קנדה",
+"קניה",
+"קפריסין",
+"קרואטיה",
+"רואנדה",
+"רומניה",
+"רוסיה",
+"רפובליקה מרכז אפריקנית",
+"שבדיה",
+"שווייץ",
+"תאילנד",
+"תוניסיה",
+"תורכיה",
+"תורכמניסטאן"
+];
diff --git a/lib/locales/he/address/country_code.js b/lib/locales/he/address/country_code.js
new file mode 100644
index 00000000..e53d0ae4
--- /dev/null
+++ b/lib/locales/he/address/country_code.js
@@ -0,0 +1,3 @@
+module["exports"] = [
+ ""
+];
diff --git a/lib/locales/he/address/country_code_alpha_3.js b/lib/locales/he/address/country_code_alpha_3.js
new file mode 100644
index 00000000..54eba176
--- /dev/null
+++ b/lib/locales/he/address/country_code_alpha_3.js
@@ -0,0 +1,252 @@
+module["exports"] = [
+ "BGD",
+ "BEL",
+ "BFA",
+ "BGR",
+ "BIH",
+ "BRB",
+ "WLF",
+ "BLM",
+ "BMU",
+ "BRN",
+ "BOL",
+ "BHR",
+ "BDI",
+ "BEN",
+ "BTN",
+ "JAM",
+ "BVT",
+ "BWA",
+ "WSM",
+ "BES",
+ "BRA",
+ "BHS",
+ "JEY",
+ "BLR",
+ "BLZ",
+ "RUS",
+ "RWA",
+ "SRB",
+ "TLS",
+ "REU",
+ "TKM",
+ "TJK",
+ "ROU",
+ "TKL",
+ "GNB",
+ "GUM",
+ "GTM",
+ "SGS",
+ "GRC",
+ "GNQ",
+ "GLP",
+ "JPN",
+ "GUY",
+ "GGY",
+ "GUF",
+ "GEO",
+ "GRD",
+ "GBR",
+ "GAB",
+ "SLV",
+ "GIN",
+ "GMB",
+ "GRL",
+ "GIB",
+ "GHA",
+ "OMN",
+ "TUN",
+ "JOR",
+ "HRV",
+ "HTI",
+ "HUN",
+ "HKG",
+ "HND",
+ "HMD",
+ "VEN",
+ "PRI",
+ "PSE",
+ "PLW",
+ "PRT",
+ "SJM",
+ "PRY",
+ "IRQ",
+ "PAN",
+ "PYF",
+ "PNG",
+ "PER",
+ "PAK",
+ "PHL",
+ "PCN",
+ "POL",
+ "SPM",
+ "ZMB",
+ "ESH",
+ "EST",
+ "EGY",
+ "ZAF",
+ "ECU",
+ "ITA",
+ "VNM",
+ "SLB",
+ "ETH",
+ "SOM",
+ "ZWE",
+ "SAU",
+ "ESP",
+ "ERI",
+ "MNE",
+ "MDA",
+ "MDG",
+ "MAF",
+ "MAR",
+ "MCO",
+ "UZB",
+ "MMR",
+ "MLI",
+ "MAC",
+ "MNG",
+ "MHL",
+ "MKD",
+ "MUS",
+ "MLT",
+ "MWI",
+ "MDV",
+ "MTQ",
+ "MNP",
+ "MSR",
+ "MRT",
+ "IMN",
+ "UGA",
+ "TZA",
+ "MYS",
+ "MEX",
+ "ISR",
+ "FRA",
+ "IOT",
+ "SHN",
+ "FIN",
+ "FJI",
+ "FLK",
+ "FSM",
+ "FRO",
+ "NIC",
+ "NLD",
+ "NOR",
+ "NAM",
+ "VUT",
+ "NCL",
+ "NER",
+ "NFK",
+ "NGA",
+ "NZL",
+ "NPL",
+ "NRU",
+ "NIU",
+ "COK",
+ "XKX",
+ "CIV",
+ "CHE",
+ "COL",
+ "CHN",
+ "CMR",
+ "CHL",
+ "CCK",
+ "CAN",
+ "COG",
+ "CAF",
+ "COD",
+ "CZE",
+ "CYP",
+ "CXR",
+ "CRI",
+ "CUW",
+ "CPV",
+ "CUB",
+ "SWZ",
+ "SYR",
+ "SXM",
+ "KGZ",
+ "KEN",
+ "SSD",
+ "SUR",
+ "KIR",
+ "KHM",
+ "KNA",
+ "COM",
+ "STP",
+ "SVK",
+ "KOR",
+ "SVN",
+ "PRK",
+ "KWT",
+ "SEN",
+ "SMR",
+ "SLE",
+ "SYC",
+ "KAZ",
+ "CYM",
+ "SGP",
+ "SWE",
+ "SDN",
+ "DOM",
+ "DMA",
+ "DJI",
+ "DNK",
+ "VGB",
+ "DEU",
+ "YEM",
+ "DZA",
+ "USA",
+ "URY",
+ "MYT",
+ "UMI",
+ "LBN",
+ "LCA",
+ "LAO",
+ "TUV",
+ "TWN",
+ "TTO",
+ "TUR",
+ "LKA",
+ "LIE",
+ "LVA",
+ "TON",
+ "LTU",
+ "LUX",
+ "LBR",
+ "LSO",
+ "THA",
+ "ATF",
+ "TGO",
+ "TCD",
+ "TCA",
+ "LBY",
+ "VAT",
+ "VCT",
+ "ARE",
+ "AND",
+ "ATG",
+ "AFG",
+ "AIA",
+ "VIR",
+ "ISL",
+ "IRN",
+ "ARM",
+ "ALB",
+ "AGO",
+ "ATA",
+ "ASM",
+ "ARG",
+ "AUS",
+ "AUT",
+ "ABW",
+ "IND",
+ "ALA",
+ "AZE",
+ "IRL",
+ "IDN",
+ "UKR",
+ "QAT",
+ "MOZ"
+]; \ No newline at end of file
diff --git a/lib/locales/he/address/county.js b/lib/locales/he/address/county.js
new file mode 100644
index 00000000..26455d6e
--- /dev/null
+++ b/lib/locales/he/address/county.js
@@ -0,0 +1,3 @@
+module["exports"] = [
+ "Not relevant for Israel"
+];
diff --git a/lib/locales/he/address/default_country.js b/lib/locales/he/address/default_country.js
new file mode 100644
index 00000000..a7b87dfb
--- /dev/null
+++ b/lib/locales/he/address/default_country.js
@@ -0,0 +1,3 @@
+module["exports"] = [
+ "מדינת ישראל"
+];
diff --git a/lib/locales/he/address/direction.js b/lib/locales/he/address/direction.js
new file mode 100644
index 00000000..50196fdb
--- /dev/null
+++ b/lib/locales/he/address/direction.js
@@ -0,0 +1,10 @@
+module["exports"] = [
+ "צפון",
+ "מזרח",
+ "דרום",
+ "מערב",
+ "צפון מזרח",
+ "צפון מערב",
+ "דרום מזרח",
+ "דרום מערב"
+];
diff --git a/lib/locales/he/address/direction_abbr.js b/lib/locales/he/address/direction_abbr.js
new file mode 100644
index 00000000..775ab0ca
--- /dev/null
+++ b/lib/locales/he/address/direction_abbr.js
@@ -0,0 +1,10 @@
+module["exports"] = [
+ "N",
+ "E",
+ "S",
+ "W",
+ "NE",
+ "NW",
+ "SE",
+ "SW"
+];
diff --git a/lib/locales/he/address/index.js b/lib/locales/he/address/index.js
new file mode 100644
index 00000000..d65170cd
--- /dev/null
+++ b/lib/locales/he/address/index.js
@@ -0,0 +1,22 @@
+var address = {};
+module['exports'] = address;
+address.city_prefix = require("./city_prefix");
+address.city_suffix = require("./city_suffix");
+address.county = require("./county");
+address.country = require("./country");
+address.country_code = require("./country_code");
+address.country_code_alpha_3 = require("./country_code_alpha_3");
+address.building_number = require("./building_number");
+address.street_suffix = require("./street_suffix");
+address.secondary_address = require("./secondary_address");
+address.postcode = require("./postcode");
+address.postcode_by_state = require("./postcode_by_state");
+address.state = require("./state");
+address.state_abbr = require("./state_abbr");
+address.time_zone = require("./time_zone");
+address.city = require("./city");
+address.street_name = require("./street_name");
+address.street_address = require("./street_address");
+address.default_country = require("./default_country");
+address.direction = require("./direction");
+address.direction_abbr = require("./direction_abbr");
diff --git a/lib/locales/he/address/postcode.js b/lib/locales/he/address/postcode.js
new file mode 100644
index 00000000..8b0e32e5
--- /dev/null
+++ b/lib/locales/he/address/postcode.js
@@ -0,0 +1,4 @@
+module["exports"] = [
+ "#####",
+ "#######"
+];
diff --git a/lib/locales/he/address/postcode_by_state.js b/lib/locales/he/address/postcode_by_state.js
new file mode 100644
index 00000000..8b0e32e5
--- /dev/null
+++ b/lib/locales/he/address/postcode_by_state.js
@@ -0,0 +1,4 @@
+module["exports"] = [
+ "#####",
+ "#######"
+];
diff --git a/lib/locales/he/address/secondary_address.js b/lib/locales/he/address/secondary_address.js
new file mode 100644
index 00000000..8a4eca17
--- /dev/null
+++ b/lib/locales/he/address/secondary_address.js
@@ -0,0 +1,6 @@
+module["exports"] = [
+ "# דירה",
+ "## דירה",
+ "# חדר",
+ "## חדר"
+];
diff --git a/lib/locales/he/address/state.js b/lib/locales/he/address/state.js
new file mode 100644
index 00000000..d2b0e865
--- /dev/null
+++ b/lib/locales/he/address/state.js
@@ -0,0 +1,11 @@
+module["exports"] = [
+ "חיפה",
+ "רמת הגולן",
+ "הגדה המערבית",
+ "שומרון",
+ "השרון",
+ "יהודה",
+ "הנגב",
+ "השפלה",
+ "הערבה"
+];
diff --git a/lib/locales/he/address/state_abbr.js b/lib/locales/he/address/state_abbr.js
new file mode 100644
index 00000000..464757a2
--- /dev/null
+++ b/lib/locales/he/address/state_abbr.js
@@ -0,0 +1,52 @@
+module["exports"] = [
+ "AL",
+ "AK",
+ "AZ",
+ "AR",
+ "CA",
+ "CO",
+ "CT",
+ "DE",
+ "FL",
+ "GA",
+ "HI",
+ "ID",
+ "IL",
+ "IN",
+ "IA",
+ "KS",
+ "KY",
+ "LA",
+ "ME",
+ "MD",
+ "MA",
+ "MI",
+ "MN",
+ "MS",
+ "MO",
+ "MT",
+ "NE",
+ "NV",
+ "NH",
+ "NJ",
+ "NM",
+ "NY",
+ "NC",
+ "ND",
+ "OH",
+ "OK",
+ "OR",
+ "PA",
+ "RI",
+ "SC",
+ "SD",
+ "TN",
+ "TX",
+ "UT",
+ "VT",
+ "VA",
+ "WA",
+ "WV",
+ "WI",
+ "WY"
+];
diff --git a/lib/locales/he/address/street_address.js b/lib/locales/he/address/street_address.js
new file mode 100644
index 00000000..289216e7
--- /dev/null
+++ b/lib/locales/he/address/street_address.js
@@ -0,0 +1,3 @@
+module["exports"] = [
+ "#{building_number} #{street_name}"
+];
diff --git a/lib/locales/he/address/street_name.js b/lib/locales/he/address/street_name.js
new file mode 100644
index 00000000..dfd85dfc
--- /dev/null
+++ b/lib/locales/he/address/street_name.js
@@ -0,0 +1,4 @@
+module["exports"] = [
+ "#{Name.first_name} #{street_suffix}",
+ "#{Name.last_name} #{street_suffix}"
+];
diff --git a/lib/locales/he/address/street_suffix.js b/lib/locales/he/address/street_suffix.js
new file mode 100644
index 00000000..45c6cd1a
--- /dev/null
+++ b/lib/locales/he/address/street_suffix.js
@@ -0,0 +1,227 @@
+module["exports"] = [
+ "Alley",
+ "Avenue",
+ "Branch",
+ "Bridge",
+ "Brook",
+ "Brooks",
+ "Burg",
+ "Burgs",
+ "Bypass",
+ "Camp",
+ "Canyon",
+ "Cape",
+ "Causeway",
+ "Center",
+ "Centers",
+ "Circle",
+ "Circles",
+ "Cliff",
+ "Cliffs",
+ "Club",
+ "Common",
+ "Corner",
+ "Corners",
+ "Course",
+ "Court",
+ "Courts",
+ "Cove",
+ "Coves",
+ "Creek",
+ "Crescent",
+ "Crest",
+ "Crossing",
+ "Crossroad",
+ "Curve",
+ "Dale",
+ "Dam",
+ "Divide",
+ "Drive",
+ "Drive",
+ "Drives",
+ "Estate",
+ "Estates",
+ "Expressway",
+ "Extension",
+ "Extensions",
+ "Fall",
+ "Falls",
+ "Ferry",
+ "Field",
+ "Fields",
+ "Flat",
+ "Flats",
+ "Ford",
+ "Fords",
+ "Forest",
+ "Forge",
+ "Forges",
+ "Fork",
+ "Forks",
+ "Fort",
+ "Freeway",
+ "Garden",
+ "Gardens",
+ "Gateway",
+ "Glen",
+ "Glens",
+ "Green",
+ "Greens",
+ "Grove",
+ "Groves",
+ "Harbor",
+ "Harbors",
+ "Haven",
+ "Heights",
+ "Highway",
+ "Hill",
+ "Hills",
+ "Hollow",
+ "Inlet",
+ "Inlet",
+ "Island",
+ "Island",
+ "Islands",
+ "Islands",
+ "Isle",
+ "Isle",
+ "Junction",
+ "Junctions",
+ "Key",
+ "Keys",
+ "Knoll",
+ "Knolls",
+ "Lake",
+ "Lakes",
+ "Land",
+ "Landing",
+ "Lane",
+ "Light",
+ "Lights",
+ "Loaf",
+ "Lock",
+ "Locks",
+ "Locks",
+ "Lodge",
+ "Lodge",
+ "Loop",
+ "Mall",
+ "Manor",
+ "Manors",
+ "Meadow",
+ "Meadows",
+ "Mews",
+ "Mill",
+ "Mills",
+ "Mission",
+ "Mission",
+ "Motorway",
+ "Mount",
+ "Mountain",
+ "Mountain",
+ "Mountains",
+ "Mountains",
+ "Neck",
+ "Orchard",
+ "Oval",
+ "Overpass",
+ "Park",
+ "Parks",
+ "Parkway",
+ "Parkways",
+ "Pass",
+ "Passage",
+ "Path",
+ "Pike",
+ "Pine",
+ "Pines",
+ "Place",
+ "Plain",
+ "Plains",
+ "Plains",
+ "Plaza",
+ "Plaza",
+ "Point",
+ "Points",
+ "Port",
+ "Port",
+ "Ports",
+ "Ports",
+ "Prairie",
+ "Prairie",
+ "Radial",
+ "Ramp",
+ "Ranch",
+ "Rapid",
+ "Rapids",
+ "Rest",
+ "Ridge",
+ "Ridges",
+ "River",
+ "Road",
+ "Road",
+ "Roads",
+ "Roads",
+ "Route",
+ "Row",
+ "Rue",
+ "Run",
+ "Shoal",
+ "Shoals",
+ "Shore",
+ "Shores",
+ "Skyway",
+ "Spring",
+ "Springs",
+ "Springs",
+ "Spur",
+ "Spurs",
+ "Square",
+ "Square",
+ "Squares",
+ "Squares",
+ "Station",
+ "Station",
+ "Stravenue",
+ "Stravenue",
+ "Stream",
+ "Stream",
+ "Street",
+ "Street",
+ "Streets",
+ "Summit",
+ "Summit",
+ "Terrace",
+ "Throughway",
+ "Trace",
+ "Track",
+ "Trafficway",
+ "Trail",
+ "Trail",
+ "Tunnel",
+ "Tunnel",
+ "Turnpike",
+ "Turnpike",
+ "Underpass",
+ "Union",
+ "Unions",
+ "Valley",
+ "Valleys",
+ "Via",
+ "Viaduct",
+ "View",
+ "Views",
+ "Village",
+ "Village",
+ "Villages",
+ "Ville",
+ "Vista",
+ "Vista",
+ "Walk",
+ "Walks",
+ "Wall",
+ "Way",
+ "Ways",
+ "Well",
+ "Wells"
+];
diff --git a/lib/locales/he/address/time_zone.js b/lib/locales/he/address/time_zone.js
new file mode 100644
index 00000000..bfa4d9cc
--- /dev/null
+++ b/lib/locales/he/address/time_zone.js
@@ -0,0 +1,145 @@
+module["exports"] = [
+ "Pacific/Midway",
+ "Pacific/Pago_Pago",
+ "Pacific/Honolulu",
+ "America/Juneau",
+ "America/Los_Angeles",
+ "America/Tijuana",
+ "America/Denver",
+ "America/Phoenix",
+ "America/Chihuahua",
+ "America/Mazatlan",
+ "America/Chicago",
+ "America/Regina",
+ "America/Mexico_City",
+ "America/Mexico_City",
+ "America/Monterrey",
+ "America/Guatemala",
+ "America/New_York",
+ "America/Indiana/Indianapolis",
+ "America/Bogota",
+ "America/Lima",
+ "America/Lima",
+ "America/Halifax",
+ "America/Caracas",
+ "America/La_Paz",
+ "America/Santiago",
+ "America/St_Johns",
+ "America/Sao_Paulo",
+ "America/Argentina/Buenos_Aires",
+ "America/Guyana",
+ "America/Godthab",
+ "Atlantic/South_Georgia",
+ "Atlantic/Azores",
+ "Atlantic/Cape_Verde",
+ "Europe/Dublin",
+ "Europe/London",
+ "Europe/Lisbon",
+ "Europe/London",
+ "Africa/Casablanca",
+ "Africa/Monrovia",
+ "Etc/UTC",
+ "Europe/Belgrade",
+ "Europe/Bratislava",
+ "Europe/Budapest",
+ "Europe/Ljubljana",
+ "Europe/Prague",
+ "Europe/Sarajevo",
+ "Europe/Skopje",
+ "Europe/Warsaw",
+ "Europe/Zagreb",
+ "Europe/Brussels",
+ "Europe/Copenhagen",
+ "Europe/Madrid",
+ "Europe/Paris",
+ "Europe/Amsterdam",
+ "Europe/Berlin",
+ "Europe/Berlin",
+ "Europe/Rome",
+ "Europe/Stockholm",
+ "Europe/Vienna",
+ "Africa/Algiers",
+ "Europe/Bucharest",
+ "Africa/Cairo",
+ "Europe/Helsinki",
+ "Europe/Kiev",
+ "Europe/Riga",
+ "Europe/Sofia",
+ "Europe/Tallinn",
+ "Europe/Vilnius",
+ "Europe/Athens",
+ "Europe/Istanbul",
+ "Europe/Minsk",
+ "Asia/Jerusalem",
+ "Africa/Harare",
+ "Africa/Johannesburg",
+ "Europe/Moscow",
+ "Europe/Moscow",
+ "Europe/Moscow",
+ "Asia/Kuwait",
+ "Asia/Riyadh",
+ "Africa/Nairobi",
+ "Asia/Baghdad",
+ "Asia/Tehran",
+ "Asia/Muscat",
+ "Asia/Muscat",
+ "Asia/Baku",
+ "Asia/Tbilisi",
+ "Asia/Yerevan",
+ "Asia/Kabul",
+ "Asia/Yekaterinburg",
+ "Asia/Karachi",
+ "Asia/Karachi",
+ "Asia/Tashkent",
+ "Asia/Kolkata",
+ "Asia/Kolkata",
+ "Asia/Kolkata",
+ "Asia/Kolkata",
+ "Asia/Kathmandu",
+ "Asia/Dhaka",
+ "Asia/Dhaka",
+ "Asia/Colombo",
+ "Asia/Almaty",
+ "Asia/Novosibirsk",
+ "Asia/Rangoon",
+ "Asia/Bangkok",
+ "Asia/Bangkok",
+ "Asia/Jakarta",
+ "Asia/Krasnoyarsk",
+ "Asia/Shanghai",
+ "Asia/Chongqing",
+ "Asia/Hong_Kong",
+ "Asia/Urumqi",
+ "Asia/Kuala_Lumpur",
+ "Asia/Singapore",
+ "Asia/Taipei",
+ "Australia/Perth",
+ "Asia/Irkutsk",
+ "Asia/Ulaanbaatar",
+ "Asia/Seoul",
+ "Asia/Tokyo",
+ "Asia/Tokyo",
+ "Asia/Tokyo",
+ "Asia/Yakutsk",
+ "Australia/Darwin",
+ "Australia/Adelaide",
+ "Australia/Melbourne",
+ "Australia/Melbourne",
+ "Australia/Sydney",
+ "Australia/Brisbane",
+ "Australia/Hobart",
+ "Asia/Vladivostok",
+ "Pacific/Guam",
+ "Pacific/Port_Moresby",
+ "Asia/Magadan",
+ "Asia/Magadan",
+ "Pacific/Noumea",
+ "Pacific/Fiji",
+ "Asia/Kamchatka",
+ "Pacific/Majuro",
+ "Pacific/Auckland",
+ "Pacific/Auckland",
+ "Pacific/Tongatapu",
+ "Pacific/Fakaofo",
+ "Pacific/Apia"
+];
diff --git a/lib/locales/he/cell_phone/formats.js b/lib/locales/he/cell_phone/formats.js
new file mode 100644
index 00000000..68028837
--- /dev/null
+++ b/lib/locales/he/cell_phone/formats.js
@@ -0,0 +1,8 @@
+module["exports"] = [
+ "###-###-####",
+ "(###)-##-###-####",
+ "+(###)-##-###-####",
+ "+###-##-###-####",
+ "1-###-###-####",
+ "### ### ####"
+];
diff --git a/lib/locales/he/cell_phone/index.js b/lib/locales/he/cell_phone/index.js
new file mode 100644
index 00000000..8de997ba
--- /dev/null
+++ b/lib/locales/he/cell_phone/index.js
@@ -0,0 +1,3 @@
+var cell_phone = {};
+module['exports'] = cell_phone;
+cell_phone.formats = require("./formats");
diff --git a/lib/locales/he/commerce/color.js b/lib/locales/he/commerce/color.js
new file mode 100644
index 00000000..43efc2aa
--- /dev/null
+++ b/lib/locales/he/commerce/color.js
@@ -0,0 +1,33 @@
+module["exports"] = [
+ "אדום",
+ "ירוק",
+ "כחול",
+ "צהוב",
+ "סגול",
+ "ירוק מנטה",
+ "ירוק כחלחל",
+ "לבן",
+ "שחור",
+ "כתום",
+ "ורוד",
+ "אפור",
+ "חוּם עֲרמוֹנִי",
+ "סָגוֹל",
+ "טורקיז",
+ "שזוף",
+ "שמים כחולים",
+ "סלמון",
+ "שזיף",
+ "סחלב",
+ "זית",
+ "מגנטה",
+ "ליים",
+ "שנהב",
+ "אינדיגו",
+ "זהב",
+ "ורוד פוקסיה",
+ "טורקיז",
+ "צבע תכלת",
+ "לבנדר",
+ "כסף"
+];
diff --git a/lib/locales/he/commerce/department.js b/lib/locales/he/commerce/department.js
new file mode 100644
index 00000000..9a92afd0
--- /dev/null
+++ b/lib/locales/he/commerce/department.js
@@ -0,0 +1,24 @@
+module["exports"] = [
+ "ספרים",
+ "סרטים",
+ "מוסיקה",
+ "משחקים",
+ "מכשירי חשמל",
+ "מחשבים",
+ "בית",
+ "גן",
+ "כלים",
+ "מכולת",
+ "בריאות",
+ "יופי",
+ "צעצועים",
+ "ילדים",
+ "תִינוֹק",
+ "ביגוד",
+ "נעליים",
+ "תכשיטים",
+ "ספורט",
+ "מחוץ לבית",
+ "רכב",
+ "תעשייתי"
+];
diff --git a/lib/locales/he/commerce/index.js b/lib/locales/he/commerce/index.js
new file mode 100644
index 00000000..89187f7c
--- /dev/null
+++ b/lib/locales/he/commerce/index.js
@@ -0,0 +1,6 @@
+var commerce = {};
+module['exports'] = commerce;
+commerce.color = require("./color");
+commerce.department = require("./department");
+commerce.product_name = require("./product_name");
+commerce.product_description = require("./product_description");
diff --git a/lib/locales/he/commerce/product_description.js b/lib/locales/he/commerce/product_description.js
new file mode 100644
index 00000000..6545f41f
--- /dev/null
+++ b/lib/locales/he/commerce/product_description.js
@@ -0,0 +1,14 @@
+module["exports"] = [
+ "כסא מנהלים ארגונומי מרופד בעור שחור מלוכדות ובמושב ובגב מרופד PVC לנוחות ותמיכה לאורך כל היום",
+ "מערך הרכב מורכב מעיצוב מנוע קדמי, עם תיבות הילוכים מסוג ציר טרנסוולר המותקנות בחלק האחורי של המנוע והנעה עם ארבעה גלגלים",
+ "חדש ABC 13 9370, 13.3, דור 5 CoreA5-8250U, 8GB RAM, 256GB SSD, כוח UHD גרפיקה, OS 10 Home, OS Office A & J 2016",
+ "מקלדת מייפל גיימינג דקה ופשוטה מבית Dev Byte מגיעה עם גוף אלגנטי ותאורת RGB LED בגוון 7 צבעים לפונקציונליות חכמה",
+ "אפולוטק B340 הוא עכבר אלחוטי במחיר סביר עם קישוריות אמינה, חיי סוללה של 12 חודשים ועיצוב מודרני",
+ "נאגסאקי לנדר הוא השם המסחרי המסחרי של מספר סדרות של אופני ספורט נגסאקי, שהחלו ב- ABC800J משנת 1984",
+ "הכדורגל טוב לאימונים ולמטרות פנאי",
+ "כפפות שוער רשת קרבוניט מעוצבות באופן ארגונומי בכדי להעניק התאמה קלה",
+ "טכנולוגיית שחיקת הדחיסה המתקדמת ביותר של בוסטון מגבירה את החמצון בשרירים, מייצבת שרירים פעילים",
+ "מגוון חדש של חולצות רשמיות מעוצבות תוך התחשבות בך. עם התאמות ועיצוב שיגרמו לך להתבלט",
+ "המגוון היפה של תפוח נטורל שיש בו שילוב מרגש של מרכיבים טבעיים. עם הטוב של 100% מרכיבים טבעיים",
+ "נעלי אנדי נועדו לזכור עמידות כמו גם טרנדים, מגוון הנעליים והסנדלים המסוגננים ביותר"
+]; \ No newline at end of file
diff --git a/lib/locales/he/commerce/product_name.js b/lib/locales/he/commerce/product_name.js
new file mode 100644
index 00000000..ce95e72f
--- /dev/null
+++ b/lib/locales/he/commerce/product_name.js
@@ -0,0 +1,60 @@
+module["exports"] = {
+ "adjective": [
+ "קטן",
+ "ארגונומי",
+ "כפרי",
+ "אינטליגנטי",
+ "מאוד יפה",
+ "מדהים",
+ "פנטסטי",
+ "מעשי",
+ "מלוטש",
+ "מדהים",
+ "גנרית",
+ "עבודת יד",
+ "עבודת יד",
+ "מורשה",
+ "מְזוּקָק",
+ "לא ממותג",
+ "טעים"
+ ],
+ "material": [
+ "פלדה",
+ "עץ",
+ "בטון",
+ "פלסטי",
+ "כותנה",
+ "גרניט",
+ "גומי",
+ "מתכת",
+ "רך",
+ "צַח",
+ "קפוא"
+ ],
+ "product": [
+ "כיסא",
+ "אוטו",
+ "מחשב",
+ "מקלדת",
+ "עכבר",
+ "אופניים",
+ "כדור",
+ "כפפות",
+ "מכנסיים",
+ "חולצה",
+ "שולחן",
+ "נעליים",
+ "כובע",
+ "מגבות",
+ "סבון",
+ "טונה",
+ "עוף",
+ "דג",
+ "גבינה",
+ "בייקון",
+ "פיצה",
+ "סלט",
+ "נקניקיות",
+ "צ'יפס"
+ ]
+};
diff --git a/lib/locales/he/date/index.js b/lib/locales/he/date/index.js
new file mode 100644
index 00000000..8c45d3f6
--- /dev/null
+++ b/lib/locales/he/date/index.js
@@ -0,0 +1,4 @@
+var date = {};
+module["exports"] = date;
+date.month = require("./month");
+date.weekday = require("./weekday");
diff --git a/lib/locales/he/date/month.js b/lib/locales/he/date/month.js
new file mode 100644
index 00000000..6d1e4bc1
--- /dev/null
+++ b/lib/locales/he/date/month.js
@@ -0,0 +1,63 @@
+// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1799
+module["exports"] = {
+ wide: [
+ "ינואר",
+ "פברואר",
+ "מרץ",
+ "אפריל",
+ "מאי",
+ "יוני",
+ "יולי",
+ "אוגוסט",
+ "ספטמבר",
+ "אוקטובר",
+ "נובמבר",
+ "דצמבר"
+ ],
+ // Property "wide_context" is optional, if not set then "wide" will be used instead
+ // It is used to specify a word in context, which may differ from a stand-alone word
+ wide_context: [
+ "ינואר",
+ "פברואר",
+ "מרץ",
+ "אפריל",
+ "מאי",
+ "יוני",
+ "יולי",
+ "אוגוסט",
+ "ספטמבר",
+ "אוקטובר",
+ "נובמבר",
+ "דצמבר"
+ ],
+ abbr: [
+ "Jan",
+ "Feb",
+ "Mar",
+ "Apr",
+ "May",
+ "Jun",
+ "Jul",
+ "Aug",
+ "Sep",
+ "Oct",
+ "Nov",
+ "Dec"
+ ],
+ // Property "abbr_context" is optional, if not set then "abbr" will be used instead
+ // It is used to specify a word in context, which may differ from a stand-alone word
+ abbr_context: [
+ "Jan",
+ "Feb",
+ "Mar",
+ "Apr",
+ "May",
+ "Jun",
+ "Jul",
+ "Aug",
+ "Sep",
+ "Oct",
+ "Nov",
+ "Dec"
+ ]
+};
diff --git a/lib/locales/he/date/weekday.js b/lib/locales/he/date/weekday.js
new file mode 100644
index 00000000..9b9ddab5
--- /dev/null
+++ b/lib/locales/he/date/weekday.js
@@ -0,0 +1,43 @@
+// Source: http://unicode.org/cldr/trac/browser/tags/release-27/common/main/en.xml#L1847
+module["exports"] = {
+ wide: [
+ "יום ראשון",
+ "יום שני",
+ "יום שלישי",
+ "יום רביעי",
+ "יום חמישי",
+ "יום שישי",
+ "שבת"
+ ],
+ // Property "wide_context" is optional, if not set then "wide" will be used instead
+ // It is used to specify a word in context, which may differ from a stand-alone word
+ wide_context: [
+ "יום ראשון",
+ "יום שני",
+ "יום שלישי",
+ "יום רביעי",
+ "יום חמישי",
+ "יום שישי",
+ "שבת"
+ ],
+ abbr: [
+ "יום א׳",
+ "יום ב׳",
+ "יום ג׳",
+ "יום ד׳",
+ "יום ה׳",
+ "יום ו׳",
+ "שבת"
+ ],
+ // Property "abbr_context" is optional, if not set then "abbr" will be used instead
+ // It is used to specify a word in context, which may differ from a stand-alone word
+ abbr_context: [
+ "יום א׳",
+ "יום ב׳",
+ "יום ג׳",
+ "יום ד׳",
+ "יום ה׳",
+ "יום ו׳",
+ "שבת"
+ ]
+};
diff --git a/lib/locales/he/index.js b/lib/locales/he/index.js
new file mode 100644
index 00000000..fd8f81fa
--- /dev/null
+++ b/lib/locales/he/index.js
@@ -0,0 +1,22 @@
+var he = {};
+module['exports'] = he;
+he.title = "Hebrew";
+he.separator = "ו ";
+he.address = require("./address");
+// he.company = require("./company");
+// he.internet = require("./internet");
+// he.database = require("./database");
+he.lorem = require("./lorem");
+he.name = require("./name");
+he.phone_number = require("./phone_number");
+he.cell_phone = require("./cell_phone");
+// he.business = require("./business");
+he.commerce = require("./commerce");
+// he.team = require("./team");
+// he.hacker = require("./hacker");
+// he.app = require("./app");
+// he.finance = require("./finance");
+he.date = require("./date");
+// he.system = require("./system");
+// he.vehicle = require("./vehicle");
+he.music = require("./music");
diff --git a/lib/locales/he/lorem/index.js b/lib/locales/he/lorem/index.js
new file mode 100644
index 00000000..feb6eff8
--- /dev/null
+++ b/lib/locales/he/lorem/index.js
@@ -0,0 +1,4 @@
+var lorem = {};
+module['exports'] = lorem;
+lorem.words = require("./words");
+lorem.supplemental = require("./supplemental");
diff --git a/lib/locales/he/lorem/supplemental.js b/lib/locales/he/lorem/supplemental.js
new file mode 100644
index 00000000..8fdc2c3e
--- /dev/null
+++ b/lib/locales/he/lorem/supplemental.js
@@ -0,0 +1,842 @@
+module["exports"] = [
+ "abbas",
+ "abduco",
+ "abeo",
+ "abscido",
+ "absconditus",
+ "absens",
+ "absorbeo",
+ "absque",
+ "abstergo",
+ "absum",
+ "abundans",
+ "abutor",
+ "accedo",
+ "accendo",
+ "acceptus",
+ "accipio",
+ "accommodo",
+ "accusator",
+ "acer",
+ "acerbitas",
+ "acervus",
+ "acidus",
+ "acies",
+ "acquiro",
+ "acsi",
+ "adamo",
+ "adaugeo",
+ "addo",
+ "adduco",
+ "ademptio",
+ "adeo",
+ "adeptio",
+ "adfectus",
+ "adfero",
+ "adficio",
+ "adflicto",
+ "adhaero",
+ "adhuc",
+ "adicio",
+ "adimpleo",
+ "adinventitias",
+ "adipiscor",
+ "adiuvo",
+ "administratio",
+ "admiratio",
+ "admitto",
+ "admoneo",
+ "admoveo",
+ "adnuo",
+ "adopto",
+ "adsidue",
+ "adstringo",
+ "adsuesco",
+ "adsum",
+ "adulatio",
+ "adulescens",
+ "adultus",
+ "aduro",
+ "advenio",
+ "adversus",
+ "advoco",
+ "aedificium",
+ "aeger",
+ "aegre",
+ "aegrotatio",
+ "aegrus",
+ "aeneus",
+ "aequitas",
+ "aequus",
+ "aer",
+ "aestas",
+ "aestivus",
+ "aestus",
+ "aetas",
+ "aeternus",
+ "ager",
+ "aggero",
+ "aggredior",
+ "agnitio",
+ "agnosco",
+ "ago",
+ "ait",
+ "aiunt",
+ "alienus",
+ "alii",
+ "alioqui",
+ "aliqua",
+ "alius",
+ "allatus",
+ "alo",
+ "alter",
+ "altus",
+ "alveus",
+ "amaritudo",
+ "ambitus",
+ "ambulo",
+ "amicitia",
+ "amiculum",
+ "amissio",
+ "amita",
+ "amitto",
+ "amo",
+ "amor",
+ "amoveo",
+ "amplexus",
+ "amplitudo",
+ "amplus",
+ "ancilla",
+ "angelus",
+ "angulus",
+ "angustus",
+ "animadverto",
+ "animi",
+ "animus",
+ "annus",
+ "anser",
+ "ante",
+ "antea",
+ "antepono",
+ "antiquus",
+ "aperio",
+ "aperte",
+ "apostolus",
+ "apparatus",
+ "appello",
+ "appono",
+ "appositus",
+ "approbo",
+ "apto",
+ "aptus",
+ "apud",
+ "aqua",
+ "ara",
+ "aranea",
+ "arbitro",
+ "arbor",
+ "arbustum",
+ "arca",
+ "arceo",
+ "arcesso",
+ "arcus",
+ "argentum",
+ "argumentum",
+ "arguo",
+ "arma",
+ "armarium",
+ "armo",
+ "aro",
+ "ars",
+ "articulus",
+ "artificiose",
+ "arto",
+ "arx",
+ "ascisco",
+ "ascit",
+ "asper",
+ "aspicio",
+ "asporto",
+ "assentator",
+ "astrum",
+ "atavus",
+ "ater",
+ "atqui",
+ "atrocitas",
+ "atrox",
+ "attero",
+ "attollo",
+ "attonbitus",
+ "auctor",
+ "auctus",
+ "audacia",
+ "audax",
+ "audentia",
+ "audeo",
+ "audio",
+ "auditor",
+ "aufero",
+ "aureus",
+ "auris",
+ "aurum",
+ "aut",
+ "autem",
+ "autus",
+ "auxilium",
+ "avaritia",
+ "avarus",
+ "aveho",
+ "averto",
+ "avoco",
+ "baiulus",
+ "balbus",
+ "barba",
+ "bardus",
+ "basium",
+ "beatus",
+ "bellicus",
+ "bellum",
+ "bene",
+ "beneficium",
+ "benevolentia",
+ "benigne",
+ "bestia",
+ "bibo",
+ "bis",
+ "blandior",
+ "bonus",
+ "bos",
+ "brevis",
+ "cado",
+ "caecus",
+ "caelestis",
+ "caelum",
+ "calamitas",
+ "calcar",
+ "calco",
+ "calculus",
+ "callide",
+ "campana",
+ "candidus",
+ "canis",
+ "canonicus",
+ "canto",
+ "capillus",
+ "capio",
+ "capitulus",
+ "capto",
+ "caput",
+ "carbo",
+ "carcer",
+ "careo",
+ "caries",
+ "cariosus",
+ "caritas",
+ "carmen",
+ "carpo",
+ "carus",
+ "casso",
+ "caste",
+ "casus",
+ "catena",
+ "caterva",
+ "cattus",
+ "cauda",
+ "causa",
+ "caute",
+ "caveo",
+ "cavus",
+ "cedo",
+ "celebrer",
+ "celer",
+ "celo",
+ "cena",
+ "cenaculum",
+ "ceno",
+ "censura",
+ "centum",
+ "cerno",
+ "cernuus",
+ "certe",
+ "certo",
+ "certus",
+ "cervus",
+ "cetera",
+ "charisma",
+ "chirographum",
+ "cibo",
+ "cibus",
+ "cicuta",
+ "cilicium",
+ "cimentarius",
+ "ciminatio",
+ "cinis",
+ "circumvenio",
+ "cito",
+ "civis",
+ "civitas",
+ "clam",
+ "clamo",
+ "claro",
+ "clarus",
+ "claudeo",
+ "claustrum",
+ "clementia",
+ "clibanus",
+ "coadunatio",
+ "coaegresco",
+ "coepi",
+ "coerceo",
+ "cogito",
+ "cognatus",
+ "cognomen",
+ "cogo",
+ "cohaero",
+ "cohibeo",
+ "cohors",
+ "colligo",
+ "colloco",
+ "collum",
+ "colo",
+ "color",
+ "coma",
+ "combibo",
+ "comburo",
+ "comedo",
+ "comes",
+ "cometes",
+ "comis",
+ "comitatus",
+ "commemoro",
+ "comminor",
+ "commodo",
+ "communis",
+ "comparo",
+ "compello",
+ "complectus",
+ "compono",
+ "comprehendo",
+ "comptus",
+ "conatus",
+ "concedo",
+ "concido",
+ "conculco",
+ "condico",
+ "conduco",
+ "confero",
+ "confido",
+ "conforto",
+ "confugo",
+ "congregatio",
+ "conicio",
+ "coniecto",
+ "conitor",
+ "coniuratio",
+ "conor",
+ "conqueror",
+ "conscendo",
+ "conservo",
+ "considero",
+ "conspergo",
+ "constans",
+ "consuasor",
+ "contabesco",
+ "contego",
+ "contigo",
+ "contra",
+ "conturbo",
+ "conventus",
+ "convoco",
+ "copia",
+ "copiose",
+ "cornu",
+ "corona",
+ "corpus",
+ "correptius",
+ "corrigo",
+ "corroboro",
+ "corrumpo",
+ "coruscus",
+ "cotidie",
+ "crapula",
+ "cras",
+ "crastinus",
+ "creator",
+ "creber",
+ "crebro",
+ "credo",
+ "creo",
+ "creptio",
+ "crepusculum",
+ "cresco",
+ "creta",
+ "cribro",
+ "crinis",
+ "cruciamentum",
+ "crudelis",
+ "cruentus",
+ "crur",
+ "crustulum",
+ "crux",
+ "cubicularis",
+ "cubitum",
+ "cubo",
+ "cui",
+ "cuius",
+ "culpa",
+ "culpo",
+ "cultellus",
+ "cultura",
+ "cum",
+ "cunabula",
+ "cunae",
+ "cunctatio",
+ "cupiditas",
+ "cupio",
+ "cuppedia",
+ "cupressus",
+ "cur",
+ "cura",
+ "curatio",
+ "curia",
+ "curiositas",
+ "curis",
+ "curo",
+ "curriculum",
+ "currus",
+ "cursim",
+ "curso",
+ "cursus",
+ "curto",
+ "curtus",
+ "curvo",
+ "curvus",
+ "custodia",
+ "damnatio",
+ "damno",
+ "dapifer",
+ "debeo",
+ "debilito",
+ "decens",
+ "decerno",
+ "decet",
+ "decimus",
+ "decipio",
+ "decor",
+ "decretum",
+ "decumbo",
+ "dedecor",
+ "dedico",
+ "deduco",
+ "defaeco",
+ "defendo",
+ "defero",
+ "defessus",
+ "defetiscor",
+ "deficio",
+ "defigo",
+ "defleo",
+ "defluo",
+ "defungo",
+ "degenero",
+ "degero",
+ "degusto",
+ "deinde",
+ "delectatio",
+ "delego",
+ "deleo",
+ "delibero",
+ "delicate",
+ "delinquo",
+ "deludo",
+ "demens",
+ "demergo",
+ "demitto",
+ "demo",
+ "demonstro",
+ "demoror",
+ "demulceo",
+ "demum",
+ "denego",
+ "denique",
+ "dens",
+ "denuncio",
+ "denuo",
+ "deorsum",
+ "depereo",
+ "depono",
+ "depopulo",
+ "deporto",
+ "depraedor",
+ "deprecator",
+ "deprimo",
+ "depromo",
+ "depulso",
+ "deputo",
+ "derelinquo",
+ "derideo",
+ "deripio",
+ "desidero",
+ "desino",
+ "desipio",
+ "desolo",
+ "desparatus",
+ "despecto",
+ "despirmatio",
+ "infit",
+ "inflammatio",
+ "paens",
+ "patior",
+ "patria",
+ "patrocinor",
+ "patruus",
+ "pauci",
+ "paulatim",
+ "pauper",
+ "pax",
+ "peccatus",
+ "pecco",
+ "pecto",
+ "pectus",
+ "pecunia",
+ "pecus",
+ "peior",
+ "pel",
+ "ocer",
+ "socius",
+ "sodalitas",
+ "sol",
+ "soleo",
+ "solio",
+ "solitudo",
+ "solium",
+ "sollers",
+ "sollicito",
+ "solum",
+ "solus",
+ "solutio",
+ "solvo",
+ "somniculosus",
+ "somnus",
+ "sonitus",
+ "sono",
+ "sophismata",
+ "sopor",
+ "sordeo",
+ "sortitus",
+ "spargo",
+ "speciosus",
+ "spectaculum",
+ "speculum",
+ "sperno",
+ "spero",
+ "spes",
+ "spiculum",
+ "spiritus",
+ "spoliatio",
+ "sponte",
+ "stabilis",
+ "statim",
+ "statua",
+ "stella",
+ "stillicidium",
+ "stipes",
+ "stips",
+ "sto",
+ "strenuus",
+ "strues",
+ "studio",
+ "stultus",
+ "suadeo",
+ "suasoria",
+ "sub",
+ "subito",
+ "subiungo",
+ "sublime",
+ "subnecto",
+ "subseco",
+ "substantia",
+ "subvenio",
+ "succedo",
+ "succurro",
+ "sufficio",
+ "suffoco",
+ "suffragium",
+ "suggero",
+ "sui",
+ "sulum",
+ "sum",
+ "summa",
+ "summisse",
+ "summopere",
+ "sumo",
+ "sumptus",
+ "supellex",
+ "super",
+ "suppellex",
+ "supplanto",
+ "suppono",
+ "supra",
+ "surculus",
+ "surgo",
+ "sursum",
+ "suscipio",
+ "suspendo",
+ "sustineo",
+ "suus",
+ "synagoga",
+ "tabella",
+ "tabernus",
+ "tabesco",
+ "tabgo",
+ "tabula",
+ "taceo",
+ "tactus",
+ "taedium",
+ "talio",
+ "talis",
+ "talus",
+ "tam",
+ "tamdiu",
+ "tamen",
+ "tametsi",
+ "tamisium",
+ "tamquam",
+ "tandem",
+ "tantillus",
+ "tantum",
+ "tardus",
+ "tego",
+ "temeritas",
+ "temperantia",
+ "templum",
+ "temptatio",
+ "tempus",
+ "tenax",
+ "tendo",
+ "teneo",
+ "tener",
+ "tenuis",
+ "tenus",
+ "tepesco",
+ "tepidus",
+ "ter",
+ "terebro",
+ "teres",
+ "terga",
+ "tergeo",
+ "tergiversatio",
+ "tergo",
+ "tergum",
+ "termes",
+ "terminatio",
+ "tero",
+ "terra",
+ "terreo",
+ "territo",
+ "terror",
+ "tersus",
+ "tertius",
+ "testimonium",
+ "texo",
+ "textilis",
+ "textor",
+ "textus",
+ "thalassinus",
+ "theatrum",
+ "theca",
+ "thema",
+ "theologus",
+ "thermae",
+ "thesaurus",
+ "thesis",
+ "thorax",
+ "thymbra",
+ "thymum",
+ "tibi",
+ "timidus",
+ "timor",
+ "titulus",
+ "tolero",
+ "tollo",
+ "tondeo",
+ "tonsor",
+ "torqueo",
+ "torrens",
+ "tot",
+ "totidem",
+ "toties",
+ "totus",
+ "tracto",
+ "trado",
+ "traho",
+ "trans",
+ "tredecim",
+ "tremo",
+ "trepide",
+ "tres",
+ "tribuo",
+ "tricesimus",
+ "triduana",
+ "triginta",
+ "tripudio",
+ "tristis",
+ "triumphus",
+ "trucido",
+ "truculenter",
+ "tubineus",
+ "tui",
+ "tum",
+ "tumultus",
+ "tunc",
+ "turba",
+ "turbo",
+ "turpe",
+ "turpis",
+ "tutamen",
+ "tutis",
+ "tyrannus",
+ "uberrime",
+ "ubi",
+ "ulciscor",
+ "ullus",
+ "ulterius",
+ "ultio",
+ "ultra",
+ "umbra",
+ "umerus",
+ "umquam",
+ "una",
+ "unde",
+ "undique",
+ "universe",
+ "unus",
+ "urbanus",
+ "urbs",
+ "uredo",
+ "usitas",
+ "usque",
+ "ustilo",
+ "ustulo",
+ "usus",
+ "uter",
+ "uterque",
+ "utilis",
+ "utique",
+ "utor",
+ "utpote",
+ "utrimque",
+ "utroque",
+ "utrum",
+ "uxor",
+ "vaco",
+ "vacuus",
+ "vado",
+ "vae",
+ "valde",
+ "valens",
+ "valeo",
+ "valetudo",
+ "validus",
+ "vallum",
+ "vapulus",
+ "varietas",
+ "varius",
+ "vehemens",
+ "vel",
+ "velociter",
+ "velum",
+ "velut",
+ "venia",
+ "venio",
+ "ventito",
+ "ventosus",
+ "ventus",
+ "venustas",
+ "ver",
+ "verbera",
+ "verbum",
+ "vere",
+ "verecundia",
+ "vereor",
+ "vergo",
+ "veritas",
+ "vero",
+ "versus",
+ "verto",
+ "verumtamen",
+ "verus",
+ "vesco",
+ "vesica",
+ "vesper",
+ "vespillo",
+ "vester",
+ "vestigium",
+ "vestrum",
+ "vetus",
+ "via",
+ "vicinus",
+ "vicissitudo",
+ "victoria",
+ "victus",
+ "videlicet",
+ "video",
+ "viduata",
+ "viduo",
+ "vigilo",
+ "vigor",
+ "vilicus",
+ "vilis",
+ "vilitas",
+ "villa",
+ "vinco",
+ "vinculum",
+ "vindico",
+ "vinitor",
+ "vinum",
+ "vir",
+ "virga",
+ "virgo",
+ "viridis",
+ "viriliter",
+ "virtus",
+ "vis",
+ "viscus",
+ "vita",
+ "vitiosus",
+ "vitium",
+ "vito",
+ "vivo",
+ "vix",
+ "vobis",
+ "vociferor",
+ "voco",
+ "volaticus",
+ "volo",
+ "volubilis",
+ "voluntarius",
+ "volup",
+ "volutabrum",
+ "volva",
+ "vomer",
+ "vomica",
+ "vomito",
+ "vorago",
+ "vorax",
+ "voro",
+ "vos",
+ "votum",
+ "voveo",
+ "vox",
+ "vulariter",
+ "vulgaris",
+ "vulgivagus",
+ "vulgo",
+ "vulgus",
+ "vulnero",
+ "vulnus",
+ "vulpes",
+ "vulticulus",
+ "vultuosus",
+ "xiphias"
+];
diff --git a/lib/locales/he/lorem/words.js b/lib/locales/he/lorem/words.js
new file mode 100644
index 00000000..56e8252c
--- /dev/null
+++ b/lib/locales/he/lorem/words.js
@@ -0,0 +1,225 @@
+module["exports"] = [
+"לורם",
+"איפסום",
+"דולור",
+"סיט",
+"אמט",
+"קונסקטורר",
+"אדיפיסינג",
+"אלית",
+"צש",
+"בליא",
+"מנסוטו",
+"צמלח",
+"לביקו",
+"ננבי",
+"צמוקו",
+"בלוקריה",
+"שיצמה",
+"ברורק",
+"נולום",
+"ארווס",
+"סאפיאן",
+"פוסיליס",
+"קוויס",
+"אקווזמן",
+"קוואזי",
+"במר",
+"מודוף",
+"אודיפו",
+"בלאסטיק",
+"מונופץ",
+"קליר",
+"בנפת",
+"נפקט",
+"למסון",
+"בלרק",
+"וענוף",
+"קוואזי",
+"במר",
+"מודוף",
+"אודיפו",
+"בלאסטיק",
+"מונופץ",
+"קליר",
+"בנפת",
+"נפקט",
+"למסון",
+"בלרק",
+"וענוף",
+"לפרומי",
+"בלוף",
+"קינץ",
+"תתיח",
+"לרעח",
+"לת",
+"צשחמי",
+"צש",
+"בליא",
+"מנסוטו",
+"צמלח",
+"לביקו",
+"ננבי",
+"צמוקו",
+"בלוקריה",
+"שיצמה",
+"ברורק",
+"סחטיר",
+"בלובק",
+"תצטנפל",
+"בלינדו",
+"למרקל",
+"אס",
+"לכימפו",
+"דול",
+"צוט",
+"ומעיוט",
+"לפתיעם",
+"ברשג",
+"ולתיעם",
+"גדדיש",
+"קוויז",
+"דומור",
+"ליאמום",
+"בלינך",
+"רוגצה",
+"לפמעט",
+"מוסן",
+"מנת",
+"הועניב",
+"היושבב",
+"שערש",
+"שמחויט",
+"שלושע",
+"ותלברו",
+"חשלו",
+"שעותלשך",
+"וחאית",
+"נובש",
+"ערששף",
+"זותה",
+"מנק",
+"הבקיץ",
+"אפאח",
+"דלאמת",
+"יבש",
+"כאנה",
+"ניצאחו",
+"נמרגי",
+"שהכים",
+"תוק",
+"הדש",
+"שנרא",
+"התידם",
+"הכייר",
+"וק",
+"קולהע",
+"צופעט",
+"למרקוח",
+"איבן",
+"איף",
+"ברומץ",
+"כלרשט",
+"מיחוצים",
+"קלאצי",
+"סחטיר",
+"בלובק",
+"תצטנפל",
+"בלינדו",
+"למרקל",
+"אס",
+"לכימפו",
+"דול",
+"צוט",
+"ומעיוט",
+"",
+"לפתיעם",
+"ברשג",
+"",
+"ולתיעם",
+"גדדיש",
+"קוויז",
+"דומור",
+"ליאמום",
+"בלינך",
+"רוגצה",
+"לפמעט",
+"נולום",
+"ארווס",
+"סאפיאן",
+"",
+"פוסיליס",
+"קוויס",
+"אקווזמן",
+"קוואזי",
+"במר",
+"מודוף",
+"אודיפו",
+"בלאסטיק",
+"מונופץ",
+"קליר",
+"בנפת",
+"נפקט",
+"למסון",
+"בלרק",
+"",
+"וענוף",
+"לפרומי",
+"בלוף",
+"קינץ",
+"תתיח",
+"לרעח",
+"לת",
+"צשחמי",
+"נולום",
+"ארווס",
+"סאפיאן",
+"",
+"פוסיליס",
+"קוויס",
+"אקווזמן",
+"לורם",
+"איפסום",
+"דולור",
+"סיט",
+"אמט",
+"לורם",
+"איפסום",
+"דולור",
+"סיט",
+"אמט",
+"קונסקטורר",
+"אדיפיסינג",
+"אלית",
+"סת",
+"אלמנקום",
+"ניסי",
+"נון",
+"ניבאה",
+"דס",
+"איאקוליס",
+"וולופטה",
+"דיאם",
+"וסטיבולום",
+"אט",
+"דולור",
+"קראס",
+"אגת",
+"לקטוס",
+"וואל",
+"אאוגו",
+"וסטיבולום",
+"סוליסי",
+"טידום",
+"בעליק",
+"קונדימנטום",
+"קורוס",
+"בליקרה",
+"נונסטי",
+"קלובר",
+"בריקנה",
+"סטום",
+"לפריקך",
+"תצטריק",
+"לרטי"
+];
diff --git a/lib/locales/he/music/genre.js b/lib/locales/he/music/genre.js
new file mode 100644
index 00000000..a76f840f
--- /dev/null
+++ b/lib/locales/he/music/genre.js
@@ -0,0 +1,20 @@
+module["exports"] = [
+ "רוק",
+ "רוק מטאלי",
+ "פופ",
+ "אלקטרוני",
+ "עממית",
+ "עולם",
+ "קאנטרי",
+ "ג'אז",
+ "פאנק",
+ "נשמה",
+ "היפ הופ",
+ "קלאסית",
+ "לטינית",
+ "רגאיי",
+ "במה ומסך",
+ "בלוז",
+ "לא מוסיקה",
+ "ראפ"
+];
diff --git a/lib/locales/he/music/index.js b/lib/locales/he/music/index.js
new file mode 100644
index 00000000..aad921a5
--- /dev/null
+++ b/lib/locales/he/music/index.js
@@ -0,0 +1,3 @@
+var music = {};
+module['exports'] = music;
+music.genre = require("./genre");
diff --git a/lib/locales/he/name/female_first_name.js b/lib/locales/he/name/female_first_name.js
new file mode 100644
index 00000000..1a083a43
--- /dev/null
+++ b/lib/locales/he/name/female_first_name.js
@@ -0,0 +1,340 @@
+module["exports"] = [
+ "אביב",
+ "אביבית",
+ "אביגיל",
+ "אביה",
+ "אביטל",
+ "אבישג",
+ "אגם",
+ "אדווה",
+ "אדל",
+ "אדר",
+ "אהבה",
+ "אודיה",
+ "אודליה",
+ "אווה",
+ "אופיר",
+ "אופירה",
+ "אופל",
+ "אופק",
+ "אור",
+ "אביגיל",
+ "אורטל",
+ "אורי",
+ "אוריה",
+ "אורית",
+ "אורלי",
+ "אושרי",
+ "איב",
+ "איה",
+ "איילה",
+ "איילת",
+ "אילנה",
+ "אילנית",
+ "אימרי",
+ "אירית",
+ "אלה",
+ "אלומה",
+ "אליאנה",
+ "אליה",
+ "אלין",
+ "אלינור",
+ "אליענה",
+ "אלירז",
+ "אלישבע",
+ "אלכס",
+ "אלמוג",
+ "אמונה",
+ "אמור",
+ "אן",
+ "אנאבל",
+ "אנה",
+ "אסיף",
+ "אסנת",
+ "אסתר",
+ "אפיק",
+ "אפריל",
+ "אפרת",
+ "אראלה",
+ "ארבל",
+ "אריאל",
+ "אריאלה",
+ "אריאנה",
+ "ארייה",
+ "בארי",
+ "בל",
+ "בלה",
+ "בר",
+ "ברית",
+ "ברקת",
+ "בת",
+ "בת אל",
+ "בת חן",
+ "בת שבע",
+ "בתיה",
+ "גאיה",
+ "גבריאל",
+ "גבריאלה",
+ "גוון",
+ "ג'וי",
+ "ג'ון",
+ "גוני",
+ "גורן",
+ "גיל",
+ "גילי",
+ "גילת",
+ "גל",
+ "גלי",
+ "גליה",
+ "גלית",
+ "גפן",
+ "דבורה",
+ "דגן",
+ "דגנית",
+ "דור",
+ "דורון",
+ "דורין",
+ "דורית",
+ "דיאנה",
+ "דינה",
+ "דליה",
+ "דנה",
+ "דניאל",
+ "דניאלה",
+ "דנית",
+ "דפנה",
+ "דקל",
+ "דקלה",
+ "הגר",
+ "הדס",
+ "הדסה",
+ "הדר",
+ "הודיה",
+ "הילה",
+ "הלל",
+ "ויויאן",
+ "ויטה",
+ "ויקטוריה",
+ "ורד",
+ "זהבה",
+ "זוהר",
+ "זיו",
+ "חגית",
+ "חושן",
+ "חיננית",
+ "חירות",
+ "חמוטל",
+ "חן",
+ "חנה",
+ "חנית",
+ "טובה",
+ "טופז",
+ "טל",
+ "טלי",
+ "טליה",
+ "טנא",
+ "יהב",
+ "יהודית",
+ "יהל",
+ "יהלום",
+ "יהלי",
+ "יובל",
+ "יודפת",
+ "יוכבד",
+ "יוליה",
+ "יונית",
+ "יונת",
+ "ים",
+ "ימית",
+ "יסכה",
+ "יסמין",
+ "יעל",
+ "יעלה",
+ "יערה",
+ "יפה",
+ "יפית",
+ "יפעת",
+ "ירדן",
+ "כוכב",
+ "כליל",
+ "כרם",
+ "כרמי",
+ "כרמית",
+ "כרמל",
+ "לאה",
+ "לבנה",
+ "לוטם",
+ "לוטן",
+ "לוסי",
+ "לי",
+ "ליאור",
+ "ליאורה",
+ "ליאל",
+ "ליאם",
+ "ליאן",
+ "ליאת",
+ "ליב",
+ "ליבי",
+ "לידור",
+ "ליה",
+ "ליהיא",
+ "ליזה",
+ "ליטל",
+ "לילי",
+ "ליליה",
+ "לילך",
+ "לימור",
+ "ליעד",
+ "ליר",
+ "לירון",
+ "לירז",
+ "לירן",
+ "לשם",
+ "מאור",
+ "מאי",
+ "מאיה",
+ "מגי",
+ "מגל",
+ "מור",
+ "מוריה",
+ "מורן",
+ "מיה",
+ "מיטב",
+ "מיטל",
+ "מיכאל",
+ "מיכאלה",
+ "מיכל",
+ "מיקה",
+ "מירן",
+ "מלכה",
+ "מעיין",
+ "מצדה",
+ "מרב",
+ "מריה",
+ "מרים",
+ "מרינה",
+ "מתנה",
+ "מתת",
+ "נאוה",
+ "נגה",
+ "נוי",
+ "נויה",
+ "נועה",
+ "נועם",
+ "נופר",
+ "נורית",
+ "נטלי",
+ "נטע",
+ "נטעלי",
+ "ניב",
+ "נילי",
+ "נינט",
+ "ניצן",
+ "נעמה",
+ "נעמי",
+ "נרי",
+ "נריה",
+ "סביון",
+ "סהר",
+ "סול",
+ "סופיה",
+ "סיגלית",
+ "סיון",
+ "סמדר",
+ "ספיר",
+ "סשה",
+ "סתיו",
+ "עדי",
+ "עדן",
+ "עדנה",
+ "עומר",
+ "עופרי",
+ "עיינה",
+ "עינב",
+ "עינת",
+ "עלמא",
+ "עלמה",
+ "עמית",
+ "עמליה",
+ "עמנואל",
+ "ענבל",
+ "ענבר",
+ "ענהאל",
+ "ענת",
+ "עפרה",
+ "ערגה",
+ "פלג",
+ "צאלה",
+ "צוף",
+ "צופיה",
+ "צליל",
+ "צמרת",
+ "קורין",
+ "קורל",
+ "קטיה",
+ "קליה",
+ "קמה",
+ "קסם",
+ "קסניה",
+ "קרן",
+ "קשת",
+ "רביד",
+ "רבקה",
+ "רויטל",
+ "רוית",
+ "רומי",
+ "רון",
+ "רונהלי",
+ "רוני",
+ "רונית",
+ "רות",
+ "רותם",
+ "רז",
+ "רחל",
+ "ריטה",
+ "רימון",
+ "רינת",
+ "רננה",
+ "רעות",
+ "שגב",
+ "שגית",
+ "שובל",
+ "שוהם",
+ "שולמית",
+ "שונית",
+ "שושנה",
+ "שחף",
+ "שחר",
+ "שי",
+ "שי לי",
+ "שיר",
+ "שיראל",
+ "שירה",
+ "שירז",
+ "שירי",
+ "שלהבת",
+ "שלומית",
+ "שלי",
+ "שמחה",
+ "שמרית",
+ "שני",
+ "שקד",
+ "שקמה",
+ "שרה",
+ "שרון",
+ "שרית",
+ "תאיר",
+ "תאנה",
+ "תבור",
+ "תהילה",
+ "תו",
+ "תום",
+ "תומר",
+ "תכלת",
+ "תלמה",
+ "תמר",
+ "תמרה",
+ "תפארת",
+ "תקווה"
+
+ ]; \ No newline at end of file
diff --git a/lib/locales/he/name/first_name.js b/lib/locales/he/name/first_name.js
new file mode 100644
index 00000000..3f2de90e
--- /dev/null
+++ b/lib/locales/he/name/first_name.js
@@ -0,0 +1,7 @@
+var maleNames = require('./male_first_name');
+var femaleNames = require('./female_first_name');
+var allNames = [];
+maleNames.forEach(function (v) { allNames.push(v); });
+femaleNames.forEach( function (v) { allNames.push(v); });
+
+module["exports"] = allNames.sort();
diff --git a/lib/locales/he/name/gender.js b/lib/locales/he/name/gender.js
new file mode 100644
index 00000000..4a61e0cd
--- /dev/null
+++ b/lib/locales/he/name/gender.js
@@ -0,0 +1,73 @@
+module["exports"] = [
+"Asexual",
+"Female to male trans man",
+"Female to male transgender man",
+"Female to male transsexual man",
+"F2M",
+"Gender neutral",
+"Hermaphrodite",
+"Intersex man",
+"Intersex person",
+"Intersex woman",
+"Male to female trans woman",
+"Male to female transgender woman",
+"Male to female transsexual woman",
+"Man",
+"M2F",
+"Polygender",
+"T* man",
+"T* woman",
+"Two* person",
+"Two-spirit person",
+"Woman",
+"Agender",
+"Androgyne",
+"Androgynes",
+"Androgynous",
+"Bigender",
+"Cis",
+"Cis Female",
+"Cis Male",
+"Cis Man",
+"Cis Woman",
+"Cisgender",
+"Cisgender Female",
+"Cisgender Male",
+"Cisgender Man",
+"Cisgender Woman",
+"Female to Male",
+"FTM",
+"Gender Fluid",
+"Gender Nonconforming",
+"Gender Questioning",
+"Gender Variant",
+"Genderqueer",
+"Intersex",
+"Male to Female",
+"MTF",
+"Neither",
+"Neutrois",
+"Non-binary",
+"Other",
+"Pangender",
+"Trans",
+"Trans Female",
+"Trans Male",
+"Trans Man",
+"Trans Person",
+"Trans*Female",
+"Trans*Male",
+"Trans*Man",
+"Trans*Person",
+"Trans*Woman",
+"Transexual",
+"Transexual Female",
+"Transexual Male",
+"Transexual Man",
+"Transexual Person",
+"Transexual Woman",
+"Transgender Female",
+"Transgender Person",
+"Transmasculine",
+"Two-spirit"
+];
diff --git a/lib/locales/he/name/index.js b/lib/locales/he/name/index.js
new file mode 100644
index 00000000..a945ed68
--- /dev/null
+++ b/lib/locales/he/name/index.js
@@ -0,0 +1,11 @@
+var name = {};
+module['exports'] = name;
+name.male_first_name = require("./male_first_name");
+name.female_first_name = require("./female_first_name");
+name.first_name = require("./first_name");
+name.last_name = require("./last_name");
+name.gender = require("./gender");
+name.prefix = require("./prefix");
+name.suffix = require("./suffix");
+name.title = require("./title");
+name.name = require("./name"); \ No newline at end of file
diff --git a/lib/locales/he/name/last_name.js b/lib/locales/he/name/last_name.js
new file mode 100644
index 00000000..e4150304
--- /dev/null
+++ b/lib/locales/he/name/last_name.js
@@ -0,0 +1,761 @@
+module["exports"] = [
+ "עברות",
+"אביב",
+"אביבי",
+"אביגור",
+"אבידור",
+"אבידן",
+"אביטל",
+"אבינועם",
+"אבינר",
+"אבינרי",
+"אביעד",
+"אביעזר",
+"אבירם",
+"אבישי",
+"אבישר",
+"אביתר",
+"אבן",
+"אבן זהב",
+"אבן חן",
+"אבן צור",
+"אבן שושן",
+"אבנון",
+"אבני",
+"אבניאל",
+"אבנר",
+"אבנרי",
+"אברהם",
+"אברהמי",
+"אברון",
+"אבריאל",
+"אגוז",
+"אגוזי",
+"אגמון",
+"אגרון",
+"אדוני",
+"אדיב",
+"אדירי",
+"אדם",
+"אדמון",
+"אדמוני",
+"אדר",
+"אהרוני",
+"אהרן",
+"אוהד",
+"און",
+"אופיר",
+"אופק",
+"אור",
+"אורון",
+"אוריאל",
+"אוריה",
+"אוריון",
+"אוריין",
+"אורן",
+"אזרחי",
+"אחז",
+"אחיטוב",
+"אחרון",
+"אייל",
+"איילון",
+"אילון",
+"אילן",
+"אילני",
+"אילת",
+"איש כסית",
+"איששלום",
+"איתם",
+"איתן",
+"אלדד",
+"אלדד",
+"אלדן",
+"אלול",
+"אלון",
+"אלוני",
+"אלוף",
+"אלחנני",
+"אליאב",
+"אליהו",
+"אליעז",
+"אליעזר",
+"אליצור",
+"אליקים",
+"אלישיב",
+"אלמגור",
+"אלמוג",
+"אלעד",
+"אלעזר",
+"אלרום",
+"אלרון",
+"אמיר",
+"אמית",
+"אמיתי",
+"אנקורי",
+"אסא",
+"אסיא",
+"אסיף",
+"אסף",
+"אפעל",
+"אפק",
+"אפרת",
+"אראל",
+"ארבל",
+"ארגוב",
+"ארגמן",
+"ארד",
+"ארדון",
+"ארוך",
+"ארז",
+"ארזי",
+"אריאב",
+"אריאל",
+"אריאלי",
+"ארידור",
+"אריה",
+"אריכא",
+"ארם",
+"ארמוני",
+"ארנון",
+"ארצי",
+"אשבל",
+"אשד",
+"אשור",
+"אשכול",
+"אשכנזי",
+"אשל",
+"אשר",
+"אשרי",
+"אשרת",
+"אתגר",
+"אתר",
+"אתרוג",
+"ב׳׳ק",
+"באב׳׳ד",
+"באר",
+"בארי",
+"בבלי",
+"בהט",
+"בוצר",
+"בורר",
+"בחור",
+"ביצור",
+"בית הלחמי",
+"בית יוסף",
+"בית לחם",
+"בכור",
+"בן",
+"בן אברהם",
+"בן אליעזר",
+"בן אמוץ",
+"בן ארי",
+"בן אריה",
+"בן ארצי",
+"בן אשר",
+"בן ברוך",
+"בן ברק",
+"בן גל",
+"בן גרא",
+"בן דב",
+"בן דוד",
+"בן דור",
+"בן דיין",
+"בן זאב",
+"בן זכאי",
+"בן זקן",
+"בן חור",
+"בן חיים",
+"בן חנן",
+"בן חנניה",
+"בן יהודה",
+"בן יעקב",
+"בן יצחק",
+"בן ישי",
+"בן ישראל",
+"בן מלך",
+"בן מנחם",
+"בן נון",
+"בן נחום",
+"בן נר",
+"בן נתן",
+"בן עמי",
+"בן ענת",
+"בן פורת",
+"בן צבי",
+"בן צור",
+"בן ציון",
+"בן ראובן",
+"בן שאול",
+"בן שחר",
+"בן שלום",
+"בן שמחון",
+"בן שמעון",
+"בןגוריון",
+"בןחורין",
+"בןמאיר",
+"בןסירה",
+"בןתור",
+"בנאי",
+"משפחת בנאי",
+"בנטוב",
+"בנימין",
+"בנימיני",
+"בצלאל",
+"בר",
+"בר אור",
+"בר גיורא",
+"בר זוהר",
+"בר יהודה",
+"בר יעקב",
+"בר נתן",
+"בר שלום",
+"בראון",
+"בראילן",
+"ברהלל",
+"בריוסף",
+"ברלב",
+"ברעוז",
+"בראל",
+"ברוך",
+"ברוש",
+"ברושי",
+"ברזילי",
+"ברזל",
+"ברטוב",
+"ברטל",
+"ברנע",
+"ברעם",
+"ברק",
+"ברקאי",
+"ברקין",
+"ברקן",
+"ברקת",
+"בשן",
+"גאון",
+"גבאי",
+"גביש",
+"גבע",
+"גבעול",
+"גבעון",
+"גבעתי",
+"גבתון",
+"גד",
+"גדות",
+"גדיש",
+"גדליה",
+"גדרון",
+"גודר",
+"גולן",
+"גונן",
+"גופר",
+"גור אריה",
+"גוריון",
+"גורלי",
+"גורן",
+"גושן",
+"גזית",
+"גיא",
+"גידור",
+"גיל",
+"גילון",
+"גילת",
+"גינוסר",
+"גינת",
+"גינתון",
+"גל",
+"גלבוע",
+"גליל",
+"גלילי",
+"גלעד",
+"גלעדי",
+"גלרון",
+"גמזו",
+"גמליאל",
+"גנור",
+"גפן",
+"גפני",
+"גרא",
+"גרינבלט",
+"גרנות",
+"גרשון",
+"גת",
+"דביר",
+"דברת",
+"דגן",
+"דגני",
+"דוד",
+"דוידי",
+"דולב",
+"דור",
+"דורי",
+"דותן",
+"דן",
+"דניאלי",
+"דקל",
+"דר",
+"דרומי",
+"דרור",
+"דרורי",
+"דשא",
+"הדס",
+"הדר",
+"הלוי",
+"הללי",
+"המאירי",
+"הנגבי",
+"העצני",
+"הר נוי",
+"הר שפי",
+"הראבן",
+"הראבן",
+"הראובני",
+"הראל",
+"הרטוב",
+"הרפז",
+"הררי",
+"הללי",
+"המאירי",
+"הנגבי",
+"העצני",
+"הר נוי",
+"הר שפי",
+"הראבן",
+"הראבן",
+"הראובני",
+"הראל",
+"הרטוב",
+"הרפז",
+"הררי",
+"וילנאי",
+"ורד",
+"ורדי",
+"ורדימון",
+"זזאב",
+"זאבי",
+"זבולון",
+"זהבי",
+"זוהר",
+"זורע",
+"זיו",
+"זיואב",
+"זכאי",
+"זכות",
+"זכריה",
+"זמורה",
+"זמיר",
+"זמר",
+"זמרי",
+"זעירא",
+"זק",
+"זק׳׳ש",
+"זר",
+"זר",
+"זרובבל",
+"זרטל",
+"חדש",
+"חובה",
+"חורש",
+"חזן",
+"חזני",
+"חזקיה",
+"חי",
+"חייט",
+"חיים",
+"חכם",
+"חלד",
+"חלמיש",
+"חן",
+"חנוך",
+"חנוכה",
+"חנני",
+"חסון",
+"חסיד",
+"חפץ",
+"חפר",
+"חץ",
+"חצור",
+"חצרוני",
+"חרובי",
+"חרותי",
+"חריף",
+"חרל׳׳פ",
+"חרמון",
+"חרמוני",
+"חת",
+"טבת",
+"טוביה",
+"טלמור",
+"טלשיר",
+"יאיר",
+"יבין",
+"יגור",
+"ידיד",
+"ידין",
+"ידעיה",
+"יהב",
+"יהודאי",
+"יהודה",
+"יהושע",
+"יהלום",
+"יובל",
+"יוגב",
+"יוטבת",
+"יונה",
+"יוסף",
+"יושע",
+"יחזקאל",
+"יחיאל",
+"יכין",
+"ימיני",
+"ינון",
+"יניב",
+"יעקבי",
+"יער",
+"יערי",
+"יפה",
+"יפרח",
+"יפת",
+"יצחק",
+"יצחקי",
+"יקיר",
+"ירדני",
+"ירוחם",
+"ירום",
+"ירון",
+"ירושלמי",
+"יריב",
+"ירקוני",
+"ישורון",
+"ישי",
+"ישר",
+"ישראל",
+"ישראלי",
+"יששכר",
+"כהן",
+"משפחות כהן",
+"משפחת כהןסקלי",
+"כוכבי",
+"כנען",
+"כנעני",
+"כנר",
+"כספי",
+"כפיר",
+"כפרי",
+"כרמון",
+"כרמי",
+"כרמל",
+"כרמלי",
+"לאור",
+"לב",
+"לב ארי",
+"לבבי",
+"לביא",
+"לבנון",
+"לבני",
+"לבנת",
+"להב",
+"להבי",
+"לוטם",
+"לוטן",
+"לוי (יהדות)",
+"לוי (שם משפחה)",
+"לוי נחום",
+"לויתן",
+"לחמן",
+"ליאור",
+"לידור",
+"ליטאי",
+"לימור",
+"ליש",
+"לשם",
+"מאור",
+"מאיר",
+"מאירי",
+"מגד",
+"מגל",
+"מואב",
+"מוקד",
+"מוקדי",
+"מורג",
+"מוריה",
+"מורשת",
+"מזא׳׳ה",
+"מזור",
+"מזל",
+"מזר",
+"מאיר מיבר",
+"מיכה",
+"מילוא",
+"מישורי",
+"מלכה",
+"מלכי",
+"מלמד",
+"מנור",
+"מנחם",
+"מנשה",
+"מעוז",
+"מעיין",
+"מעייני",
+"מערבי",
+"מרגליות",
+"מרגלית",
+"מרגנית",
+"מרום",
+"מרון",
+"מרידור",
+"משה",
+"משולח",
+"משיח",
+"משעול",
+"משעל",
+"משען",
+"משעני",
+"מתניה",
+"מתתיהו",
+"נאור",
+"נאמן",
+"נבון",
+"נגבי",
+"נוב",
+"נווה",
+"נוימרק",
+"נועם",
+"נוריאל",
+"נחום",
+"נחושתן",
+"נחשון",
+"ניב",
+"ניסני",
+"ניצן",
+"נמרי",
+"נסים",
+"נץ",
+"נריה",
+"נשר",
+"נשרי",
+"נתיב",
+"נתן",
+"נתנאל",
+"נתניהו",
+"סבוראי",
+"סביר",
+"סגל",
+"סדן",
+"סהר",
+"סופר",
+"סימן טוב",
+"סיני",
+"סכנין",
+"סלע",
+"סמדר",
+"סנונית",
+"סעד",
+"סער",
+"ספיר",
+"סתוי",
+"סתיו",
+"עברון",
+"עברי",
+"עדיני",
+"עדר",
+"עובד",
+"עובדיה",
+"עובדיהו",
+"עוגן",
+"עוז",
+"עוזר",
+"עומר",
+"עופר",
+"עופרים",
+"עזוז",
+"עזריאל",
+"עזריה",
+"עזרתי",
+"עידן",
+"עילם",
+"עינב",
+"עמוס",
+"עמיאל",
+"עמיקם",
+"עמיר",
+"עמירן",
+"עמית",
+"עמרמי",
+"ענבל",
+"ענבר",
+"עסיס",
+"עפרת",
+"עצמון",
+"ערד",
+"ערמון",
+"ערן",
+"עשת",
+"פאר",
+"פדהצור",
+"פולני",
+"פורת",
+"פז",
+"פלאי",
+"פלד",
+"פלס",
+"פניני",
+"פסח",
+"פרג",
+"פרוש",
+"פרח",
+"פרי",
+"פריגת",
+"פרימור",
+"פרץ",
+"פת",
+"צבר",
+"צדוק",
+"צדקה",
+"צדקיהו",
+"צוק",
+"צור",
+"צורי",
+"צוריאל",
+"צורף",
+"צידון",
+"צמח",
+"צפיר",
+"צפריר",
+"קדמון",
+"קדמי",
+"קדר",
+"קדרון",
+"קהת",
+"קורח",
+"קורן",
+"קטן",
+"קידר",
+"קינן",
+"קיסרי",
+"קישון",
+"קם",
+"קמה",
+"קמחי",
+"קנר",
+"קנת",
+"קצב",
+"קצין",
+"קציר",
+"קשת",
+"קשתי",
+"ראובני",
+"רבי",
+"רביב",
+"רביד",
+"רגב",
+"רהב",
+"רוגל",
+"רווה",
+"רווח",
+"רוח",
+"רום",
+"רועה",
+"רז",
+"רזיאל",
+"רחמים",
+"רכס",
+"רם",
+"רמון",
+"רמז",
+"רמתי",
+"רן",
+"רענן",
+"רשף",
+"שאול",
+"שאולי",
+"שאלתיאל",
+"שבח",
+"שביב",
+"שבת",
+"שבתאי",
+"שבתי",
+"שגב",
+"שגיא",
+"שדה",
+"שדר",
+"שוב",
+"שובל",
+"שוהם",
+"שוחט",
+"שומרון",
+"שוער",
+"שופט",
+"שור",
+"שורק",
+"שושן",
+"שושני",
+"שחור",
+"שחורי",
+"שחל",
+"שחם",
+"שחף",
+"שחק",
+"שחר",
+"שילה",
+"שילוח",
+"שילון",
+"שילוני",
+"שיר",
+"שיש",
+"שלג",
+"שלו",
+"שלום",
+"שלומי",
+"שלח",
+"שלם",
+"שלמון",
+"שם אור",
+"שםטוב",
+"שמואל",
+"שמואלי",
+"שמחון",
+"שמחוני",
+"שמחי",
+"שמעון",
+"שמרון",
+"שמש (שם משפחה)",
+"שמשון",
+"שמשוני",
+"שמשי",
+"שנהר",
+"שני",
+"שנער",
+"שער",
+"שפיר",
+"שפע",
+"שץ",
+"שקד",
+"שקדי",
+"שקלים",
+"שרביט",
+"שרון",
+"שרוני",
+"שריג",
+"שריד",
+"שריף",
+"שריר",
+"ששון",
+"תאומים",
+"תאני",
+"תבור",
+"תבורי",
+"תגר",
+"תדמור",
+"תומר",
+"תורן",
+"תירוש",
+"תל צור",
+"תלם",
+"תמוז",
+"תמיר",
+"תמרי",
+"תקווה",
+"תקוע",
+"תרשיש",
+"תשבי"
+];
diff --git a/lib/locales/he/name/male_first_name.js b/lib/locales/he/name/male_first_name.js
new file mode 100644
index 00000000..8f52f92a
--- /dev/null
+++ b/lib/locales/he/name/male_first_name.js
@@ -0,0 +1,361 @@
+module["exports"] = [
+ "אביאל",
+ "אביגדור",
+ "אביה",
+ "אביחי",
+ "אבינועם",
+ "אביעד",
+ "אבירם",
+ "אבירן",
+ "אבישי",
+ "אביתר",
+ "אברהם",
+ "אבשלום",
+ "אגם",
+ "אדיר",
+ "אדם",
+ "אדר",
+ "אהוד",
+ "אהרון",
+ "אוהד",
+ "אופיר",
+ "אופק",
+ "אור",
+ "אורי",
+ "אוריאל",
+ "אוריה",
+ "אורן",
+ "אושרי",
+ "אחיה",
+ "אייל",
+ "איל",
+ "אילון",
+ "אילן",
+ "אימרי",
+ "איתי",
+ "איתם",
+ "איתמר",
+ "איתן",
+ "אלדד",
+ "אלדר",
+ "אלון",
+ "אלחי",
+ "אלחנן",
+ "אליאב",
+ "אליאור",
+ "אליאס",
+ "אליה",
+ "אליהו",
+ "אלימלך",
+ "אליסף",
+ "אלירז",
+ "אלירן",
+ "אלישיב",
+ "אלישמע",
+ "אלישע",
+ "אלכס",
+ "אלכסנדר",
+ "אלמוג",
+ "אלעד",
+ "אלקנה",
+ "אלרועי",
+ "אמור",
+ "אמיר",
+ "אמיתי",
+ "אמנון",
+ "אסיף",
+ "אסף",
+ "אפיק",
+ "אפרים",
+ "אראל",
+ "ארבל",
+ "ארז",
+ "ארטיום",
+ "ארי",
+ "אריאל",
+ "אריה",
+ "ארנון",
+ "ארתור",
+ "אשד",
+ "אשל",
+ "אשר",
+ "בארי",
+ "בועז",
+ "בן אל",
+ "בן ציון",
+ "בניה",
+ "בנימין",
+ "בצלאל",
+ "בר",
+ "בראל",
+ "ברוך",
+ "ברי",
+ "ברק",
+ "גד",
+ "גדעון",
+ "גוון",
+ "ג'וי",
+ "גולן",
+ "ג'ון",
+ "גוני",
+ "גור",
+ "גורן",
+ "גיא",
+ "גיורא",
+ "גיל",
+ "גילי",
+ "גל",
+ "גלבוע",
+ "גלעד",
+ "גפן",
+ "דביר",
+ "דגן",
+ "דוד",
+ "דולב",
+ "דור",
+ "דורון",
+ "דן",
+ "דני",
+ "דניאל",
+ "דקל",
+ "דרור",
+ "הדר",
+ "הוד",
+ "הלל",
+ "הראל",
+ "ולדימיר",
+ "זאב",
+ "זבולון",
+ "זוהר",
+ "זיו",
+ "חביב",
+ "חגי",
+ "חושן",
+ "חי",
+ "חיים",
+ "חמי",
+ "חן",
+ "חנוך",
+ "חנן",
+ "חסד",
+ "טל",
+ "טנא",
+ "יאיר",
+ "יאן",
+ "יגאל",
+ "יגל",
+ "ידיד",
+ "ידידיה",
+ "יהב",
+ "יהודה",
+ "יהונתן",
+ "יהורם",
+ "יהושע",
+ "יהל",
+ "יהלום",
+ "יהלי",
+ "יואב",
+ "יואל",
+ "יובל",
+ "יוגב",
+ "יוחאי",
+ "יונתן",
+ "יוסף",
+ "יורם",
+ "יותם",
+ "יחזקאל",
+ "ים",
+ "ינון",
+ "יניב",
+ "יעקב",
+ "יפתח",
+ "יצחק",
+ "יקיר",
+ "ירדן",
+ "ירון",
+ "יריב",
+ "ישי",
+ "ישראל",
+ "יששכר",
+ "יאיר",
+ "יאן",
+ "יגאל",
+ "יגל",
+ "ידיד",
+ "ידידיה",
+ "יהב",
+ "יהודה",
+ "יהונתן",
+ "יהורם",
+ "יהושע",
+ "יהל",
+ "יהלום",
+ "יהלי",
+ "יואב",
+ "יואל",
+ "יובל",
+ "יוגב",
+ "יוחאי",
+ "יונתן",
+ "יוסף",
+ "יורם",
+ "יותם",
+ "יחזקאל",
+ "ים",
+ "ינון",
+ "יניב",
+ "יעקב",
+ "יפתח",
+ "יצחק",
+ "יקיר",
+ "ירדן",
+ "ירון",
+ "יריב",
+ "ישי",
+ "ישראל",
+ "יששכר",
+ "כוכב",
+ "כליל",
+ "כפיר",
+ "כרם",
+ "כרמי",
+ "כרמל",
+ "לב",
+ "לביא",
+ "לוטם",
+ "לוטן",
+ "לוי",
+ "לי",
+ "ליאון",
+ "ליאור",
+ "ליאל",
+ "ליאם",
+ "לידור",
+ "ליעד",
+ "ליר",
+ "לירוי",
+ "לירון",
+ "לירז",
+ "לירן",
+ "מאור",
+ "מאיר",
+ "מגל",
+ "מור",
+ "מורן",
+ "מיטב",
+ "מיכאל",
+ "מירן",
+ "מלאכי",
+ "מנחם",
+ "מנשה",
+ "מעיין",
+ "מרדכי",
+ "משה",
+ "מתן",
+ "נבו",
+ "נדב",
+ "נהוראי",
+ "נוב",
+ "נוי",
+ "נועם",
+ "נח",
+ "נחשון",
+ "נטע",
+ "ניב",
+ "ניסן",
+ "ניצן",
+ "ניקולס",
+ "ניר",
+ "ניתאי",
+ "נמרוד",
+ "נפתלי",
+ "נרי",
+ "נריה",
+ "נתיב",
+ "נתן",
+ "נתנאל",
+ "סביון",
+ "סהר",
+ "סול",
+ "סטפן",
+ "סיני",
+ "סער",
+ "סרגיי",
+ "סשה",
+ "סתיו",
+ "עברי",
+ "עדי",
+ "עדן",
+ "עודד",
+ "עוז",
+ "עוזיה",
+ "עומר",
+ "עומרי",
+ "עופר",
+ "עופרי",
+ "עידו",
+ "עידן",
+ "עילאי",
+ "עלי",
+ "עמוס",
+ "עמיחי",
+ "עמית",
+ "עמנואל",
+ "עקיבא",
+ "ערן",
+ "פלא",
+ "פלג",
+ "צבי",
+ "צדק",
+ "צוף",
+ "צוק",
+ "צור",
+ "צח",
+ "צחי",
+ "ציון",
+ "צליל",
+ "קסם",
+ "ראובן",
+ "ראם",
+ "רביב",
+ "רביד",
+ "רגב",
+ "רון",
+ "רוני",
+ "רועי",
+ "רותם",
+ "רז",
+ "ריי",
+ "רימון",
+ "רם",
+ "רן",
+ "רעי",
+ "רפאל",
+ "שאול",
+ "שגב",
+ "שגיא",
+ "שובל",
+ "שוהם",
+ "שחף",
+ "שחק",
+ "שחר",
+ "שי",
+ "שי לי",
+ "שילה",
+ "שיר",
+ "שלום",
+ "שלומי",
+ "שלמה",
+ "שמאי",
+ "שמואל",
+ "שמחה",
+ "שמעון",
+ "שקד",
+ "שרון",
+ "תבור",
+ "תו",
+ "תום",
+ "תומר",
+ "תיאו",
+ "תמיר"
+ ]; \ No newline at end of file
diff --git a/lib/locales/he/name/name.js b/lib/locales/he/name/name.js
new file mode 100644
index 00000000..4d7f698d
--- /dev/null
+++ b/lib/locales/he/name/name.js
@@ -0,0 +1,8 @@
+module["exports"] = [
+ "#{prefix} #{first_name} #{last_name}",
+ "#{first_name} #{last_name} #{suffix}",
+ "#{first_name} #{last_name}",
+ "#{first_name} #{last_name}",
+ "#{male_first_name} #{last_name}",
+ "#{female_first_name} #{last_name}"
+];
diff --git a/lib/locales/he/name/prefix.js b/lib/locales/he/name/prefix.js
new file mode 100644
index 00000000..786eaee9
--- /dev/null
+++ b/lib/locales/he/name/prefix.js
@@ -0,0 +1,7 @@
+module["exports"] = [
+ "Mr.",
+ "Mrs.",
+ "Ms.",
+ "Miss",
+ "Dr."
+];
diff --git a/lib/locales/he/name/suffix.js b/lib/locales/he/name/suffix.js
new file mode 100644
index 00000000..544572cb
--- /dev/null
+++ b/lib/locales/he/name/suffix.js
@@ -0,0 +1,13 @@
+module["exports"] = [
+ "Jr.",
+ "Sr.",
+ "I",
+ "II",
+ "III",
+ "IV",
+ "V",
+ "MD",
+ "DDS",
+ "PhD",
+ "DVM"
+];
diff --git a/lib/locales/he/name/title.js b/lib/locales/he/name/title.js
new file mode 100644
index 00000000..df4228f3
--- /dev/null
+++ b/lib/locales/he/name/title.js
@@ -0,0 +1,92 @@
+module["exports"] = {
+ "descriptor": [
+ "Lead",
+ "Senior",
+ "Direct",
+ "Corporate",
+ "Dynamic",
+ "Future",
+ "Product",
+ "National",
+ "Regional",
+ "District",
+ "Central",
+ "Global",
+ "Customer",
+ "Investor",
+ "Dynamic",
+ "International",
+ "Legacy",
+ "Forward",
+ "Internal",
+ "Human",
+ "Chief",
+ "Principal"
+ ],
+ "level": [
+ "Solutions",
+ "Program",
+ "Brand",
+ "Security",
+ "Research",
+ "Marketing",
+ "Directives",
+ "Implementation",
+ "Integration",
+ "Functionality",
+ "Response",
+ "Paradigm",
+ "Tactics",
+ "Identity",
+ "Markets",
+ "Group",
+ "Division",
+ "Applications",
+ "Optimization",
+ "Operations",
+ "Infrastructure",
+ "Intranet",
+ "Communications",
+ "Web",
+ "Branding",
+ "Quality",
+ "Assurance",
+ "Mobility",
+ "Accounts",
+ "Data",
+ "Creative",
+ "Configuration",
+ "Accountability",
+ "Interactions",
+ "Factors",
+ "Usability",
+ "Metrics"
+ ],
+ "job": [
+ "Supervisor",
+ "Associate",
+ "Executive",
+ "Liaison",
+ "Officer",
+ "Manager",
+ "Engineer",
+ "Specialist",
+ "Director",
+ "Coordinator",
+ "Administrator",
+ "Architect",
+ "Analyst",
+ "Designer",
+ "Planner",
+ "Orchestrator",
+ "Technician",
+ "Developer",
+ "Producer",
+ "Consultant",
+ "Assistant",
+ "Facilitator",
+ "Agent",
+ "Representative",
+ "Strategist"
+ ]
+};
diff --git a/lib/locales/he/phone_number/formats.js b/lib/locales/he/phone_number/formats.js
new file mode 100644
index 00000000..d3eec219
--- /dev/null
+++ b/lib/locales/he/phone_number/formats.js
@@ -0,0 +1,22 @@
+module["exports"] = [
+ "!##-!##-####",
+ "(!##) !##-####",
+ "1-!##-!##-####",
+ "!##.!##.####",
+ "!##-!##-####",
+ "(!##) !##-####",
+ "1-!##-!##-####",
+ "!##.!##.####",
+ "!##-!##-#### x###",
+ "(!##) !##-#### x###",
+ "1-!##-!##-#### x###",
+ "!##.!##.#### x###",
+ "!##-!##-#### x####",
+ "(!##) !##-#### x####",
+ "1-!##-!##-#### x####",
+ "!##.!##.#### x####",
+ "!##-!##-#### x#####",
+ "(!##) !##-#### x#####",
+ "1-!##-!##-#### x#####",
+ "!##.!##.#### x#####"
+];
diff --git a/lib/locales/he/phone_number/index.js b/lib/locales/he/phone_number/index.js
new file mode 100644
index 00000000..8d35e011
--- /dev/null
+++ b/lib/locales/he/phone_number/index.js
@@ -0,0 +1,3 @@
+var phone_number = {};
+module['exports'] = phone_number;
+phone_number.formats = require("./formats");
diff --git a/locale/he.js b/locale/he.js
new file mode 100644
index 00000000..edbd05d7
--- /dev/null
+++ b/locale/he.js
@@ -0,0 +1,5 @@
+var Faker = require('../lib');
+var faker = new Faker({ locale: 'he', localeFallback: 'en' });
+faker.locales['he'] = require('../lib/locales/he');
+faker.locales['en'] = require('../lib/locales/en');
+module['exports'] = faker;