diff options
| author | DivisionByZero <[email protected]> | 2024-05-08 13:39:52 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-08 11:39:52 +0000 |
| commit | 737de3ab7cefe6d66ac1465807a2fa9a5017f930 (patch) | |
| tree | de23aca6f304e661c759079fc9e8a59114769e50 /scripts | |
| parent | 6e6fa4cd090e5d7dc60d2c0eed3a01013ab4a111 (diff) | |
| download | faker-737de3ab7cefe6d66ac1465807a2fa9a5017f930.tar.xz faker-737de3ab7cefe6d66ac1465807a2fa9a5017f930.zip | |
refactor(locale): normalize vehicle data (#2874)
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 89321ae2..f2e4b71f 100644 --- a/scripts/generate-locales.ts +++ b/scripts/generate-locales.ts @@ -323,7 +323,6 @@ async function normalizeLocaleFile(filePath: string, definitionKey: string) { 'phone_number', 'science', 'system', - 'vehicle', 'word', ...legacyDefinitions, ]; |
