diff options
| author | DivisionByZero <[email protected]> | 2024-02-11 11:29:51 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-11 10:29:51 +0000 |
| commit | 9aab7c2429b50c0f6e8bd1908344f9ff92912f5d (patch) | |
| tree | a30e8d5a6704c8c5011757e48dba4e1bba5ac638 /scripts | |
| parent | 0e4b93fe42ed6c63970c629e9b5e3ff415e5711c (diff) | |
| download | faker-9aab7c2429b50c0f6e8bd1908344f9ff92912f5d.tar.xz faker-9aab7c2429b50c0f6e8bd1908344f9ff92912f5d.zip | |
feat(food): new module (#2484)
Co-authored-by: Matt Mayer <[email protected]>
Co-authored-by: Matt Mayer <[email protected]>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/generate-locales.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/generate-locales.ts b/scripts/generate-locales.ts index 4228cc91..c1aea203 100644 --- a/scripts/generate-locales.ts +++ b/scripts/generate-locales.ts @@ -63,6 +63,7 @@ const definitionsTypes: DefinitionType = { database: 'DatabaseDefinition', date: 'DateDefinition', finance: 'FinanceDefinition', + food: 'FoodDefinition', hacker: 'HackerDefinition', internet: 'InternetDefinition', location: 'LocationDefinition', |
