aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPrince Dorcis <[email protected]>2021-03-09 05:10:27 +0000
committerPrince Dorcis <[email protected]>2021-03-09 05:10:27 +0000
commita509b2960b965778997801d002aeb17c5dc97b6e (patch)
treeedbd4cebcd7560f882c07ab51cceb7e035a1e7f7 /lib
parent677ddc13cbd90c7c7e2a64bb9a96b7c8175a9882 (diff)
downloadfaker-a509b2960b965778997801d002aeb17c5dc97b6e.tar.xz
faker-a509b2960b965778997801d002aeb17c5dc97b6e.zip
Refactor locale title
Diffstat (limited to 'lib')
-rw-r--r--lib/locales/en_GH/index.js2
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");