aboutsummaryrefslogtreecommitdiff
path: root/src/locales/el
AgeCommit message (Collapse)AuthorFilesLines
2025-08-13refactor(locale): remove invalid credit card issuer patterns (#3568)DivisionByZero1-5/+1
2025-05-05refactor(locale): normalize internet data (#3502)DivisionByZero2-2/+2
2025-03-06feat(finance): add ISO 4217 numerical codes to Currency (#3404)Owen1-0/+1
2024-12-21fix(finance): update Discover card number format to ensure accuracy (#3336)Juliette1-3/+0
Co-authored-by: ST-DDT <[email protected]>
2024-11-30refactor(locale): sort person data (#3269)ST-DDT3-70/+70
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)DivisionByZero10-288/+333
2024-06-26refactor(locale): rename company affix files (#2975)ST-DDT3-3/+3
2024-06-13refactor(locale)!: use singular locale definition keys (#2932)Saurabh kumar2-2/+2
2024-05-25refactor(locale): normalize finance data (#2915)DivisionByZero4-6/+6
2024-05-22fix(locale): remove Pizza from Greek words (#2908)ST-DDT1-1/+0
2024-05-14refactor(locale): normalize company data (#2889)DivisionByZero8-174/+174
2024-05-03refactor(locale): normalize commerce data (#2868)DivisionByZero2-35/+35
2024-05-01refactor(locale): normalize hacker data (#2866)DivisionByZero4-48/+48
2024-04-21refactor(locale): activate data normalization for color (#2837)DivisionByZero1-10/+10
2024-04-15refactor(locale): remove discontinued credit card issuer "maestro" (#2803)DivisionByZero2-3/+0
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/+126
2024-02-27refactor(person)!: flatten jobs definitions (#2505)Matt Mayer5-63/+65
2023-09-29chore(finance): update mastercard patterns and test (#2396)Matt Mayer1-1/+1
2023-05-02fix(locale): el county should be city_name (#2106)Matt Mayer3-8/+3
2023-05-01refactor(types): rename locale definition types to singular (#2058)ST-DDT12-24/+24
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-12refactor(business): remove old business data (#2033)Matt Mayer5-25/+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-02-27feat(finance): currency object (#1809)Matt Mayer1-3/+4
2023-02-21refactor(company)!: rename bs to buzz (#1860)Shinigami4-6/+6
2023-02-02fix(person): change fullName to use name patterns (#1637)Matt Mayer1-3/+9
2023-01-29refactor(locale)!: remove unused separator entry (#1731)ST-DDT1-1/+0
2023-01-20fix(internet): fix invalid emails in some locales (#1746)Matt Mayer1-2/+2
2023-01-09feat(person): split prefix into gendered versions (#1665)Matt Mayer4-1/+11
2022-12-21fix(person): Incorrect behavior of name.firstName() function (#1610)Matt Mayer4-38/+71
2022-10-21refactor(location)!: rename address module (#1469)Shinigami9-16/+16
Co-authored-by: ST-DDT <[email protected]>
2022-10-16refactor(person)!: rename name module (#1445)Shinigami12-20/+20
Co-authored-by: ST-DDT <[email protected]>
2022-10-08test(locale): check for duplicated entries (#1137)Leyla Jähnig7-78/+0
2022-08-22feat(company): move name formats to locales (#1293)Guilherme Minozzi2-2/+2
2022-07-30chore: deprecate address.streetPrefix and suffix (#1053)ST-DDT1-2/+2
2022-06-10chore: deprecate cityPrefix and citySuffix (#1041)ST-DDT1-4/+4
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-DDT2-0/+6
2022-05-16feat(address): use localized fake pattern in city (#948)ST-DDT2-0/+8
2022-05-07chore(locales): convert locales data to faker.fake format (#927)ST-DDT4-11/+11
2022-05-05fix(generate:locale): make the definition types extendible (#915)ST-DDT6-8/+8
Co-authored-by: Piotr Kuczynski <[email protected]>
2022-02-17feat(types): generate all locales index files with non-any types (#494)ST-DDT5-9/+29
2022-02-15fix: move el credit card information to the expected location (#484)ST-DDT8-4/+4
2022-02-11feat(types): provide strong typing for locales 2 (#398)ST-DDT10-15/+62