aboutsummaryrefslogtreecommitdiff
path: root/locale/fa.js
AgeCommit message (Collapse)AuthorFilesLines
2022-01-19fix: ts support for locales (#169)Shinigami1-5/+0
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