aboutsummaryrefslogtreecommitdiff
path: root/src/locales/tr/location
AgeCommit message (Collapse)AuthorFilesLines
2024-12-07refactor(locale): fix various locale data with trailing spaces (#3329)Matt Mayer1-3/+3
* fix: fix various locale data with trailing spaces in the case of ar/location/state and hr/location/street_name, this was also a duplicate of a line without a space, so removed. * Delete test file
2024-03-14refactor(location)!: remove default_country definitions (#2740)Matt Mayer2-3/+0
Co-authored-by: ST-DDT <[email protected]>
2023-07-14feat(locale): add states for Turkey (tr) (#2231)Eric Cheng2-0/+85
2023-05-03fix(locale): remove unrealistic fictional patterns in ne, ro, tr (#2120)Matt Mayer1-7/+1
2023-05-01refactor(types): rename locale definition types to singular (#2058)ST-DDT1-2/+2
2023-04-27refactor(location)!: rename definition city to city_pattern (#2094)DivisionByZero2-2/+2
2023-04-21refactor(location)!: rename definition street to street_pattern (#2051)Shinigami2-2/+2
2022-10-21refactor(location)!: rename address module (#1469)Shinigami10-0/+406
Co-authored-by: ST-DDT <[email protected]>