aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2020-06-10Merge pull request #844 from djunehor/support-NigeriaMarak19-0/+728
Add support for Nigerian locale
2020-06-10Merge pull request #856 from abnersajr/fix-652Marak1-1/+1
Changes LoremPixel from HTTP to HTTPS
2020-06-10Merge pull request #885 from fjbarrett/image-urlMarak1-2/+2
Change image url to stable provider
2020-06-10Merge pull request #887 from edumoreira1506/fix/amount-return-numberMarak1-1/+2
Fix return of finance.amount
2020-06-09Merge pull request #897 from Esquared722/remove-unused-variableMarak1-1/+1
Removed an unused variable, password, found in internet.js on line 354
2020-06-09Merge pull request #898 from MrBramme/masterMarak1-1/+1
Removed redundant } in nl_BE city names
2020-05-31Normalize "English (Australia Ocker)"Oscar Marcelo1-1/+1
2020-05-31Normalize locale titles to (loosely) comply with Unicode BCP 47Oscar Marcelo13-15/+15
- All locale titles are now in the format "<Language> (<Country> <Region or Variant>); - "Greek" is now in english.
2020-05-31Normalize "English (Australia Ocker)" country codeOscar Marcelo2-9/+9
2020-05-18Fixes currency codeSZacharias Björngren1-24/+48
2020-04-07Removed redundant } in nl_BE city namesMrBramme1-1/+1
2020-03-27Removed an unused variable, password, found in internet.js on line 354Eric1-1/+1
2020-03-11Fix return of finance.amountEduardo Moreira1-1/+2
2020-03-06Change image API base URL to stable providerFrank Barrett1-2/+2
2020-02-05feat: add lorem to russian localeKonstantin Kuznetsov3-0/+195
2020-02-02feat: add finance ,company, address.country_codefariborzemami19-0/+677
2020-02-02fix: add job_title to title subsetfariborzemami3-37/+98
2020-02-02feat: add job_titlefariborzemami2-0/+37
2020-02-01fix: missing charactersfariborzemami3-233/+233
2020-02-01feat: add country list & some changes on street_suddixfariborzemami3-2/+242
2020-02-01feat: add "fa" commercefariborzemami5-0/+108
2020-01-31fix: change first_name.jsfariborzemami1-1/+2
2020-01-31chore: update index.jsfariborzemami1-0/+1
2020-01-31feat: add internetfariborzemami4-0/+23
2020-01-31feat: add vehicle to "fa" libraryfariborzemami6-0/+90
2020-01-31feat: add date abbrfariborzemami2-3/+48
2020-01-31chore: update index.jsfariborzemami1-0/+1
2020-01-31feat: add persian datefariborzemami3-0/+56
2020-01-31chore: update index.jsfariborzemami1-0/+3
2020-01-31feat: add phone number and cell phone formatfariborzemami4-0/+57
2020-01-31feat: add persian loremfariborzemami2-0/+89
2020-01-16Remove profanity.Matt R. Wilson3-9/+0
2019-12-24minor fixAnas Al-Fitiani2-6/+6
2019-12-24minor fixAnas Al-Fitiani2-6/+6
2019-12-24Add new data under AR localesAnas Al-Fitiani16-37/+277
2019-12-15Changes LoremPixel from HTTP to HTTPSAbner Soares Alves Junior1-1/+1
2019-12-15Fix namespace in commentAbner Soares Alves Junior1-4/+4
2019-12-14Adds Lorem Picsum as image providerAbner Soares Alves Junior2-0/+111
2019-12-06Fixed the currency listJonathan Dalrymple1-26/+34
Previously this list included invalid ISO4217 codes, probably as a result of the parser/generator that was used to create the list. I've split all of the combined codes, and removed some of the [fund code](https://en.wikipedia.org/wiki/Unidad_de_Fomento) codes. I've also taken the time to give some the currencies their correct names and symbols according to their respective wikipedia pages.
2019-11-02fr/address/city_name.js: fix typo in "Lille" namehydrargyrum1-1/+1
"Lille" is the real city name, not "Lille13".
2019-10-17Add support for Nigerian localemakinde201319-0/+728
2019-10-10Add gendered first names to de localehaggys221-0/+2
2019-10-10Add gendered first names to de localehaggys221-2/+2
2019-10-10Add female first names to de localehaggys221-0/+585
2019-10-10Add male first names to de localehaggys221-0/+574
2019-10-09Added the Music faker.Steve Atkinson2-0/+26
2019-10-09Added music data for genres.Steve Atkinson3-0/+24
2019-10-04fix: absurd street name in ruAnton Rusak1-1/+0
"речень улиц" seems like a parsing error. It means "List of streets" in Russian
2019-10-04fix: two cities stuck together in ruAnton Rusak1-1/+2
Брянск and Магнитогорск are different cities :)
2019-09-12add transaction description method on finance moduleAshish Rao1-0/+16