diff options
| author | DivisionByZero <[email protected]> | 2024-04-11 08:39:42 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-11 06:39:42 +0000 |
| commit | 03b965abfde57be617a1ae7ba715604e149a803d (patch) | |
| tree | ab86c6c9c2350f541f8f8fb1ae50af175aa51af8 /scripts | |
| parent | fb65976acb1003f441a35afafbd87204eca0e2d7 (diff) | |
| download | faker-03b965abfde57be617a1ae7ba715604e149a803d.tar.xz faker-03b965abfde57be617a1ae7ba715604e149a803d.zip | |
refactor(locale): normalize animal data (#2791)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/generate-locales.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/generate-locales.ts b/scripts/generate-locales.ts index 67b48553..e851dd4b 100644 --- a/scripts/generate-locales.ts +++ b/scripts/generate-locales.ts @@ -308,7 +308,6 @@ async function normalizeLocaleFile(filePath: string, definitionKey: string) { const legacyDefinitions = ['app', 'cell_phone', 'team']; const definitionsToSkip = [ 'airline', - 'animal', 'color', 'commerce', 'company', |
