diff options
| author | Oscar Marcelo <[email protected]> | 2020-05-31 19:08:19 +0100 |
|---|---|---|
| committer | Oscar Marcelo <[email protected]> | 2020-05-31 19:08:19 +0100 |
| commit | ca0d981a9a74ca90326d5a6c92c389fc26427157 (patch) | |
| tree | dac73895075d3ae60808491f8c083273e27b1b13 /lib | |
| parent | 84b8d4e30112f257f5346a896eca36e2b18c5589 (diff) | |
| download | faker-ca0d981a9a74ca90326d5a6c92c389fc26427157.tar.xz faker-ca0d981a9a74ca90326d5a6c92c389fc26427157.zip | |
Normalize locale titles to (loosely) comply with Unicode BCP 47
- All locale titles are now in the format "<Language> (<Country> <Region or Variant>);
- "Greek" is now in english.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/af_ZA/index.js | 2 | ||||
| -rw-r--r-- | lib/locales/el/index.js | 2 | ||||
| -rw-r--r-- | lib/locales/en_AU/index.js | 2 | ||||
| -rw-r--r-- | lib/locales/en_BORK/index.js | 2 | ||||
| -rw-r--r-- | lib/locales/en_CA/index.js | 2 | ||||
| -rw-r--r-- | lib/locales/en_GB/index.js | 2 | ||||
| -rw-r--r-- | lib/locales/en_IE/index.js | 2 | ||||
| -rw-r--r-- | lib/locales/en_IND/index.js | 2 | ||||
| -rw-r--r-- | lib/locales/en_US/index.js | 2 | ||||
| -rw-r--r-- | lib/locales/en_ZA/index.js | 4 | ||||
| -rw-r--r-- | lib/locales/es_MX/index.js | 4 | ||||
| -rw-r--r-- | lib/locales/fr_CA/index.js | 2 | ||||
| -rw-r--r-- | lib/locales/zu_ZA/index.js | 2 |
13 files changed, 15 insertions, 15 deletions
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"); |
