From 84b8d4e30112f257f5346a896eca36e2b18c5589 Mon Sep 17 00:00:00 2001 From: Oscar Marcelo Date: Sun, 31 May 2020 18:58:41 +0100 Subject: Normalize "English (Australia Ocker)" country code --- lib/locales.js | 2 +- lib/locales/en_au_ocker/index.js | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'lib') diff --git a/lib/locales.js b/lib/locales.js index db99a245..62f560f5 100644 --- a/lib/locales.js +++ b/lib/locales.js @@ -13,7 +13,7 @@ exports['en_IE'] = require('./locales/en_IE'); exports['en_IND'] = require('./locales/en_IND'); exports['en_US'] = require('./locales/en_US'); exports['en_ZA'] = require('./locales/en_ZA'); -exports['en_au_ocker'] = require('./locales/en_au_ocker'); +exports['en_AU_ocker'] = require('./locales/en_AU_ocker'); exports['es'] = require('./locales/es'); exports['es_MX'] = require('./locales/es_MX'); exports['fa'] = require('./locales/fa'); diff --git a/lib/locales/en_au_ocker/index.js b/lib/locales/en_au_ocker/index.js index d8433ae0..9a7a6580 100644 --- a/lib/locales/en_au_ocker/index.js +++ b/lib/locales/en_au_ocker/index.js @@ -1,8 +1,8 @@ -var en_au_ocker = {}; -module['exports'] = en_au_ocker; -en_au_ocker.title = "Australia Ocker (English)"; -en_au_ocker.name = require("./name"); -en_au_ocker.company = require("./company"); -en_au_ocker.internet = require("./internet"); -en_au_ocker.address = require("./address"); -en_au_ocker.phone_number = require("./phone_number"); +var en_AU_ocker = {}; +module['exports'] = en_AU_ocker; +en_AU_ocker.title = "Australia Ocker (English)"; +en_AU_ocker.name = require("./name"); +en_AU_ocker.company = require("./company"); +en_AU_ocker.internet = require("./internet"); +en_AU_ocker.address = require("./address"); +en_AU_ocker.phone_number = require("./phone_number"); -- cgit v1.2.3 From ca0d981a9a74ca90326d5a6c92c389fc26427157 Mon Sep 17 00:00:00 2001 From: Oscar Marcelo Date: Sun, 31 May 2020 19:08:19 +0100 Subject: Normalize locale titles to (loosely) comply with Unicode BCP 47 - All locale titles are now in the format " ( ); - "Greek" is now in english. --- lib/locales/af_ZA/index.js | 2 +- lib/locales/el/index.js | 2 +- lib/locales/en_AU/index.js | 2 +- lib/locales/en_BORK/index.js | 2 +- lib/locales/en_CA/index.js | 2 +- lib/locales/en_GB/index.js | 2 +- lib/locales/en_IE/index.js | 2 +- lib/locales/en_IND/index.js | 2 +- lib/locales/en_US/index.js | 2 +- lib/locales/en_ZA/index.js | 4 ++-- lib/locales/es_MX/index.js | 4 ++-- lib/locales/fr_CA/index.js | 2 +- lib/locales/zu_ZA/index.js | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) (limited to 'lib') diff --git a/lib/locales/af_ZA/index.js b/lib/locales/af_ZA/index.js index 4385c355..83837c34 100644 --- a/lib/locales/af_ZA/index.js +++ b/lib/locales/af_ZA/index.js @@ -1,6 +1,6 @@ var en_ZA = {}; module['exports'] = en_ZA; -en_ZA.title = "South Africa (Afrikaans)"; +en_ZA.title = "Afrikaans"; en_ZA.address = require("./address"); en_ZA.internet = require("./internet"); en_ZA.phone_number = require("./phone_number"); diff --git a/lib/locales/el/index.js b/lib/locales/el/index.js index b3323d45..a071e197 100644 --- a/lib/locales/el/index.js +++ b/lib/locales/el/index.js @@ -1,6 +1,6 @@ var el = {}; module['exports'] = el; -el.title = "Ελληνικά"; +el.title = "Greek"; el.separator = " & "; el.address = require("./address"); el.credit_card = require("./credit_card"); diff --git a/lib/locales/en_AU/index.js b/lib/locales/en_AU/index.js index fe85231f..1ed678b4 100644 --- a/lib/locales/en_AU/index.js +++ b/lib/locales/en_AU/index.js @@ -1,6 +1,6 @@ var en_AU = {}; module['exports'] = en_AU; -en_AU.title = "Australia (English)"; +en_AU.title = "English (Australia)"; en_AU.name = require("./name"); en_AU.company = require("./company"); en_AU.internet = require("./internet"); diff --git a/lib/locales/en_BORK/index.js b/lib/locales/en_BORK/index.js index 238c2b2c..1a05c8b2 100644 --- a/lib/locales/en_BORK/index.js +++ b/lib/locales/en_BORK/index.js @@ -1,4 +1,4 @@ var en_BORK = {}; module['exports'] = en_BORK; -en_BORK.title = "Bork (English)"; +en_BORK.title = "English (Bork)"; en_BORK.lorem = require("./lorem"); diff --git a/lib/locales/en_CA/index.js b/lib/locales/en_CA/index.js index e278a1e3..ac6ed0f6 100644 --- a/lib/locales/en_CA/index.js +++ b/lib/locales/en_CA/index.js @@ -1,6 +1,6 @@ var en_CA = {}; module['exports'] = en_CA; -en_CA.title = "Canada (English)"; +en_CA.title = "English (Canada)"; en_CA.address = require("./address"); en_CA.internet = require("./internet"); en_CA.phone_number = require("./phone_number"); diff --git a/lib/locales/en_GB/index.js b/lib/locales/en_GB/index.js index 5a7c221b..bc271835 100644 --- a/lib/locales/en_GB/index.js +++ b/lib/locales/en_GB/index.js @@ -1,6 +1,6 @@ var en_GB = {}; module['exports'] = en_GB; -en_GB.title = "Great Britain (English)"; +en_GB.title = "English (Great Britain)"; en_GB.address = require("./address"); en_GB.internet = require("./internet"); en_GB.phone_number = require("./phone_number"); diff --git a/lib/locales/en_IE/index.js b/lib/locales/en_IE/index.js index 6b0d2693..22a8adee 100644 --- a/lib/locales/en_IE/index.js +++ b/lib/locales/en_IE/index.js @@ -1,6 +1,6 @@ var en_IE = {}; module['exports'] = en_IE; -en_IE.title = "Ireland (English)"; +en_IE.title = "English (Ireland)"; en_IE.address = require("./address"); en_IE.internet = require("./internet"); en_IE.phone_number = require("./phone_number"); diff --git a/lib/locales/en_IND/index.js b/lib/locales/en_IND/index.js index beca2692..95777091 100644 --- a/lib/locales/en_IND/index.js +++ b/lib/locales/en_IND/index.js @@ -1,6 +1,6 @@ var en_IND = {}; module['exports'] = en_IND; -en_IND.title = "India (English)"; +en_IND.title = "English (India)"; en_IND.name = require("./name"); en_IND.address = require("./address"); en_IND.internet = require("./internet"); diff --git a/lib/locales/en_US/index.js b/lib/locales/en_US/index.js index 260a1878..25683087 100644 --- a/lib/locales/en_US/index.js +++ b/lib/locales/en_US/index.js @@ -1,6 +1,6 @@ var en_US = {}; module['exports'] = en_US; -en_US.title = "United States (English)"; +en_US.title = "English (United States)"; en_US.internet = require("./internet"); en_US.address = require("./address"); en_US.phone_number = require("./phone_number"); diff --git a/lib/locales/en_ZA/index.js b/lib/locales/en_ZA/index.js index af562ffa..e93304e0 100644 --- a/lib/locales/en_ZA/index.js +++ b/lib/locales/en_ZA/index.js @@ -1,9 +1,9 @@ var en_ZA = {}; module['exports'] = en_ZA; -en_ZA.title = "South Africa (English)"; +en_ZA.title = "English (South Africa)"; en_ZA.address = require("./address"); en_ZA.internet = require("./internet"); en_ZA.name = require("./name"); en_ZA.phone_number = require("./phone_number"); en_ZA.cell_phone = require("./cell_phone"); -en_ZA.company = require("./company"); \ No newline at end of file +en_ZA.company = require("./company"); diff --git a/lib/locales/es_MX/index.js b/lib/locales/es_MX/index.js index 1f2c95c0..d49087b6 100644 --- a/lib/locales/es_MX/index.js +++ b/lib/locales/es_MX/index.js @@ -1,6 +1,6 @@ var es_MX = {}; module['exports'] = es_MX; -es_MX.title = "Spanish Mexico"; +es_MX.title = "Spanish (Mexico)"; es_MX.separator = " & "; es_MX.name = require("./name"); es_MX.address = require("./address"); @@ -10,4 +10,4 @@ es_MX.phone_number = require("./phone_number"); es_MX.cell_phone = require("./cell_phone"); es_MX.lorem = require("./lorem"); es_MX.commerce = require("./commerce"); -es_MX.team = require("./team"); \ No newline at end of file +es_MX.team = require("./team"); diff --git a/lib/locales/fr_CA/index.js b/lib/locales/fr_CA/index.js index c3e42cb8..29cfce83 100644 --- a/lib/locales/fr_CA/index.js +++ b/lib/locales/fr_CA/index.js @@ -1,6 +1,6 @@ var fr_CA = {}; module['exports'] = fr_CA; -fr_CA.title = "Canada (French)"; +fr_CA.title = "French (Canada)"; fr_CA.address = require("./address"); fr_CA.internet = require("./internet"); fr_CA.phone_number = require("./phone_number"); diff --git a/lib/locales/zu_ZA/index.js b/lib/locales/zu_ZA/index.js index 978d9087..4c86e78b 100644 --- a/lib/locales/zu_ZA/index.js +++ b/lib/locales/zu_ZA/index.js @@ -1,6 +1,6 @@ var en_ZA = {}; module['exports'] = en_ZA; -en_ZA.title = "South Africa (Zulu)"; +en_ZA.title = "Zulu (South Africa)"; en_ZA.address = require("./address"); en_ZA.internet = require("./internet"); en_ZA.phone_number = require("./phone_number"); -- cgit v1.2.3 From e6c9b8459b284d252959ca5bd7328587408c601f Mon Sep 17 00:00:00 2001 From: Oscar Marcelo Date: Sun, 31 May 2020 19:53:10 +0100 Subject: Normalize "English (Australia Ocker)" --- lib/locales/en_au_ocker/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/locales/en_au_ocker/index.js b/lib/locales/en_au_ocker/index.js index 9a7a6580..2efbf804 100644 --- a/lib/locales/en_au_ocker/index.js +++ b/lib/locales/en_au_ocker/index.js @@ -1,6 +1,6 @@ var en_AU_ocker = {}; module['exports'] = en_AU_ocker; -en_AU_ocker.title = "Australia Ocker (English)"; +en_AU_ocker.title = "English (Australia Ocker)"; en_AU_ocker.name = require("./name"); en_AU_ocker.company = require("./company"); en_AU_ocker.internet = require("./internet"); -- cgit v1.2.3 From ea790693f12713f7f356e5a6dbc6ded8d1b06d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christophe=20Gesch=C3=A9?= Date: Sat, 8 Aug 2020 00:22:13 +0200 Subject: Fix test (by fix directory case) --- lib/locales.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/locales.js b/lib/locales.js index 62f560f5..fac08c1b 100644 --- a/lib/locales.js +++ b/lib/locales.js @@ -6,6 +6,7 @@ exports['de_AT'] = require('./locales/de_AT'); exports['de_CH'] = require('./locales/de_CH'); exports['en'] = require('./locales/en'); exports['en_AU'] = require('./locales/en_AU'); +exports['en_AU_ocker'] = require('./locales/en_AU_ocker'); exports['en_BORK'] = require('./locales/en_BORK'); exports['en_CA'] = require('./locales/en_CA'); exports['en_GB'] = require('./locales/en_GB'); @@ -13,7 +14,6 @@ exports['en_IE'] = require('./locales/en_IE'); exports['en_IND'] = require('./locales/en_IND'); exports['en_US'] = require('./locales/en_US'); exports['en_ZA'] = require('./locales/en_ZA'); -exports['en_AU_ocker'] = require('./locales/en_AU_ocker'); exports['es'] = require('./locales/es'); exports['es_MX'] = require('./locales/es_MX'); exports['fa'] = require('./locales/fa'); @@ -27,8 +27,8 @@ exports['ja'] = require('./locales/ja'); exports['ko'] = require('./locales/ko'); exports['nb_NO'] = require('./locales/nb_NO'); exports['nep'] = require('./locales/nep'); -exports['nl_BE'] = require('./locales/nl_BE'); exports['nl'] = require('./locales/nl'); +exports['nl_BE'] = require('./locales/nl_BE'); exports['pl'] = require('./locales/pl'); exports['pt_BR'] = require('./locales/pt_BR'); exports['pt_PT'] = require('./locales/pt_PT'); -- cgit v1.2.3 From 6b3fafda149793cb1073098681088fa8458092f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christophe=20Gesch=C3=A9?= Date: Sat, 8 Aug 2020 00:42:50 +0200 Subject: rename with underscore --- .../en_AU_ocker_/address/building_number.js | 5 + lib/locales/en_AU_ocker_/address/city.js | 3 + lib/locales/en_AU_ocker_/address/city_prefix.js | 14 +++ .../en_AU_ocker_/address/default_country.js | 3 + lib/locales/en_AU_ocker_/address/index.js | 13 +++ lib/locales/en_AU_ocker_/address/postcode.js | 9 ++ lib/locales/en_AU_ocker_/address/region.js | 9 ++ lib/locales/en_AU_ocker_/address/state.js | 10 ++ lib/locales/en_AU_ocker_/address/state_abbr.js | 10 ++ lib/locales/en_AU_ocker_/address/street_name.js | 3 + lib/locales/en_AU_ocker_/address/street_root.js | 6 ++ lib/locales/en_AU_ocker_/address/street_suffix.js | 39 ++++++++ lib/locales/en_AU_ocker_/company/index.js | 3 + lib/locales/en_AU_ocker_/company/suffix.js | 8 ++ lib/locales/en_AU_ocker_/index.js | 8 ++ lib/locales/en_AU_ocker_/internet/domain_suffix.js | 8 ++ lib/locales/en_AU_ocker_/internet/index.js | 3 + lib/locales/en_AU_ocker_/name/first_name.js | 106 +++++++++++++++++++++ lib/locales/en_AU_ocker_/name/index.js | 5 + lib/locales/en_AU_ocker_/name/last_name.js | 26 +++++ lib/locales/en_AU_ocker_/name/ocker_first_name.js | 8 ++ lib/locales/en_AU_ocker_/phone_number/formats.js | 6 ++ lib/locales/en_AU_ocker_/phone_number/index.js | 3 + lib/locales/en_au_ocker/address/building_number.js | 5 - lib/locales/en_au_ocker/address/city.js | 3 - lib/locales/en_au_ocker/address/city_prefix.js | 14 --- lib/locales/en_au_ocker/address/default_country.js | 3 - lib/locales/en_au_ocker/address/index.js | 13 --- lib/locales/en_au_ocker/address/postcode.js | 9 -- lib/locales/en_au_ocker/address/region.js | 9 -- lib/locales/en_au_ocker/address/state.js | 10 -- lib/locales/en_au_ocker/address/state_abbr.js | 10 -- lib/locales/en_au_ocker/address/street_name.js | 3 - lib/locales/en_au_ocker/address/street_root.js | 6 -- lib/locales/en_au_ocker/address/street_suffix.js | 39 -------- lib/locales/en_au_ocker/company/index.js | 3 - lib/locales/en_au_ocker/company/suffix.js | 8 -- lib/locales/en_au_ocker/index.js | 8 -- lib/locales/en_au_ocker/internet/domain_suffix.js | 8 -- lib/locales/en_au_ocker/internet/index.js | 3 - lib/locales/en_au_ocker/name/first_name.js | 106 --------------------- lib/locales/en_au_ocker/name/index.js | 5 - lib/locales/en_au_ocker/name/last_name.js | 26 ----- lib/locales/en_au_ocker/name/ocker_first_name.js | 8 -- lib/locales/en_au_ocker/phone_number/formats.js | 6 -- lib/locales/en_au_ocker/phone_number/index.js | 3 - 46 files changed, 308 insertions(+), 308 deletions(-) create mode 100644 lib/locales/en_AU_ocker_/address/building_number.js create mode 100644 lib/locales/en_AU_ocker_/address/city.js create mode 100644 lib/locales/en_AU_ocker_/address/city_prefix.js create mode 100644 lib/locales/en_AU_ocker_/address/default_country.js create mode 100644 lib/locales/en_AU_ocker_/address/index.js create mode 100644 lib/locales/en_AU_ocker_/address/postcode.js create mode 100644 lib/locales/en_AU_ocker_/address/region.js create mode 100644 lib/locales/en_AU_ocker_/address/state.js create mode 100644 lib/locales/en_AU_ocker_/address/state_abbr.js create mode 100644 lib/locales/en_AU_ocker_/address/street_name.js create mode 100644 lib/locales/en_AU_ocker_/address/street_root.js create mode 100644 lib/locales/en_AU_ocker_/address/street_suffix.js create mode 100644 lib/locales/en_AU_ocker_/company/index.js create mode 100644 lib/locales/en_AU_ocker_/company/suffix.js create mode 100644 lib/locales/en_AU_ocker_/index.js create mode 100644 lib/locales/en_AU_ocker_/internet/domain_suffix.js create mode 100644 lib/locales/en_AU_ocker_/internet/index.js create mode 100644 lib/locales/en_AU_ocker_/name/first_name.js create mode 100644 lib/locales/en_AU_ocker_/name/index.js create mode 100644 lib/locales/en_AU_ocker_/name/last_name.js create mode 100644 lib/locales/en_AU_ocker_/name/ocker_first_name.js create mode 100644 lib/locales/en_AU_ocker_/phone_number/formats.js create mode 100644 lib/locales/en_AU_ocker_/phone_number/index.js delete mode 100644 lib/locales/en_au_ocker/address/building_number.js delete mode 100644 lib/locales/en_au_ocker/address/city.js delete mode 100644 lib/locales/en_au_ocker/address/city_prefix.js delete mode 100644 lib/locales/en_au_ocker/address/default_country.js delete mode 100644 lib/locales/en_au_ocker/address/index.js delete mode 100644 lib/locales/en_au_ocker/address/postcode.js delete mode 100644 lib/locales/en_au_ocker/address/region.js delete mode 100644 lib/locales/en_au_ocker/address/state.js delete mode 100644 lib/locales/en_au_ocker/address/state_abbr.js delete mode 100644 lib/locales/en_au_ocker/address/street_name.js delete mode 100644 lib/locales/en_au_ocker/address/street_root.js delete mode 100644 lib/locales/en_au_ocker/address/street_suffix.js delete mode 100644 lib/locales/en_au_ocker/company/index.js delete mode 100644 lib/locales/en_au_ocker/company/suffix.js delete mode 100644 lib/locales/en_au_ocker/index.js delete mode 100644 lib/locales/en_au_ocker/internet/domain_suffix.js delete mode 100644 lib/locales/en_au_ocker/internet/index.js delete mode 100644 lib/locales/en_au_ocker/name/first_name.js delete mode 100644 lib/locales/en_au_ocker/name/index.js delete mode 100644 lib/locales/en_au_ocker/name/last_name.js delete mode 100644 lib/locales/en_au_ocker/name/ocker_first_name.js delete mode 100644 lib/locales/en_au_ocker/phone_number/formats.js delete mode 100644 lib/locales/en_au_ocker/phone_number/index.js (limited to 'lib') diff --git a/lib/locales/en_AU_ocker_/address/building_number.js b/lib/locales/en_AU_ocker_/address/building_number.js new file mode 100644 index 00000000..64b7c4e5 --- /dev/null +++ b/lib/locales/en_AU_ocker_/address/building_number.js @@ -0,0 +1,5 @@ +module["exports"] = [ + "####", + "###", + "##" +]; diff --git a/lib/locales/en_AU_ocker_/address/city.js b/lib/locales/en_AU_ocker_/address/city.js new file mode 100644 index 00000000..f014e156 --- /dev/null +++ b/lib/locales/en_AU_ocker_/address/city.js @@ -0,0 +1,3 @@ +module["exports"] = [ + "#{city_prefix}" +]; diff --git a/lib/locales/en_AU_ocker_/address/city_prefix.js b/lib/locales/en_AU_ocker_/address/city_prefix.js new file mode 100644 index 00000000..c39eca19 --- /dev/null +++ b/lib/locales/en_AU_ocker_/address/city_prefix.js @@ -0,0 +1,14 @@ +module["exports"] = [ + "Bondi", + "Burleigh Heads", + "Carlton", + "Fitzroy", + "Fremantle", + "Glenelg", + "Manly", + "Noosa", + "Stones Corner", + "St Kilda", + "Surry Hills", + "Yarra Valley" +]; diff --git a/lib/locales/en_AU_ocker_/address/default_country.js b/lib/locales/en_AU_ocker_/address/default_country.js new file mode 100644 index 00000000..807e44ac --- /dev/null +++ b/lib/locales/en_AU_ocker_/address/default_country.js @@ -0,0 +1,3 @@ +module["exports"] = [ + "Australia" +]; diff --git a/lib/locales/en_AU_ocker_/address/index.js b/lib/locales/en_AU_ocker_/address/index.js new file mode 100644 index 00000000..c8459541 --- /dev/null +++ b/lib/locales/en_AU_ocker_/address/index.js @@ -0,0 +1,13 @@ +var address = {}; +module['exports'] = address; +address.street_root = require("./street_root"); +address.street_name = require("./street_name"); +address.city_prefix = require("./city_prefix"); +address.city = require("./city"); +address.state_abbr = require("./state_abbr"); +address.region = require("./region"); +address.state = require("./state"); +address.postcode = require("./postcode"); +address.building_number = require("./building_number"); +address.street_suffix = require("./street_suffix"); +address.default_country = require("./default_country"); diff --git a/lib/locales/en_AU_ocker_/address/postcode.js b/lib/locales/en_AU_ocker_/address/postcode.js new file mode 100644 index 00000000..548bbd8a --- /dev/null +++ b/lib/locales/en_AU_ocker_/address/postcode.js @@ -0,0 +1,9 @@ +module["exports"] = [ + "0###", + "2###", + "3###", + "4###", + "5###", + "6###", + "7###" +]; diff --git a/lib/locales/en_AU_ocker_/address/region.js b/lib/locales/en_AU_ocker_/address/region.js new file mode 100644 index 00000000..22803f7b --- /dev/null +++ b/lib/locales/en_AU_ocker_/address/region.js @@ -0,0 +1,9 @@ +module["exports"] = [ + "South East Queensland", + "Wide Bay Burnett", + "Margaret River", + "Port Pirie", + "Gippsland", + "Elizabeth", + "Barossa" +]; diff --git a/lib/locales/en_AU_ocker_/address/state.js b/lib/locales/en_AU_ocker_/address/state.js new file mode 100644 index 00000000..e779165a --- /dev/null +++ b/lib/locales/en_AU_ocker_/address/state.js @@ -0,0 +1,10 @@ +module["exports"] = [ + "New South Wales", + "Queensland", + "Northern Territory", + "South Australia", + "Western Australia", + "Tasmania", + "Australian Capital Territory", + "Victoria" +]; diff --git a/lib/locales/en_AU_ocker_/address/state_abbr.js b/lib/locales/en_AU_ocker_/address/state_abbr.js new file mode 100644 index 00000000..3de0a30f --- /dev/null +++ b/lib/locales/en_AU_ocker_/address/state_abbr.js @@ -0,0 +1,10 @@ +module["exports"] = [ + "NSW", + "QLD", + "NT", + "SA", + "WA", + "TAS", + "ACT", + "VIC" +]; diff --git a/lib/locales/en_AU_ocker_/address/street_name.js b/lib/locales/en_AU_ocker_/address/street_name.js new file mode 100644 index 00000000..7debe2ae --- /dev/null +++ b/lib/locales/en_AU_ocker_/address/street_name.js @@ -0,0 +1,3 @@ +module["exports"] = [ + "#{street_root}" +]; diff --git a/lib/locales/en_AU_ocker_/address/street_root.js b/lib/locales/en_AU_ocker_/address/street_root.js new file mode 100644 index 00000000..250b7358 --- /dev/null +++ b/lib/locales/en_AU_ocker_/address/street_root.js @@ -0,0 +1,6 @@ +module["exports"] = [ + "Ramsay Street", + "Bonnie Doon", + "Cavill Avenue", + "Queen Street" +]; diff --git a/lib/locales/en_AU_ocker_/address/street_suffix.js b/lib/locales/en_AU_ocker_/address/street_suffix.js new file mode 100644 index 00000000..1f9fa2e2 --- /dev/null +++ b/lib/locales/en_AU_ocker_/address/street_suffix.js @@ -0,0 +1,39 @@ +module["exports"] = [ + "Avenue", + "Boulevard", + "Circle", + "Circuit", + "Court", + "Crescent", + "Crest", + "Drive", + "Estate Dr", + "Grove", + "Hill", + "Island", + "Junction", + "Knoll", + "Lane", + "Loop", + "Mall", + "Manor", + "Meadow", + "Mews", + "Parade", + "Parkway", + "Pass", + "Place", + "Plaza", + "Ridge", + "Road", + "Run", + "Square", + "Station St", + "Street", + "Summit", + "Terrace", + "Track", + "Trail", + "View Rd", + "Way" +]; diff --git a/lib/locales/en_AU_ocker_/company/index.js b/lib/locales/en_AU_ocker_/company/index.js new file mode 100644 index 00000000..ddd41f55 --- /dev/null +++ b/lib/locales/en_AU_ocker_/company/index.js @@ -0,0 +1,3 @@ +var company = {}; +module['exports'] = company; +company.suffix = require("./suffix"); diff --git a/lib/locales/en_AU_ocker_/company/suffix.js b/lib/locales/en_AU_ocker_/company/suffix.js new file mode 100644 index 00000000..5a10566b --- /dev/null +++ b/lib/locales/en_AU_ocker_/company/suffix.js @@ -0,0 +1,8 @@ +module["exports"] = [ + "Pty Ltd", + "and Sons", + "Corp", + "Group", + "Brothers", + "Partners" +]; diff --git a/lib/locales/en_AU_ocker_/index.js b/lib/locales/en_AU_ocker_/index.js new file mode 100644 index 00000000..2efbf804 --- /dev/null +++ b/lib/locales/en_AU_ocker_/index.js @@ -0,0 +1,8 @@ +var en_AU_ocker = {}; +module['exports'] = en_AU_ocker; +en_AU_ocker.title = "English (Australia Ocker)"; +en_AU_ocker.name = require("./name"); +en_AU_ocker.company = require("./company"); +en_AU_ocker.internet = require("./internet"); +en_AU_ocker.address = require("./address"); +en_AU_ocker.phone_number = require("./phone_number"); diff --git a/lib/locales/en_AU_ocker_/internet/domain_suffix.js b/lib/locales/en_AU_ocker_/internet/domain_suffix.js new file mode 100644 index 00000000..9cd2e22a --- /dev/null +++ b/lib/locales/en_AU_ocker_/internet/domain_suffix.js @@ -0,0 +1,8 @@ +module["exports"] = [ + "com.au", + "com", + "net.au", + "net", + "org.au", + "org" +]; diff --git a/lib/locales/en_AU_ocker_/internet/index.js b/lib/locales/en_AU_ocker_/internet/index.js new file mode 100644 index 00000000..abfa2480 --- /dev/null +++ b/lib/locales/en_AU_ocker_/internet/index.js @@ -0,0 +1,3 @@ +var internet = {}; +module['exports'] = internet; +internet.domain_suffix = require("./domain_suffix"); diff --git a/lib/locales/en_AU_ocker_/name/first_name.js b/lib/locales/en_AU_ocker_/name/first_name.js new file mode 100644 index 00000000..a7e0a7ad --- /dev/null +++ b/lib/locales/en_AU_ocker_/name/first_name.js @@ -0,0 +1,106 @@ +module["exports"] = [ + "Charlotte", + "Ava", + "Chloe", + "Emily", + "Olivia", + "Zoe", + "Lily", + "Sophie", + "Amelia", + "Sofia", + "Ella", + "Isabella", + "Ruby", + "Sienna", + "Mia+3", + "Grace", + "Emma", + "Ivy", + "Layla", + "Abigail", + "Isla", + "Hannah", + "Zara", + "Lucy", + "Evie", + "Annabelle", + "Madison", + "Alice", + "Georgia", + "Maya", + "Madeline", + "Audrey", + "Scarlett", + "Isabelle", + "Chelsea", + "Mila", + "Holly", + "Indiana", + "Poppy", + "Harper", + "Sarah", + "Alyssa", + "Jasmine", + "Imogen", + "Hayley", + "Pheobe", + "Eva", + "Evelyn", + "Mackenzie", + "Ayla", + "Oliver", + "Jack", + "Jackson", + "William", + "Ethan", + "Charlie", + "Lucas", + "Cooper", + "Lachlan", + "Noah", + "Liam", + "Alexander", + "Max", + "Isaac", + "Thomas", + "Xavier", + "Oscar", + "Benjamin", + "Aiden", + "Mason", + "Samuel", + "James", + "Levi", + "Riley", + "Harrison", + "Ryan", + "Henry", + "Jacob", + "Joshua", + "Leo", + "Zach", + "Harry", + "Hunter", + "Flynn", + "Archie", + "Tyler", + "Elijah", + "Hayden", + "Jayden", + "Blake", + "Archer", + "Ashton", + "Sebastian", + "Zachery", + "Lincoln", + "Mitchell", + "Luca", + "Nathan", + "Kai", + "Connor", + "Tom", + "Nigel", + "Matt", + "Sean" +]; diff --git a/lib/locales/en_AU_ocker_/name/index.js b/lib/locales/en_AU_ocker_/name/index.js new file mode 100644 index 00000000..a5463b09 --- /dev/null +++ b/lib/locales/en_AU_ocker_/name/index.js @@ -0,0 +1,5 @@ +var name = {}; +module['exports'] = name; +name.first_name = require("./first_name"); +name.last_name = require("./last_name"); +name.ocker_first_name = require("./ocker_first_name"); diff --git a/lib/locales/en_AU_ocker_/name/last_name.js b/lib/locales/en_AU_ocker_/name/last_name.js new file mode 100644 index 00000000..ded4d852 --- /dev/null +++ b/lib/locales/en_AU_ocker_/name/last_name.js @@ -0,0 +1,26 @@ +module["exports"] = [ + "Smith", + "Jones", + "Williams", + "Brown", + "Wilson", + "Taylor", + "Morton", + "White", + "Martin", + "Anderson", + "Thompson", + "Nguyen", + "Thomas", + "Walker", + "Harris", + "Lee", + "Ryan", + "Robinson", + "Kelly", + "King", + "Rausch", + "Ridge", + "Connolly", + "LeQuesne" +]; diff --git a/lib/locales/en_AU_ocker_/name/ocker_first_name.js b/lib/locales/en_AU_ocker_/name/ocker_first_name.js new file mode 100644 index 00000000..7c964c8a --- /dev/null +++ b/lib/locales/en_AU_ocker_/name/ocker_first_name.js @@ -0,0 +1,8 @@ +module["exports"] = [ + "Bazza", + "Bluey", + "Davo", + "Johno", + "Shano", + "Shazza" +]; diff --git a/lib/locales/en_AU_ocker_/phone_number/formats.js b/lib/locales/en_AU_ocker_/phone_number/formats.js new file mode 100644 index 00000000..7b353239 --- /dev/null +++ b/lib/locales/en_AU_ocker_/phone_number/formats.js @@ -0,0 +1,6 @@ +module["exports"] = [ + "0# #### ####", + "+61 # #### ####", + "04## ### ###", + "+61 4## ### ###" +]; diff --git a/lib/locales/en_AU_ocker_/phone_number/index.js b/lib/locales/en_AU_ocker_/phone_number/index.js new file mode 100644 index 00000000..8d35e011 --- /dev/null +++ b/lib/locales/en_AU_ocker_/phone_number/index.js @@ -0,0 +1,3 @@ +var phone_number = {}; +module['exports'] = phone_number; +phone_number.formats = require("./formats"); diff --git a/lib/locales/en_au_ocker/address/building_number.js b/lib/locales/en_au_ocker/address/building_number.js deleted file mode 100644 index 64b7c4e5..00000000 --- a/lib/locales/en_au_ocker/address/building_number.js +++ /dev/null @@ -1,5 +0,0 @@ -module["exports"] = [ - "####", - "###", - "##" -]; diff --git a/lib/locales/en_au_ocker/address/city.js b/lib/locales/en_au_ocker/address/city.js deleted file mode 100644 index f014e156..00000000 --- a/lib/locales/en_au_ocker/address/city.js +++ /dev/null @@ -1,3 +0,0 @@ -module["exports"] = [ - "#{city_prefix}" -]; diff --git a/lib/locales/en_au_ocker/address/city_prefix.js b/lib/locales/en_au_ocker/address/city_prefix.js deleted file mode 100644 index c39eca19..00000000 --- a/lib/locales/en_au_ocker/address/city_prefix.js +++ /dev/null @@ -1,14 +0,0 @@ -module["exports"] = [ - "Bondi", - "Burleigh Heads", - "Carlton", - "Fitzroy", - "Fremantle", - "Glenelg", - "Manly", - "Noosa", - "Stones Corner", - "St Kilda", - "Surry Hills", - "Yarra Valley" -]; diff --git a/lib/locales/en_au_ocker/address/default_country.js b/lib/locales/en_au_ocker/address/default_country.js deleted file mode 100644 index 807e44ac..00000000 --- a/lib/locales/en_au_ocker/address/default_country.js +++ /dev/null @@ -1,3 +0,0 @@ -module["exports"] = [ - "Australia" -]; diff --git a/lib/locales/en_au_ocker/address/index.js b/lib/locales/en_au_ocker/address/index.js deleted file mode 100644 index c8459541..00000000 --- a/lib/locales/en_au_ocker/address/index.js +++ /dev/null @@ -1,13 +0,0 @@ -var address = {}; -module['exports'] = address; -address.street_root = require("./street_root"); -address.street_name = require("./street_name"); -address.city_prefix = require("./city_prefix"); -address.city = require("./city"); -address.state_abbr = require("./state_abbr"); -address.region = require("./region"); -address.state = require("./state"); -address.postcode = require("./postcode"); -address.building_number = require("./building_number"); -address.street_suffix = require("./street_suffix"); -address.default_country = require("./default_country"); diff --git a/lib/locales/en_au_ocker/address/postcode.js b/lib/locales/en_au_ocker/address/postcode.js deleted file mode 100644 index 548bbd8a..00000000 --- a/lib/locales/en_au_ocker/address/postcode.js +++ /dev/null @@ -1,9 +0,0 @@ -module["exports"] = [ - "0###", - "2###", - "3###", - "4###", - "5###", - "6###", - "7###" -]; diff --git a/lib/locales/en_au_ocker/address/region.js b/lib/locales/en_au_ocker/address/region.js deleted file mode 100644 index 22803f7b..00000000 --- a/lib/locales/en_au_ocker/address/region.js +++ /dev/null @@ -1,9 +0,0 @@ -module["exports"] = [ - "South East Queensland", - "Wide Bay Burnett", - "Margaret River", - "Port Pirie", - "Gippsland", - "Elizabeth", - "Barossa" -]; diff --git a/lib/locales/en_au_ocker/address/state.js b/lib/locales/en_au_ocker/address/state.js deleted file mode 100644 index e779165a..00000000 --- a/lib/locales/en_au_ocker/address/state.js +++ /dev/null @@ -1,10 +0,0 @@ -module["exports"] = [ - "New South Wales", - "Queensland", - "Northern Territory", - "South Australia", - "Western Australia", - "Tasmania", - "Australian Capital Territory", - "Victoria" -]; diff --git a/lib/locales/en_au_ocker/address/state_abbr.js b/lib/locales/en_au_ocker/address/state_abbr.js deleted file mode 100644 index 3de0a30f..00000000 --- a/lib/locales/en_au_ocker/address/state_abbr.js +++ /dev/null @@ -1,10 +0,0 @@ -module["exports"] = [ - "NSW", - "QLD", - "NT", - "SA", - "WA", - "TAS", - "ACT", - "VIC" -]; diff --git a/lib/locales/en_au_ocker/address/street_name.js b/lib/locales/en_au_ocker/address/street_name.js deleted file mode 100644 index 7debe2ae..00000000 --- a/lib/locales/en_au_ocker/address/street_name.js +++ /dev/null @@ -1,3 +0,0 @@ -module["exports"] = [ - "#{street_root}" -]; diff --git a/lib/locales/en_au_ocker/address/street_root.js b/lib/locales/en_au_ocker/address/street_root.js deleted file mode 100644 index 250b7358..00000000 --- a/lib/locales/en_au_ocker/address/street_root.js +++ /dev/null @@ -1,6 +0,0 @@ -module["exports"] = [ - "Ramsay Street", - "Bonnie Doon", - "Cavill Avenue", - "Queen Street" -]; diff --git a/lib/locales/en_au_ocker/address/street_suffix.js b/lib/locales/en_au_ocker/address/street_suffix.js deleted file mode 100644 index 1f9fa2e2..00000000 --- a/lib/locales/en_au_ocker/address/street_suffix.js +++ /dev/null @@ -1,39 +0,0 @@ -module["exports"] = [ - "Avenue", - "Boulevard", - "Circle", - "Circuit", - "Court", - "Crescent", - "Crest", - "Drive", - "Estate Dr", - "Grove", - "Hill", - "Island", - "Junction", - "Knoll", - "Lane", - "Loop", - "Mall", - "Manor", - "Meadow", - "Mews", - "Parade", - "Parkway", - "Pass", - "Place", - "Plaza", - "Ridge", - "Road", - "Run", - "Square", - "Station St", - "Street", - "Summit", - "Terrace", - "Track", - "Trail", - "View Rd", - "Way" -]; diff --git a/lib/locales/en_au_ocker/company/index.js b/lib/locales/en_au_ocker/company/index.js deleted file mode 100644 index ddd41f55..00000000 --- a/lib/locales/en_au_ocker/company/index.js +++ /dev/null @@ -1,3 +0,0 @@ -var company = {}; -module['exports'] = company; -company.suffix = require("./suffix"); diff --git a/lib/locales/en_au_ocker/company/suffix.js b/lib/locales/en_au_ocker/company/suffix.js deleted file mode 100644 index 5a10566b..00000000 --- a/lib/locales/en_au_ocker/company/suffix.js +++ /dev/null @@ -1,8 +0,0 @@ -module["exports"] = [ - "Pty Ltd", - "and Sons", - "Corp", - "Group", - "Brothers", - "Partners" -]; diff --git a/lib/locales/en_au_ocker/index.js b/lib/locales/en_au_ocker/index.js deleted file mode 100644 index 2efbf804..00000000 --- a/lib/locales/en_au_ocker/index.js +++ /dev/null @@ -1,8 +0,0 @@ -var en_AU_ocker = {}; -module['exports'] = en_AU_ocker; -en_AU_ocker.title = "English (Australia Ocker)"; -en_AU_ocker.name = require("./name"); -en_AU_ocker.company = require("./company"); -en_AU_ocker.internet = require("./internet"); -en_AU_ocker.address = require("./address"); -en_AU_ocker.phone_number = require("./phone_number"); diff --git a/lib/locales/en_au_ocker/internet/domain_suffix.js b/lib/locales/en_au_ocker/internet/domain_suffix.js deleted file mode 100644 index 9cd2e22a..00000000 --- a/lib/locales/en_au_ocker/internet/domain_suffix.js +++ /dev/null @@ -1,8 +0,0 @@ -module["exports"] = [ - "com.au", - "com", - "net.au", - "net", - "org.au", - "org" -]; diff --git a/lib/locales/en_au_ocker/internet/index.js b/lib/locales/en_au_ocker/internet/index.js deleted file mode 100644 index abfa2480..00000000 --- a/lib/locales/en_au_ocker/internet/index.js +++ /dev/null @@ -1,3 +0,0 @@ -var internet = {}; -module['exports'] = internet; -internet.domain_suffix = require("./domain_suffix"); diff --git a/lib/locales/en_au_ocker/name/first_name.js b/lib/locales/en_au_ocker/name/first_name.js deleted file mode 100644 index a7e0a7ad..00000000 --- a/lib/locales/en_au_ocker/name/first_name.js +++ /dev/null @@ -1,106 +0,0 @@ -module["exports"] = [ - "Charlotte", - "Ava", - "Chloe", - "Emily", - "Olivia", - "Zoe", - "Lily", - "Sophie", - "Amelia", - "Sofia", - "Ella", - "Isabella", - "Ruby", - "Sienna", - "Mia+3", - "Grace", - "Emma", - "Ivy", - "Layla", - "Abigail", - "Isla", - "Hannah", - "Zara", - "Lucy", - "Evie", - "Annabelle", - "Madison", - "Alice", - "Georgia", - "Maya", - "Madeline", - "Audrey", - "Scarlett", - "Isabelle", - "Chelsea", - "Mila", - "Holly", - "Indiana", - "Poppy", - "Harper", - "Sarah", - "Alyssa", - "Jasmine", - "Imogen", - "Hayley", - "Pheobe", - "Eva", - "Evelyn", - "Mackenzie", - "Ayla", - "Oliver", - "Jack", - "Jackson", - "William", - "Ethan", - "Charlie", - "Lucas", - "Cooper", - "Lachlan", - "Noah", - "Liam", - "Alexander", - "Max", - "Isaac", - "Thomas", - "Xavier", - "Oscar", - "Benjamin", - "Aiden", - "Mason", - "Samuel", - "James", - "Levi", - "Riley", - "Harrison", - "Ryan", - "Henry", - "Jacob", - "Joshua", - "Leo", - "Zach", - "Harry", - "Hunter", - "Flynn", - "Archie", - "Tyler", - "Elijah", - "Hayden", - "Jayden", - "Blake", - "Archer", - "Ashton", - "Sebastian", - "Zachery", - "Lincoln", - "Mitchell", - "Luca", - "Nathan", - "Kai", - "Connor", - "Tom", - "Nigel", - "Matt", - "Sean" -]; diff --git a/lib/locales/en_au_ocker/name/index.js b/lib/locales/en_au_ocker/name/index.js deleted file mode 100644 index a5463b09..00000000 --- a/lib/locales/en_au_ocker/name/index.js +++ /dev/null @@ -1,5 +0,0 @@ -var name = {}; -module['exports'] = name; -name.first_name = require("./first_name"); -name.last_name = require("./last_name"); -name.ocker_first_name = require("./ocker_first_name"); diff --git a/lib/locales/en_au_ocker/name/last_name.js b/lib/locales/en_au_ocker/name/last_name.js deleted file mode 100644 index ded4d852..00000000 --- a/lib/locales/en_au_ocker/name/last_name.js +++ /dev/null @@ -1,26 +0,0 @@ -module["exports"] = [ - "Smith", - "Jones", - "Williams", - "Brown", - "Wilson", - "Taylor", - "Morton", - "White", - "Martin", - "Anderson", - "Thompson", - "Nguyen", - "Thomas", - "Walker", - "Harris", - "Lee", - "Ryan", - "Robinson", - "Kelly", - "King", - "Rausch", - "Ridge", - "Connolly", - "LeQuesne" -]; diff --git a/lib/locales/en_au_ocker/name/ocker_first_name.js b/lib/locales/en_au_ocker/name/ocker_first_name.js deleted file mode 100644 index 7c964c8a..00000000 --- a/lib/locales/en_au_ocker/name/ocker_first_name.js +++ /dev/null @@ -1,8 +0,0 @@ -module["exports"] = [ - "Bazza", - "Bluey", - "Davo", - "Johno", - "Shano", - "Shazza" -]; diff --git a/lib/locales/en_au_ocker/phone_number/formats.js b/lib/locales/en_au_ocker/phone_number/formats.js deleted file mode 100644 index 7b353239..00000000 --- a/lib/locales/en_au_ocker/phone_number/formats.js +++ /dev/null @@ -1,6 +0,0 @@ -module["exports"] = [ - "0# #### ####", - "+61 # #### ####", - "04## ### ###", - "+61 4## ### ###" -]; diff --git a/lib/locales/en_au_ocker/phone_number/index.js b/lib/locales/en_au_ocker/phone_number/index.js deleted file mode 100644 index 8d35e011..00000000 --- a/lib/locales/en_au_ocker/phone_number/index.js +++ /dev/null @@ -1,3 +0,0 @@ -var phone_number = {}; -module['exports'] = phone_number; -phone_number.formats = require("./formats"); -- cgit v1.2.3 From df69a3a98a770798dca41451ed2f67ffada3fe02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christophe=20Gesch=C3=A9?= Date: Sat, 8 Aug 2020 00:44:22 +0200 Subject: finish rename --- lib/locales/en_AU_ocker/address/building_number.js | 5 + lib/locales/en_AU_ocker/address/city.js | 3 + lib/locales/en_AU_ocker/address/city_prefix.js | 14 +++ lib/locales/en_AU_ocker/address/default_country.js | 3 + lib/locales/en_AU_ocker/address/index.js | 13 +++ lib/locales/en_AU_ocker/address/postcode.js | 9 ++ lib/locales/en_AU_ocker/address/region.js | 9 ++ lib/locales/en_AU_ocker/address/state.js | 10 ++ lib/locales/en_AU_ocker/address/state_abbr.js | 10 ++ lib/locales/en_AU_ocker/address/street_name.js | 3 + lib/locales/en_AU_ocker/address/street_root.js | 6 ++ lib/locales/en_AU_ocker/address/street_suffix.js | 39 ++++++++ lib/locales/en_AU_ocker/company/index.js | 3 + lib/locales/en_AU_ocker/company/suffix.js | 8 ++ lib/locales/en_AU_ocker/index.js | 8 ++ lib/locales/en_AU_ocker/internet/domain_suffix.js | 8 ++ lib/locales/en_AU_ocker/internet/index.js | 3 + lib/locales/en_AU_ocker/name/first_name.js | 106 +++++++++++++++++++++ lib/locales/en_AU_ocker/name/index.js | 5 + lib/locales/en_AU_ocker/name/last_name.js | 26 +++++ lib/locales/en_AU_ocker/name/ocker_first_name.js | 8 ++ lib/locales/en_AU_ocker/phone_number/formats.js | 6 ++ lib/locales/en_AU_ocker/phone_number/index.js | 3 + .../en_AU_ocker_/address/building_number.js | 5 - lib/locales/en_AU_ocker_/address/city.js | 3 - lib/locales/en_AU_ocker_/address/city_prefix.js | 14 --- .../en_AU_ocker_/address/default_country.js | 3 - lib/locales/en_AU_ocker_/address/index.js | 13 --- lib/locales/en_AU_ocker_/address/postcode.js | 9 -- lib/locales/en_AU_ocker_/address/region.js | 9 -- lib/locales/en_AU_ocker_/address/state.js | 10 -- lib/locales/en_AU_ocker_/address/state_abbr.js | 10 -- lib/locales/en_AU_ocker_/address/street_name.js | 3 - lib/locales/en_AU_ocker_/address/street_root.js | 6 -- lib/locales/en_AU_ocker_/address/street_suffix.js | 39 -------- lib/locales/en_AU_ocker_/company/index.js | 3 - lib/locales/en_AU_ocker_/company/suffix.js | 8 -- lib/locales/en_AU_ocker_/index.js | 8 -- lib/locales/en_AU_ocker_/internet/domain_suffix.js | 8 -- lib/locales/en_AU_ocker_/internet/index.js | 3 - lib/locales/en_AU_ocker_/name/first_name.js | 106 --------------------- lib/locales/en_AU_ocker_/name/index.js | 5 - lib/locales/en_AU_ocker_/name/last_name.js | 26 ----- lib/locales/en_AU_ocker_/name/ocker_first_name.js | 8 -- lib/locales/en_AU_ocker_/phone_number/formats.js | 6 -- lib/locales/en_AU_ocker_/phone_number/index.js | 3 - 46 files changed, 308 insertions(+), 308 deletions(-) create mode 100644 lib/locales/en_AU_ocker/address/building_number.js create mode 100644 lib/locales/en_AU_ocker/address/city.js create mode 100644 lib/locales/en_AU_ocker/address/city_prefix.js create mode 100644 lib/locales/en_AU_ocker/address/default_country.js create mode 100644 lib/locales/en_AU_ocker/address/index.js create mode 100644 lib/locales/en_AU_ocker/address/postcode.js create mode 100644 lib/locales/en_AU_ocker/address/region.js create mode 100644 lib/locales/en_AU_ocker/address/state.js create mode 100644 lib/locales/en_AU_ocker/address/state_abbr.js create mode 100644 lib/locales/en_AU_ocker/address/street_name.js create mode 100644 lib/locales/en_AU_ocker/address/street_root.js create mode 100644 lib/locales/en_AU_ocker/address/street_suffix.js create mode 100644 lib/locales/en_AU_ocker/company/index.js create mode 100644 lib/locales/en_AU_ocker/company/suffix.js create mode 100644 lib/locales/en_AU_ocker/index.js create mode 100644 lib/locales/en_AU_ocker/internet/domain_suffix.js create mode 100644 lib/locales/en_AU_ocker/internet/index.js create mode 100644 lib/locales/en_AU_ocker/name/first_name.js create mode 100644 lib/locales/en_AU_ocker/name/index.js create mode 100644 lib/locales/en_AU_ocker/name/last_name.js create mode 100644 lib/locales/en_AU_ocker/name/ocker_first_name.js create mode 100644 lib/locales/en_AU_ocker/phone_number/formats.js create mode 100644 lib/locales/en_AU_ocker/phone_number/index.js delete mode 100644 lib/locales/en_AU_ocker_/address/building_number.js delete mode 100644 lib/locales/en_AU_ocker_/address/city.js delete mode 100644 lib/locales/en_AU_ocker_/address/city_prefix.js delete mode 100644 lib/locales/en_AU_ocker_/address/default_country.js delete mode 100644 lib/locales/en_AU_ocker_/address/index.js delete mode 100644 lib/locales/en_AU_ocker_/address/postcode.js delete mode 100644 lib/locales/en_AU_ocker_/address/region.js delete mode 100644 lib/locales/en_AU_ocker_/address/state.js delete mode 100644 lib/locales/en_AU_ocker_/address/state_abbr.js delete mode 100644 lib/locales/en_AU_ocker_/address/street_name.js delete mode 100644 lib/locales/en_AU_ocker_/address/street_root.js delete mode 100644 lib/locales/en_AU_ocker_/address/street_suffix.js delete mode 100644 lib/locales/en_AU_ocker_/company/index.js delete mode 100644 lib/locales/en_AU_ocker_/company/suffix.js delete mode 100644 lib/locales/en_AU_ocker_/index.js delete mode 100644 lib/locales/en_AU_ocker_/internet/domain_suffix.js delete mode 100644 lib/locales/en_AU_ocker_/internet/index.js delete mode 100644 lib/locales/en_AU_ocker_/name/first_name.js delete mode 100644 lib/locales/en_AU_ocker_/name/index.js delete mode 100644 lib/locales/en_AU_ocker_/name/last_name.js delete mode 100644 lib/locales/en_AU_ocker_/name/ocker_first_name.js delete mode 100644 lib/locales/en_AU_ocker_/phone_number/formats.js delete mode 100644 lib/locales/en_AU_ocker_/phone_number/index.js (limited to 'lib') diff --git a/lib/locales/en_AU_ocker/address/building_number.js b/lib/locales/en_AU_ocker/address/building_number.js new file mode 100644 index 00000000..64b7c4e5 --- /dev/null +++ b/lib/locales/en_AU_ocker/address/building_number.js @@ -0,0 +1,5 @@ +module["exports"] = [ + "####", + "###", + "##" +]; diff --git a/lib/locales/en_AU_ocker/address/city.js b/lib/locales/en_AU_ocker/address/city.js new file mode 100644 index 00000000..f014e156 --- /dev/null +++ b/lib/locales/en_AU_ocker/address/city.js @@ -0,0 +1,3 @@ +module["exports"] = [ + "#{city_prefix}" +]; diff --git a/lib/locales/en_AU_ocker/address/city_prefix.js b/lib/locales/en_AU_ocker/address/city_prefix.js new file mode 100644 index 00000000..c39eca19 --- /dev/null +++ b/lib/locales/en_AU_ocker/address/city_prefix.js @@ -0,0 +1,14 @@ +module["exports"] = [ + "Bondi", + "Burleigh Heads", + "Carlton", + "Fitzroy", + "Fremantle", + "Glenelg", + "Manly", + "Noosa", + "Stones Corner", + "St Kilda", + "Surry Hills", + "Yarra Valley" +]; diff --git a/lib/locales/en_AU_ocker/address/default_country.js b/lib/locales/en_AU_ocker/address/default_country.js new file mode 100644 index 00000000..807e44ac --- /dev/null +++ b/lib/locales/en_AU_ocker/address/default_country.js @@ -0,0 +1,3 @@ +module["exports"] = [ + "Australia" +]; diff --git a/lib/locales/en_AU_ocker/address/index.js b/lib/locales/en_AU_ocker/address/index.js new file mode 100644 index 00000000..c8459541 --- /dev/null +++ b/lib/locales/en_AU_ocker/address/index.js @@ -0,0 +1,13 @@ +var address = {}; +module['exports'] = address; +address.street_root = require("./street_root"); +address.street_name = require("./street_name"); +address.city_prefix = require("./city_prefix"); +address.city = require("./city"); +address.state_abbr = require("./state_abbr"); +address.region = require("./region"); +address.state = require("./state"); +address.postcode = require("./postcode"); +address.building_number = require("./building_number"); +address.street_suffix = require("./street_suffix"); +address.default_country = require("./default_country"); diff --git a/lib/locales/en_AU_ocker/address/postcode.js b/lib/locales/en_AU_ocker/address/postcode.js new file mode 100644 index 00000000..548bbd8a --- /dev/null +++ b/lib/locales/en_AU_ocker/address/postcode.js @@ -0,0 +1,9 @@ +module["exports"] = [ + "0###", + "2###", + "3###", + "4###", + "5###", + "6###", + "7###" +]; diff --git a/lib/locales/en_AU_ocker/address/region.js b/lib/locales/en_AU_ocker/address/region.js new file mode 100644 index 00000000..22803f7b --- /dev/null +++ b/lib/locales/en_AU_ocker/address/region.js @@ -0,0 +1,9 @@ +module["exports"] = [ + "South East Queensland", + "Wide Bay Burnett", + "Margaret River", + "Port Pirie", + "Gippsland", + "Elizabeth", + "Barossa" +]; diff --git a/lib/locales/en_AU_ocker/address/state.js b/lib/locales/en_AU_ocker/address/state.js new file mode 100644 index 00000000..e779165a --- /dev/null +++ b/lib/locales/en_AU_ocker/address/state.js @@ -0,0 +1,10 @@ +module["exports"] = [ + "New South Wales", + "Queensland", + "Northern Territory", + "South Australia", + "Western Australia", + "Tasmania", + "Australian Capital Territory", + "Victoria" +]; diff --git a/lib/locales/en_AU_ocker/address/state_abbr.js b/lib/locales/en_AU_ocker/address/state_abbr.js new file mode 100644 index 00000000..3de0a30f --- /dev/null +++ b/lib/locales/en_AU_ocker/address/state_abbr.js @@ -0,0 +1,10 @@ +module["exports"] = [ + "NSW", + "QLD", + "NT", + "SA", + "WA", + "TAS", + "ACT", + "VIC" +]; diff --git a/lib/locales/en_AU_ocker/address/street_name.js b/lib/locales/en_AU_ocker/address/street_name.js new file mode 100644 index 00000000..7debe2ae --- /dev/null +++ b/lib/locales/en_AU_ocker/address/street_name.js @@ -0,0 +1,3 @@ +module["exports"] = [ + "#{street_root}" +]; diff --git a/lib/locales/en_AU_ocker/address/street_root.js b/lib/locales/en_AU_ocker/address/street_root.js new file mode 100644 index 00000000..250b7358 --- /dev/null +++ b/lib/locales/en_AU_ocker/address/street_root.js @@ -0,0 +1,6 @@ +module["exports"] = [ + "Ramsay Street", + "Bonnie Doon", + "Cavill Avenue", + "Queen Street" +]; diff --git a/lib/locales/en_AU_ocker/address/street_suffix.js b/lib/locales/en_AU_ocker/address/street_suffix.js new file mode 100644 index 00000000..1f9fa2e2 --- /dev/null +++ b/lib/locales/en_AU_ocker/address/street_suffix.js @@ -0,0 +1,39 @@ +module["exports"] = [ + "Avenue", + "Boulevard", + "Circle", + "Circuit", + "Court", + "Crescent", + "Crest", + "Drive", + "Estate Dr", + "Grove", + "Hill", + "Island", + "Junction", + "Knoll", + "Lane", + "Loop", + "Mall", + "Manor", + "Meadow", + "Mews", + "Parade", + "Parkway", + "Pass", + "Place", + "Plaza", + "Ridge", + "Road", + "Run", + "Square", + "Station St", + "Street", + "Summit", + "Terrace", + "Track", + "Trail", + "View Rd", + "Way" +]; diff --git a/lib/locales/en_AU_ocker/company/index.js b/lib/locales/en_AU_ocker/company/index.js new file mode 100644 index 00000000..ddd41f55 --- /dev/null +++ b/lib/locales/en_AU_ocker/company/index.js @@ -0,0 +1,3 @@ +var company = {}; +module['exports'] = company; +company.suffix = require("./suffix"); diff --git a/lib/locales/en_AU_ocker/company/suffix.js b/lib/locales/en_AU_ocker/company/suffix.js new file mode 100644 index 00000000..5a10566b --- /dev/null +++ b/lib/locales/en_AU_ocker/company/suffix.js @@ -0,0 +1,8 @@ +module["exports"] = [ + "Pty Ltd", + "and Sons", + "Corp", + "Group", + "Brothers", + "Partners" +]; diff --git a/lib/locales/en_AU_ocker/index.js b/lib/locales/en_AU_ocker/index.js new file mode 100644 index 00000000..2efbf804 --- /dev/null +++ b/lib/locales/en_AU_ocker/index.js @@ -0,0 +1,8 @@ +var en_AU_ocker = {}; +module['exports'] = en_AU_ocker; +en_AU_ocker.title = "English (Australia Ocker)"; +en_AU_ocker.name = require("./name"); +en_AU_ocker.company = require("./company"); +en_AU_ocker.internet = require("./internet"); +en_AU_ocker.address = require("./address"); +en_AU_ocker.phone_number = require("./phone_number"); diff --git a/lib/locales/en_AU_ocker/internet/domain_suffix.js b/lib/locales/en_AU_ocker/internet/domain_suffix.js new file mode 100644 index 00000000..9cd2e22a --- /dev/null +++ b/lib/locales/en_AU_ocker/internet/domain_suffix.js @@ -0,0 +1,8 @@ +module["exports"] = [ + "com.au", + "com", + "net.au", + "net", + "org.au", + "org" +]; diff --git a/lib/locales/en_AU_ocker/internet/index.js b/lib/locales/en_AU_ocker/internet/index.js new file mode 100644 index 00000000..abfa2480 --- /dev/null +++ b/lib/locales/en_AU_ocker/internet/index.js @@ -0,0 +1,3 @@ +var internet = {}; +module['exports'] = internet; +internet.domain_suffix = require("./domain_suffix"); diff --git a/lib/locales/en_AU_ocker/name/first_name.js b/lib/locales/en_AU_ocker/name/first_name.js new file mode 100644 index 00000000..a7e0a7ad --- /dev/null +++ b/lib/locales/en_AU_ocker/name/first_name.js @@ -0,0 +1,106 @@ +module["exports"] = [ + "Charlotte", + "Ava", + "Chloe", + "Emily", + "Olivia", + "Zoe", + "Lily", + "Sophie", + "Amelia", + "Sofia", + "Ella", + "Isabella", + "Ruby", + "Sienna", + "Mia+3", + "Grace", + "Emma", + "Ivy", + "Layla", + "Abigail", + "Isla", + "Hannah", + "Zara", + "Lucy", + "Evie", + "Annabelle", + "Madison", + "Alice", + "Georgia", + "Maya", + "Madeline", + "Audrey", + "Scarlett", + "Isabelle", + "Chelsea", + "Mila", + "Holly", + "Indiana", + "Poppy", + "Harper", + "Sarah", + "Alyssa", + "Jasmine", + "Imogen", + "Hayley", + "Pheobe", + "Eva", + "Evelyn", + "Mackenzie", + "Ayla", + "Oliver", + "Jack", + "Jackson", + "William", + "Ethan", + "Charlie", + "Lucas", + "Cooper", + "Lachlan", + "Noah", + "Liam", + "Alexander", + "Max", + "Isaac", + "Thomas", + "Xavier", + "Oscar", + "Benjamin", + "Aiden", + "Mason", + "Samuel", + "James", + "Levi", + "Riley", + "Harrison", + "Ryan", + "Henry", + "Jacob", + "Joshua", + "Leo", + "Zach", + "Harry", + "Hunter", + "Flynn", + "Archie", + "Tyler", + "Elijah", + "Hayden", + "Jayden", + "Blake", + "Archer", + "Ashton", + "Sebastian", + "Zachery", + "Lincoln", + "Mitchell", + "Luca", + "Nathan", + "Kai", + "Connor", + "Tom", + "Nigel", + "Matt", + "Sean" +]; diff --git a/lib/locales/en_AU_ocker/name/index.js b/lib/locales/en_AU_ocker/name/index.js new file mode 100644 index 00000000..a5463b09 --- /dev/null +++ b/lib/locales/en_AU_ocker/name/index.js @@ -0,0 +1,5 @@ +var name = {}; +module['exports'] = name; +name.first_name = require("./first_name"); +name.last_name = require("./last_name"); +name.ocker_first_name = require("./ocker_first_name"); diff --git a/lib/locales/en_AU_ocker/name/last_name.js b/lib/locales/en_AU_ocker/name/last_name.js new file mode 100644 index 00000000..ded4d852 --- /dev/null +++ b/lib/locales/en_AU_ocker/name/last_name.js @@ -0,0 +1,26 @@ +module["exports"] = [ + "Smith", + "Jones", + "Williams", + "Brown", + "Wilson", + "Taylor", + "Morton", + "White", + "Martin", + "Anderson", + "Thompson", + "Nguyen", + "Thomas", + "Walker", + "Harris", + "Lee", + "Ryan", + "Robinson", + "Kelly", + "King", + "Rausch", + "Ridge", + "Connolly", + "LeQuesne" +]; diff --git a/lib/locales/en_AU_ocker/name/ocker_first_name.js b/lib/locales/en_AU_ocker/name/ocker_first_name.js new file mode 100644 index 00000000..7c964c8a --- /dev/null +++ b/lib/locales/en_AU_ocker/name/ocker_first_name.js @@ -0,0 +1,8 @@ +module["exports"] = [ + "Bazza", + "Bluey", + "Davo", + "Johno", + "Shano", + "Shazza" +]; diff --git a/lib/locales/en_AU_ocker/phone_number/formats.js b/lib/locales/en_AU_ocker/phone_number/formats.js new file mode 100644 index 00000000..7b353239 --- /dev/null +++ b/lib/locales/en_AU_ocker/phone_number/formats.js @@ -0,0 +1,6 @@ +module["exports"] = [ + "0# #### ####", + "+61 # #### ####", + "04## ### ###", + "+61 4## ### ###" +]; diff --git a/lib/locales/en_AU_ocker/phone_number/index.js b/lib/locales/en_AU_ocker/phone_number/index.js new file mode 100644 index 00000000..8d35e011 --- /dev/null +++ b/lib/locales/en_AU_ocker/phone_number/index.js @@ -0,0 +1,3 @@ +var phone_number = {}; +module['exports'] = phone_number; +phone_number.formats = require("./formats"); diff --git a/lib/locales/en_AU_ocker_/address/building_number.js b/lib/locales/en_AU_ocker_/address/building_number.js deleted file mode 100644 index 64b7c4e5..00000000 --- a/lib/locales/en_AU_ocker_/address/building_number.js +++ /dev/null @@ -1,5 +0,0 @@ -module["exports"] = [ - "####", - "###", - "##" -]; diff --git a/lib/locales/en_AU_ocker_/address/city.js b/lib/locales/en_AU_ocker_/address/city.js deleted file mode 100644 index f014e156..00000000 --- a/lib/locales/en_AU_ocker_/address/city.js +++ /dev/null @@ -1,3 +0,0 @@ -module["exports"] = [ - "#{city_prefix}" -]; diff --git a/lib/locales/en_AU_ocker_/address/city_prefix.js b/lib/locales/en_AU_ocker_/address/city_prefix.js deleted file mode 100644 index c39eca19..00000000 --- a/lib/locales/en_AU_ocker_/address/city_prefix.js +++ /dev/null @@ -1,14 +0,0 @@ -module["exports"] = [ - "Bondi", - "Burleigh Heads", - "Carlton", - "Fitzroy", - "Fremantle", - "Glenelg", - "Manly", - "Noosa", - "Stones Corner", - "St Kilda", - "Surry Hills", - "Yarra Valley" -]; diff --git a/lib/locales/en_AU_ocker_/address/default_country.js b/lib/locales/en_AU_ocker_/address/default_country.js deleted file mode 100644 index 807e44ac..00000000 --- a/lib/locales/en_AU_ocker_/address/default_country.js +++ /dev/null @@ -1,3 +0,0 @@ -module["exports"] = [ - "Australia" -]; diff --git a/lib/locales/en_AU_ocker_/address/index.js b/lib/locales/en_AU_ocker_/address/index.js deleted file mode 100644 index c8459541..00000000 --- a/lib/locales/en_AU_ocker_/address/index.js +++ /dev/null @@ -1,13 +0,0 @@ -var address = {}; -module['exports'] = address; -address.street_root = require("./street_root"); -address.street_name = require("./street_name"); -address.city_prefix = require("./city_prefix"); -address.city = require("./city"); -address.state_abbr = require("./state_abbr"); -address.region = require("./region"); -address.state = require("./state"); -address.postcode = require("./postcode"); -address.building_number = require("./building_number"); -address.street_suffix = require("./street_suffix"); -address.default_country = require("./default_country"); diff --git a/lib/locales/en_AU_ocker_/address/postcode.js b/lib/locales/en_AU_ocker_/address/postcode.js deleted file mode 100644 index 548bbd8a..00000000 --- a/lib/locales/en_AU_ocker_/address/postcode.js +++ /dev/null @@ -1,9 +0,0 @@ -module["exports"] = [ - "0###", - "2###", - "3###", - "4###", - "5###", - "6###", - "7###" -]; diff --git a/lib/locales/en_AU_ocker_/address/region.js b/lib/locales/en_AU_ocker_/address/region.js deleted file mode 100644 index 22803f7b..00000000 --- a/lib/locales/en_AU_ocker_/address/region.js +++ /dev/null @@ -1,9 +0,0 @@ -module["exports"] = [ - "South East Queensland", - "Wide Bay Burnett", - "Margaret River", - "Port Pirie", - "Gippsland", - "Elizabeth", - "Barossa" -]; diff --git a/lib/locales/en_AU_ocker_/address/state.js b/lib/locales/en_AU_ocker_/address/state.js deleted file mode 100644 index e779165a..00000000 --- a/lib/locales/en_AU_ocker_/address/state.js +++ /dev/null @@ -1,10 +0,0 @@ -module["exports"] = [ - "New South Wales", - "Queensland", - "Northern Territory", - "South Australia", - "Western Australia", - "Tasmania", - "Australian Capital Territory", - "Victoria" -]; diff --git a/lib/locales/en_AU_ocker_/address/state_abbr.js b/lib/locales/en_AU_ocker_/address/state_abbr.js deleted file mode 100644 index 3de0a30f..00000000 --- a/lib/locales/en_AU_ocker_/address/state_abbr.js +++ /dev/null @@ -1,10 +0,0 @@ -module["exports"] = [ - "NSW", - "QLD", - "NT", - "SA", - "WA", - "TAS", - "ACT", - "VIC" -]; diff --git a/lib/locales/en_AU_ocker_/address/street_name.js b/lib/locales/en_AU_ocker_/address/street_name.js deleted file mode 100644 index 7debe2ae..00000000 --- a/lib/locales/en_AU_ocker_/address/street_name.js +++ /dev/null @@ -1,3 +0,0 @@ -module["exports"] = [ - "#{street_root}" -]; diff --git a/lib/locales/en_AU_ocker_/address/street_root.js b/lib/locales/en_AU_ocker_/address/street_root.js deleted file mode 100644 index 250b7358..00000000 --- a/lib/locales/en_AU_ocker_/address/street_root.js +++ /dev/null @@ -1,6 +0,0 @@ -module["exports"] = [ - "Ramsay Street", - "Bonnie Doon", - "Cavill Avenue", - "Queen Street" -]; diff --git a/lib/locales/en_AU_ocker_/address/street_suffix.js b/lib/locales/en_AU_ocker_/address/street_suffix.js deleted file mode 100644 index 1f9fa2e2..00000000 --- a/lib/locales/en_AU_ocker_/address/street_suffix.js +++ /dev/null @@ -1,39 +0,0 @@ -module["exports"] = [ - "Avenue", - "Boulevard", - "Circle", - "Circuit", - "Court", - "Crescent", - "Crest", - "Drive", - "Estate Dr", - "Grove", - "Hill", - "Island", - "Junction", - "Knoll", - "Lane", - "Loop", - "Mall", - "Manor", - "Meadow", - "Mews", - "Parade", - "Parkway", - "Pass", - "Place", - "Plaza", - "Ridge", - "Road", - "Run", - "Square", - "Station St", - "Street", - "Summit", - "Terrace", - "Track", - "Trail", - "View Rd", - "Way" -]; diff --git a/lib/locales/en_AU_ocker_/company/index.js b/lib/locales/en_AU_ocker_/company/index.js deleted file mode 100644 index ddd41f55..00000000 --- a/lib/locales/en_AU_ocker_/company/index.js +++ /dev/null @@ -1,3 +0,0 @@ -var company = {}; -module['exports'] = company; -company.suffix = require("./suffix"); diff --git a/lib/locales/en_AU_ocker_/company/suffix.js b/lib/locales/en_AU_ocker_/company/suffix.js deleted file mode 100644 index 5a10566b..00000000 --- a/lib/locales/en_AU_ocker_/company/suffix.js +++ /dev/null @@ -1,8 +0,0 @@ -module["exports"] = [ - "Pty Ltd", - "and Sons", - "Corp", - "Group", - "Brothers", - "Partners" -]; diff --git a/lib/locales/en_AU_ocker_/index.js b/lib/locales/en_AU_ocker_/index.js deleted file mode 100644 index 2efbf804..00000000 --- a/lib/locales/en_AU_ocker_/index.js +++ /dev/null @@ -1,8 +0,0 @@ -var en_AU_ocker = {}; -module['exports'] = en_AU_ocker; -en_AU_ocker.title = "English (Australia Ocker)"; -en_AU_ocker.name = require("./name"); -en_AU_ocker.company = require("./company"); -en_AU_ocker.internet = require("./internet"); -en_AU_ocker.address = require("./address"); -en_AU_ocker.phone_number = require("./phone_number"); diff --git a/lib/locales/en_AU_ocker_/internet/domain_suffix.js b/lib/locales/en_AU_ocker_/internet/domain_suffix.js deleted file mode 100644 index 9cd2e22a..00000000 --- a/lib/locales/en_AU_ocker_/internet/domain_suffix.js +++ /dev/null @@ -1,8 +0,0 @@ -module["exports"] = [ - "com.au", - "com", - "net.au", - "net", - "org.au", - "org" -]; diff --git a/lib/locales/en_AU_ocker_/internet/index.js b/lib/locales/en_AU_ocker_/internet/index.js deleted file mode 100644 index abfa2480..00000000 --- a/lib/locales/en_AU_ocker_/internet/index.js +++ /dev/null @@ -1,3 +0,0 @@ -var internet = {}; -module['exports'] = internet; -internet.domain_suffix = require("./domain_suffix"); diff --git a/lib/locales/en_AU_ocker_/name/first_name.js b/lib/locales/en_AU_ocker_/name/first_name.js deleted file mode 100644 index a7e0a7ad..00000000 --- a/lib/locales/en_AU_ocker_/name/first_name.js +++ /dev/null @@ -1,106 +0,0 @@ -module["exports"] = [ - "Charlotte", - "Ava", - "Chloe", - "Emily", - "Olivia", - "Zoe", - "Lily", - "Sophie", - "Amelia", - "Sofia", - "Ella", - "Isabella", - "Ruby", - "Sienna", - "Mia+3", - "Grace", - "Emma", - "Ivy", - "Layla", - "Abigail", - "Isla", - "Hannah", - "Zara", - "Lucy", - "Evie", - "Annabelle", - "Madison", - "Alice", - "Georgia", - "Maya", - "Madeline", - "Audrey", - "Scarlett", - "Isabelle", - "Chelsea", - "Mila", - "Holly", - "Indiana", - "Poppy", - "Harper", - "Sarah", - "Alyssa", - "Jasmine", - "Imogen", - "Hayley", - "Pheobe", - "Eva", - "Evelyn", - "Mackenzie", - "Ayla", - "Oliver", - "Jack", - "Jackson", - "William", - "Ethan", - "Charlie", - "Lucas", - "Cooper", - "Lachlan", - "Noah", - "Liam", - "Alexander", - "Max", - "Isaac", - "Thomas", - "Xavier", - "Oscar", - "Benjamin", - "Aiden", - "Mason", - "Samuel", - "James", - "Levi", - "Riley", - "Harrison", - "Ryan", - "Henry", - "Jacob", - "Joshua", - "Leo", - "Zach", - "Harry", - "Hunter", - "Flynn", - "Archie", - "Tyler", - "Elijah", - "Hayden", - "Jayden", - "Blake", - "Archer", - "Ashton", - "Sebastian", - "Zachery", - "Lincoln", - "Mitchell", - "Luca", - "Nathan", - "Kai", - "Connor", - "Tom", - "Nigel", - "Matt", - "Sean" -]; diff --git a/lib/locales/en_AU_ocker_/name/index.js b/lib/locales/en_AU_ocker_/name/index.js deleted file mode 100644 index a5463b09..00000000 --- a/lib/locales/en_AU_ocker_/name/index.js +++ /dev/null @@ -1,5 +0,0 @@ -var name = {}; -module['exports'] = name; -name.first_name = require("./first_name"); -name.last_name = require("./last_name"); -name.ocker_first_name = require("./ocker_first_name"); diff --git a/lib/locales/en_AU_ocker_/name/last_name.js b/lib/locales/en_AU_ocker_/name/last_name.js deleted file mode 100644 index ded4d852..00000000 --- a/lib/locales/en_AU_ocker_/name/last_name.js +++ /dev/null @@ -1,26 +0,0 @@ -module["exports"] = [ - "Smith", - "Jones", - "Williams", - "Brown", - "Wilson", - "Taylor", - "Morton", - "White", - "Martin", - "Anderson", - "Thompson", - "Nguyen", - "Thomas", - "Walker", - "Harris", - "Lee", - "Ryan", - "Robinson", - "Kelly", - "King", - "Rausch", - "Ridge", - "Connolly", - "LeQuesne" -]; diff --git a/lib/locales/en_AU_ocker_/name/ocker_first_name.js b/lib/locales/en_AU_ocker_/name/ocker_first_name.js deleted file mode 100644 index 7c964c8a..00000000 --- a/lib/locales/en_AU_ocker_/name/ocker_first_name.js +++ /dev/null @@ -1,8 +0,0 @@ -module["exports"] = [ - "Bazza", - "Bluey", - "Davo", - "Johno", - "Shano", - "Shazza" -]; diff --git a/lib/locales/en_AU_ocker_/phone_number/formats.js b/lib/locales/en_AU_ocker_/phone_number/formats.js deleted file mode 100644 index 7b353239..00000000 --- a/lib/locales/en_AU_ocker_/phone_number/formats.js +++ /dev/null @@ -1,6 +0,0 @@ -module["exports"] = [ - "0# #### ####", - "+61 # #### ####", - "04## ### ###", - "+61 4## ### ###" -]; diff --git a/lib/locales/en_AU_ocker_/phone_number/index.js b/lib/locales/en_AU_ocker_/phone_number/index.js deleted file mode 100644 index 8d35e011..00000000 --- a/lib/locales/en_AU_ocker_/phone_number/index.js +++ /dev/null @@ -1,3 +0,0 @@ -var phone_number = {}; -module['exports'] = phone_number; -phone_number.formats = require("./formats"); -- cgit v1.2.3