Skip to content

Commit

Permalink
Merge pull request #844 from djunehor/support-Nigeria
Browse files Browse the repository at this point in the history
Add support for Nigerian locale
  • Loading branch information
Marak authored Jun 10, 2020
2 parents d467b90 + e1d37b1 commit 1fff1c1
Show file tree
Hide file tree
Showing 21 changed files with 734 additions and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ faker.locale = "de";
* en_GB
* en_IE
* en_IND
* en_NG
* en_US
* en_ZA
* en_au_ocker
Expand Down
3 changes: 3 additions & 0 deletions lib/locales/en_NG/address/city.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module["exports"] = [
"#{city_prefix}"
];
Loading

0 comments on commit 1fff1c1

Please sign in to comment.