aboutsummaryrefslogtreecommitdiff
path: root/src/locales/ur
AgeCommit message (Collapse)AuthorFilesLines
2024-12-14feat(location): add list of spoken languages (#3333)Umair Jibran2-0/+35
* add list of spoken languages * remove dupes * add language definition * add language module * add test case for `language()` * autogenerated supporting code * add languages for urdu * add test to make sure the values are truthy * update seed to match new format * update language list slim them down to a few languages as the long list was not easy to build up * update documentation * update returns * language: convert alpha2 to lowercase * update seed flies * covert alpha3 to lowercase * update seeders * update example * update version * use interface for language * Update index.ts * Revert "Update index.ts" This reverts commit 72a18e99cfee1f4c09d151b27bda1f2c8d1137d8. * Update src/modules/location/index.ts Co-authored-by: ST-DDT <[email protected]> * Update src/modules/location/index.ts Co-authored-by: ST-DDT <[email protected]> * Update src/definitions/location.ts Co-authored-by: ST-DDT <[email protected]> * language semantic Co-authored-by: ST-DDT <[email protected]> * add additional test cases * add examples for each property * add languages for the supported locales * update seeds * use example of german instead of english * Update src/definitions/location.ts Co-authored-by: ST-DDT <[email protected]> --------- Co-authored-by: ST-DDT <[email protected]>
2024-11-30refactor(locale): sort person data (#3269)ST-DDT2-63/+63
2024-10-21docs: add jsdocs to the pre-built instances (#3193)ST-DDT1-0/+6
2024-06-30refactor(locale): group person entries by gender (#2938)DivisionByZero11-122/+118
2024-06-13refactor(locale)!: use singular locale definition keys (#2932)Saurabh kumar2-2/+2
2024-05-25refactor(locale): normalize finance data (#2915)DivisionByZero2-2/+2
2024-05-18refactor(locale): normalize date data (#2902)DivisionByZero2-9/+9
2024-05-08refactor(locale): normalize vehicle data (#2874)DivisionByZero4-7/+7
2024-05-03refactor(locale): normalize commerce data (#2868)DivisionByZero2-37/+37
2024-04-29refactor(locale): normalize music data (#2857)DivisionByZero1-5/+5
2024-04-21refactor(locale): activate data normalization for color (#2837)DivisionByZero1-8/+8
2024-04-15refactor(locale)!: remove location data index-value-binding (#2476)DivisionByZero1-10/+6
2024-04-11refactor(locale): normalize animal data (#2791)DivisionByZero5-6/+6
2024-03-14refactor(location)!: remove default_country definitions (#2740)Matt Mayer2-3/+0
Co-authored-by: ST-DDT <[email protected]>
2024-02-27refactor(person)!: flatten jobs definitions (#2505)Matt Mayer4-36/+36
2023-08-06fix(locale): invalid date definitions (#2293)DivisionByZero2-6/+4
Co-authored-by: ST-DDT <[email protected]>
2023-07-17refactor(lorem): merge supplemental into words (#2242)Matt Mayer3-47/+8
2023-05-01refactor(types): rename locale definition types to singular (#2058)ST-DDT12-25/+23
2023-04-30refactor(locale): add city_name to city_patterns (#2104)DivisionByZero1-0/+1
2023-04-27refactor(location)!: rename definition city to city_pattern (#2094)DivisionByZero2-2/+2
2023-04-22feat(locale): add additional metadata properties (#2025)Matt Mayer1-2/+7
2023-04-21refactor(location)!: rename definition street to street_pattern (#2051)Shinigami2-2/+2
2023-04-17refactor: rename patterns to pattern (#2059)Shinigami2-2/+2
2023-04-12refactor(business): remove old business data (#2033)Matt Mayer3-14/+0
2023-04-01refactor(locale)!: move title to metadata (#1978)ST-DDT2-1/+9
2023-03-27feat(locale): add hyphenated names to English locales (#1872)Matt Mayer2-0/+3
2023-03-14refactor(date): remove duplicate context of date definitions (#1915)Matt Mayer2-15/+0
2023-02-02fix(person): change fullName to use name patterns (#1637)Matt Mayer1-7/+9
2023-01-29refactor(locale)!: remove unused separator entry (#1731)ST-DDT1-1/+0
2023-01-09feat(person): split prefix into gendered versions (#1665)Matt Mayer4-1/+11
2022-10-21refactor(location)!: rename address module (#1469)Shinigami21-20/+20
Co-authored-by: ST-DDT <[email protected]>
2022-10-16refactor(person)!: rename name module (#1445)Shinigami15-23/+23
Co-authored-by: ST-DDT <[email protected]>
2022-10-08test(locale): check for duplicated entries (#1137)Leyla Jähnig3-715/+0
2022-08-19feat(name): extract sex generator from gender to sex (#1168)Hanna2-2/+2
2022-05-22feat: color module (#801)Harsohail Brar4-2/+14
Co-authored-by: Shinigami <[email protected]>
2022-05-21feat: use localized fake pattern in street (#966)ST-DDT3-4/+4
2022-05-07chore(locales): convert locales data to faker.fake format (#927)ST-DDT5-16/+16
2022-05-05fix(generate:locale): make the definition types extendible (#915)ST-DDT6-8/+8
Co-authored-by: Piotr Kuczynski <[email protected]>
2022-04-05feat: use street address templates from locales (#754)ST-DDT1-1/+4
2022-04-03chore: address zipCodeByState fix types (#760)ST-DDT2-3/+0
2022-02-17feat(types): generate all locales index files with non-any types (#494)ST-DDT4-8/+24
2022-02-14fix: fix bicycle_types files being named incorrectly (#477)ST-DDT2-4/+4
2022-02-11feat(types): provide strong typing for locales 2 (#398)ST-DDT13-19/+74
2022-01-20feat: migrate locales to typescript (#238)ST-DDT107-149/+250
2022-01-19fix: ts support for locales (#169)Shinigami67-0/+1508