aboutsummaryrefslogtreecommitdiff
path: root/src/locales/en_GB
AgeCommit message (Expand)AuthorFilesLines
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)DivisionByZero2-8/+13
2024-03-14refactor(location)!: remove default_country definitions (#2740)Matt Mayer2-3/+0
2024-03-12feat(phone)!: add new style parameter (#2578)Matt Mayer5-2/+50
2023-10-05feat(locale): add street_name to `en_US`, `en_GB` and `en` (#2371)DivisionByZero3-0/+406
2023-07-20fix(location): avoid hyphenated surnames in city patterns (#2119)Matt Mayer1-4/+4
2023-07-09feat(locale): add GB subdivision codes (#2233)Robin van der Vliet3-1/+4
2023-05-01refactor(types): rename locale definition types to singular (#2058)ST-DDT5-10/+10
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/+8
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-01refactor(locale)!: move title to metadata (#1978)ST-DDT2-1/+9
2023-03-29chore(locale): change uk_country to state (#1989)Matt Mayer2-2/+2
2023-02-21fix(person): avoid repeated last name via new last_name_patterns (#1819)Matt Mayer4-0/+27
2022-12-17fix(locale): improve en_GB location addresses (#1620)Matt Mayer7-3/+124
2022-10-21refactor(location)!: rename address module (#1469)Shinigami10-15/+15
2022-10-16refactor(person)!: rename name module (#1445)Shinigami2-6/+6
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-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-05fix(generate:locale): make the definition types extendible (#915)ST-DDT2-3/+3
2022-04-05chore: additional domain suffixes added for GB locale (#253)doughlass1-1/+21
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-DDT4-4/+23
2022-01-20feat: migrate locales to typescript (#238)ST-DDT20-26/+49
2022-01-19fix: ts support for locales (#169)Shinigami12-0/+127