aboutsummaryrefslogtreecommitdiff
path: root/src/locales/es
AgeCommit message (Collapse)AuthorFilesLines
2025-05-05refactor(locale): normalize internet data (#3502)DivisionByZero2-2/+2
2024-11-30refactor(locale): sort person data (#3269)ST-DDT2-93/+93
2024-11-27refactor(locale): split up Spanish generic first names (#3279)ST-DDT2-109/+92
* refactor(locale): split up Spanish generic first names * chore: remove duplicates * chore: fix failing tests
2024-11-02refactor(locale): improve Spanish color names (#3230)P. León1-9/+37
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-902/+898
2024-06-26refactor(locale): rename company affix files (#2975)ST-DDT3-4/+4
2024-05-18refactor(locale): normalize date data (#2902)DivisionByZero2-30/+26
2024-05-14refactor(locale): normalize company data (#2889)DivisionByZero5-102/+102
2024-05-03refactor(locale): normalize commerce data (#2868)DivisionByZero2-44/+44
2024-04-21refactor(locale): activate data normalization for color (#2837)DivisionByZero1-5/+5
2024-03-14refactor(location)!: remove default_country definitions (#2740)Matt Mayer2-3/+0
Co-authored-by: ST-DDT <[email protected]>
2024-03-12feat(phone)!: add new style parameter (#2578)Matt Mayer5-2/+20
2024-02-27refactor(person)!: flatten jobs definitions (#2505)Matt Mayer5-92/+94
2023-11-07feat(person): use fake patterns for jobTitle (#2528)Matt Mayer2-0/+5
2023-06-20feat(location): es province should be county (#2156)Matt Mayer2-2/+2
2023-05-01refactor(types): rename locale definition types to singular (#2058)ST-DDT9-18/+18
2023-04-29fix(locale): es cities should be in city_name not city_prefix, remove ↵Matt Mayer3-3/+3
extraneous city_suffix (#2109)
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)Shinigami4-4/+4
2023-04-01refactor(locale)!: move title to metadata (#1978)ST-DDT2-1/+9
2023-02-21fix(person): avoid repeated last name via new last_name_patterns (#1819)Matt Mayer3-3/+10
2023-02-02fix(person): change fullName to use name patterns (#1637)Matt Mayer1-2/+9
2023-01-09feat(person): split prefix into gendered versions (#1665)Matt Mayer4-1/+11
2022-12-23fix(location): use IANA standard for timezone (#1678)Matt Mayer2-129/+0
2022-12-18fix(locale): change country name from Holanda to official name (#1669)Marcos Vidolin⚡1-1/+1
2022-11-09chore: remove broken source urls found in some locales (#1511)Mohamed Suhaib2-2/+2
2022-10-21refactor(location)!: rename address module (#1469)Shinigami19-14/+14
Co-authored-by: ST-DDT <[email protected]>
2022-10-16refactor(person)!: rename name module (#1445)Shinigami13-15/+15
Co-authored-by: ST-DDT <[email protected]>
2022-10-08test(locale): check for duplicated entries (#1137)Leyla Jähnig5-28/+0
2022-08-31feat(locale): add months, days and few other minor strings to es (#1320)P. León10-1/+88
Co-authored-by: Pablo León Manzano <[email protected]> Co-authored-by: Pablo León Manzano <[email protected]>
2022-08-22feat(company): move name formats to locales (#1293)Guilherme Minozzi2-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-DDT4-12/+12
2022-05-05fix(generate:locale): make the definition types extendible (#915)ST-DDT5-7/+7
Co-authored-by: Piotr Kuczynski <[email protected]>
2022-04-05feat: use street address templates from locales (#754)ST-DDT1-4/+4
2022-02-17feat(types): generate all locales index files with non-any types (#494)ST-DDT1-1/+5
2022-02-11feat(types): provide strong typing for locales 2 (#398)ST-DDT7-12/+46
2022-01-20feat: migrate locales to typescript (#238)ST-DDT60-89/+151
2022-01-19fix: ts support for locales (#169)Shinigami42-0/+2040