| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-08-13 | refactor(locale): remove invalid credit card issuer patterns (#3568) | DivisionByZero | 3 | -15/+3 | |
| 2025-08-11 | feat(locale): extended list of colors in Polish (#3586) | Piotr Kuczynski | 1 | -0/+135 | |
| Co-authored-by: DivisionByZero <[email protected]> | |||||
| 2025-07-20 | feat(locales): add animal vocabulary(bear, bird, cat, rabbit, pet_name) in ↵ | r4bb1t | 7 | -0/+311 | |
| Korean (#3535) Co-authored-by: DivisionByZero <[email protected]> | |||||
| 2025-06-29 | feat(locale): add word data to pt_br and pt_pt locales (#3531) | Daniel Shvarts | 10 | -0/+1616 | |
| 2025-05-13 | fix(locale): correct Japanese country names (#3510) | matsueushi | 1 | -11/+7 | |
| 2025-05-13 | fix(locale): ko modified street_name to street_name_part (#3485) | seoahan | 5 | -33/+123 | |
| 2025-05-11 | fix(locale): correct the name of element Lv in Japanese (#3509) | matsueushi | 1 | -1/+1 | |
| 2025-05-11 | feat(locale): Add additional Japanese last names to the locale data (#3484) | Noritaka Kobayashi | 1 | -0/+480 | |
| 2025-05-05 | refactor(locale): normalize internet data (#3502) | DivisionByZero | 91 | -2859/+2048 | |
| 2025-05-05 | feat(locale): update zh_CN word (#3478) | Khalil Yao | 5 | -0/+159 | |
| 2025-05-04 | refactor(locale): rename pt-BR streetSuffix to streetPrefix (#3493) | Guilherme Chalita | 3 | -4/+4 | |
| 2025-05-02 | feat(locale): add Japanese sex definitions for person locale (#3495) | Noritaka Kobayashi | 2 | -0/+3 | |
| 2025-04-30 | feat(locale): add Japanese science locale data including elements and units ↵ | Noritaka Kobayashi | 4 | -0/+726 | |
| (#3491) | |||||
| 2025-04-29 | feat(locale): update Japanese company categories (#3489) | Noritaka Kobayashi | 1 | -0/+12 | |
| 2025-04-29 | feat(locale): add vehicle locale data for Japanese (#3490) | Noritaka Kobayashi | 4 | -0/+28 | |
| 2025-04-29 | feat(locale): add Japanese date and month definitions (#3492) | matsueushi | 4 | -0/+50 | |
| 2025-04-25 | feat(locale): add zh_CN book (#3477) | Khalil Yao | 8 | -0/+278 | |
| 2025-04-24 | refactor(locale): ko state data update (#3487) | seoahan | 1 | -17/+17 | |
| Co-authored-by: DivisionByZero <[email protected]> | |||||
| 2025-04-24 | feat(locale): update zh_CN animal (#3480) | Khalil Yao | 8 | -4/+81 | |
| 2025-04-19 | feat(locale): update zh_CN location (#3481) | Khalil Yao | 8 | -0/+449 | |
| 2025-04-18 | feat(locale): add zh_CN food (#3479) | Khalil Yao | 12 | -0/+393 | |
| 2025-04-16 | feat(locale): add country code for en_CA & fr_CA (#3476) | Alix Lahuec | 4 | -0/+8 | |
| 2025-04-11 | feat(locale): add cy locale, start with date (#3462) | Awen23 | 6 | -0/+83 | |
| 2025-04-11 | feat(locale): add finance support for ja locale (#3449) | matsueushi | 6 | -0/+969 | |
| 2025-04-10 | fix(locale): rename ja and zh_CN company affix files (#3448) | matsueushi | 6 | -8/+8 | |
| 2025-04-10 | feat(locale): add Tamil language support (#3468) | Pradeeep G | 6 | -0/+84 | |
| 2025-04-01 | feat(locale): add localize sex support for zh_CN & zh_TW (#3450) | 蛋疼的蛋蛋 | 4 | -0/+6 | |
| 2025-03-17 | fix(airline): Air France and KLM Royal Dutch Airlines (#3440) | Steven Chim | 1 | -1/+2 | |
| 2025-03-16 | feat(locale): Add bn_BD locale (#3439) | Abrar Shahriar Adib | 6 | -0/+92 | |
| 2025-03-06 | feat(finance): add ISO 4217 numerical codes to Currency (#3404) | Owen | 5 | -0/+423 | |
| 2025-03-01 | chore(deps): update eslint (major) (#3426) | renovate[bot] | 1 | -69/+69 | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ST-DDT <[email protected]> | |||||
| 2025-01-15 | refactor(locale): improve product_name data in en and tr (#3372) | Salih Kahyaoğlu | 2 | -6/+18 | |
| * Reclassify 'Soft', 'Fresh', and 'Frozen' as adjectives in en locale * Add extra materials in en * Move some materials to adjectives for better categorization in tr * Add extra data to materials in tr * Run preflight | |||||
| 2025-01-15 | fix(locales): update chemical element names in zh_CN (#3371) | tuanzi | 1 | -8/+8 | |
| Co-authored-by: ST-DDT <[email protected]> | |||||
| 2024-12-21 | fix(finance): update Discover card number format to ensure accuracy (#3336) | Juliette | 2 | -6/+0 | |
| Co-authored-by: ST-DDT <[email protected]> | |||||
| 2024-12-14 | feat(location): add list of spoken languages (#3333) | Umair Jibran | 4 | -0/+110 | |
| * add list of spoken languages * remove dupes * add language definition * add language module * add test case for `language()` * autogenerated supporting code * add languages for urdu * add test to make sure the values are truthy * update seed to match new format * update language list slim them down to a few languages as the long list was not easy to build up * update documentation * update returns * language: convert alpha2 to lowercase * update seed flies * covert alpha3 to lowercase * update seeders * update example * update version * use interface for language * Update index.ts * Revert "Update index.ts" This reverts commit 72a18e99cfee1f4c09d151b27bda1f2c8d1137d8. * Update src/modules/location/index.ts Co-authored-by: ST-DDT <[email protected]> * Update src/modules/location/index.ts Co-authored-by: ST-DDT <[email protected]> * Update src/definitions/location.ts Co-authored-by: ST-DDT <[email protected]> * language semantic Co-authored-by: ST-DDT <[email protected]> * add additional test cases * add examples for each property * add languages for the supported locales * update seeds * use example of german instead of english * Update src/definitions/location.ts Co-authored-by: ST-DDT <[email protected]> --------- Co-authored-by: ST-DDT <[email protected]> | |||||
| 2024-12-13 | feat(internet): update to simplified modern user-agent list (#3324) | Matt Mayer | 2 | -0/+24 | |
| * feat(internet): update to simplified modern user-agent list * fix reviews suggestions, fix extraneous } --------- Co-authored-by: ST-DDT <[email protected]> | |||||
| 2024-12-13 | add german animal types (#3334) | Matthias | 3 | -0/+60 | |
| 2024-12-11 | feat(finance): use fake patterns for transactionDescription (#3202) | ST-DDT | 2 | -0/+15 | |
| 2024-12-07 | refactor(locale): fix various locale data with trailing spaces (#3329) | Matt Mayer | 14 | -24/+22 | |
| * 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-12-06 | fix(location): fix bad uz street_name_part data (#3328) | Matt Mayer | 1 | -2/+2 | |
| 2024-12-06 | fix(music): fix truncated song names with commas (#3327) | Matt Mayer | 1 | -23/+23 | |
| likely accidentally lost when originally imported ref #996 and https://manghammath.com/80s%20Hits/The%20Top%201000%20Songs%20of%20AllTime.pdf | |||||
| 2024-12-06 | fix(animal): re-moo-ved some incorrect cow data (#3326) | Matt Mayer | 1 | -25/+0 | |
| My guess is when this was introduced in 1914b965c22b61a82e0aaf97e560899cd81bfee9 this was a copy-paste from something like Wikipedia, and there were some alphabetical markers like “A - edit” “B - edit” which made their way into the data | |||||
| 2024-12-02 | refactor(locale): update Polish city name (#3306) | krpogorzelski | 1 | -1/+1 | |
| * Update city_name.ts In accordance with the regulation of the Minister of Internal Affairs and Administration of 29 December 2015, the name of the city "Stargard Szczeciński" is changed to "Stargard". * Update city_name.ts --------- Co-authored-by: ST-DDT <[email protected]> | |||||
| 2024-12-02 | infra(unicorn): prefer-export-from (#3272) | ST-DDT | 3 | -77/+72 | |
| 2024-11-30 | refactor(locale): sort person data (#3269) | ST-DDT | 123 | -19104/+19104 | |
| 2024-11-27 | refactor(locale): split up Spanish generic first names (#3279) | ST-DDT | 2 | -109/+92 | |
| * refactor(locale): split up Spanish generic first names * chore: remove duplicates * chore: fix failing tests | |||||
| 2024-11-25 | fix(locale): add Isadora to female names in pt_BR for consistency (#3282) | Matt Mayer | 1 | -0/+1 | |
| 2024-11-25 | fix(locale): fix incorrect accents in it first_name (#3281) | Matt Mayer | 1 | -6/+6 | |
| Co-authored-by: DivisionByZero <[email protected]> | |||||
| 2024-11-19 | refactor(locale): split en_AU_ocker first_names by sex (#3270) | ST-DDT | 1 | -1/+3 | |
| 2024-11-11 | refactor(locale): improve zh_CN vehicle manufacturers (#3254) | Heuluck Lu | 1 | -6/+20 | |
