aboutsummaryrefslogtreecommitdiff
path: root/src/locales/ja
AgeCommit message (Collapse)AuthorFilesLines
2025-05-13fix(locale): correct Japanese country names (#3510)matsueushi1-11/+7
2025-05-11fix(locale): correct the name of element Lv in Japanese (#3509)matsueushi1-1/+1
2025-05-11feat(locale): Add additional Japanese last names to the locale data (#3484)Noritaka Kobayashi1-0/+480
2025-05-02feat(locale): add Japanese sex definitions for person locale (#3495)Noritaka Kobayashi2-0/+3
2025-04-30feat(locale): add Japanese science locale data including elements and units ↵Noritaka Kobayashi4-0/+726
(#3491)
2025-04-29feat(locale): update Japanese company categories (#3489)Noritaka Kobayashi1-0/+12
2025-04-29feat(locale): add vehicle locale data for Japanese (#3490)Noritaka Kobayashi4-0/+28
2025-04-29feat(locale): add Japanese date and month definitions (#3492)matsueushi4-0/+50
2025-04-11feat(locale): add finance support for ja locale (#3449)matsueushi6-0/+969
2025-04-10fix(locale): rename ja and zh_CN company affix files (#3448)matsueushi3-4/+4
2024-11-30refactor(locale): sort person data (#3269)ST-DDT2-246/+246
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)DivisionByZero9-326/+601
2024-06-13refactor(locale)!: use singular locale definition keys (#2932)Saurabh kumar2-2/+2
2024-05-14refactor(locale): normalize company data (#2889)DivisionByZero2-9/+9
2024-04-15refactor(locale)!: remove location data index-value-binding (#2476)DivisionByZero1-1/+6
2024-04-06feat(locale): support street and street address for ja (#2193)KeisukeYamashita4-2/+10
2024-03-12feat(phone)!: add new style parameter (#2578)Matt Mayer5-2/+20
2023-07-17refactor(lorem): merge supplemental into words (#2242)Matt Mayer3-510/+495
2023-06-17feat(locale): add direction to ja (#2191)KeisukeYamashita2-0/+3
Signed-off-by: KeisukeYamashita <[email protected]>
2023-06-04fix(locale): limited ja first names without passing sex (#2190)KeisukeYamashita1-23/+8
2023-06-04fix(locale): remove duplicated countries in `ja` locale (#2189)KeisukeYamashita1-4/+0
2023-06-04fix(locale): remove continent from ja countries (#2194)KeisukeYamashita1-8/+0
2023-05-01refactor(types): rename locale definition types to singular (#2058)ST-DDT6-12/+12
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-03-27feat(locale): add hyphenated names to English locales (#1872)Matt Mayer2-0/+3
2023-02-02fix(person): change fullName to use name patterns (#1637)Matt Mayer1-1/+3
2022-11-21feat(locate): add japanese company (#1573)kz-d5-0/+38
2022-10-21refactor(location)!: rename address module (#1469)Shinigami12-15/+15
Co-authored-by: ST-DDT <[email protected]>
2022-10-16refactor(person)!: rename name module (#1445)Shinigami10-12/+12
Co-authored-by: ST-DDT <[email protected]>
2022-10-08test(locale): check for duplicated entries (#1137)Leyla Jähnig2-4/+0
2022-08-02feat(dev): add male_first_name,female_first_name, jp locale (#1217)SATOSHI TAKAGI3-0/+288
2022-05-21feat: use localized fake pattern in street (#966)ST-DDT2-2/+2
2022-05-07chore(locales): convert locales data to faker.fake format (#927)ST-DDT3-7/+7
2022-05-05fix(generate:locale): make the definition types extendible (#915)ST-DDT3-5/+5
Co-authored-by: Piotr Kuczynski <[email protected]>
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-DDT5-8/+32
2022-01-20feat: migrate locales to typescript (#238)ST-DDT32-50/+80
2022-01-19fix: ts support for locales (#169)Shinigami21-0/+1389