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