diff options
| author | Oscar Marcelo <[email protected]> | 2020-05-31 19:53:10 +0100 |
|---|---|---|
| committer | Oscar Marcelo <[email protected]> | 2020-05-31 19:53:10 +0100 |
| commit | e6c9b8459b284d252959ca5bd7328587408c601f (patch) | |
| tree | a69b2849e731f6d93db27a4047a6fb093c81b54e /lib | |
| parent | 0d664a6151a144149ff1defb5bca4e9ea622da49 (diff) | |
| download | faker-e6c9b8459b284d252959ca5bd7328587408c601f.tar.xz faker-e6c9b8459b284d252959ca5bd7328587408c601f.zip | |
Normalize "English (Australia Ocker)"
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/en_au_ocker/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |
