aboutsummaryrefslogtreecommitdiff
path: root/locale/en.js
AgeCommit message (Collapse)AuthorFilesLines
2022-01-19fix: ts support for locales (#169)Shinigami1-5/+0
2021-03-27Reverts changes from #985 Closes #1148Marak1-1/+1
Removes duplicate `en` require This is a quick copy and paste solution to revert We’ll want to go back here and refactor this again
2015-07-08[refactor] [major] Adds incremental browser builds. Switch to using ↵Marak1-2/+3
prototype for internal API. Previous usage of `module.parent` is not acceptable. Locale information is now passed into Faker constructor. Closes #125
2015-07-07[refactor] [dist] Allow for node to require individual locales ( to avoid ↵Marak1-0/+4
the default behavior of requiring all locale data. #125 #167