diff options
| author | Prince Dorcis <[email protected]> | 2021-03-09 05:10:27 +0000 |
|---|---|---|
| committer | Prince Dorcis <[email protected]> | 2021-03-09 05:10:27 +0000 |
| commit | a509b2960b965778997801d002aeb17c5dc97b6e (patch) | |
| tree | edbd4cebcd7560f882c07ab51cceb7e035a1e7f7 /lib | |
| parent | 677ddc13cbd90c7c7e2a64bb9a96b7c8175a9882 (diff) | |
| download | faker-a509b2960b965778997801d002aeb17c5dc97b6e.tar.xz faker-a509b2960b965778997801d002aeb17c5dc97b6e.zip | |
Refactor locale title
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/en_GH/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locales/en_GH/index.js b/lib/locales/en_GH/index.js index 3151fbc3..99ab8843 100644 --- a/lib/locales/en_GH/index.js +++ b/lib/locales/en_GH/index.js @@ -1,6 +1,6 @@ var en_GH = {}; module['exports'] = en_GH; -en_GH.title = "Ghana (English)"; +en_GH.title = "English (Ghana)"; en_GH.address = require("./address"); en_GH.internet = require("./internet"); en_GH.name = require("./name"); |
