diff options
| author | DivisionByZero <[email protected]> | 2024-05-14 13:40:53 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-14 13:40:53 +0200 |
| commit | 5ba44bc4a62b708b86cd50cda74977bc3b697240 (patch) | |
| tree | c594248e109238987f1d68ca64b6cbd52dd03143 /scripts | |
| parent | b27e1a8d4d0402553f6c5b0170bc371adc8f73f3 (diff) | |
| download | faker-5ba44bc4a62b708b86cd50cda74977bc3b697240.tar.xz faker-5ba44bc4a62b708b86cd50cda74977bc3b697240.zip | |
refactor(locale): normalize company data (#2889)
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 4977c504..1b9457ea 100644 --- a/scripts/generate-locales.ts +++ b/scripts/generate-locales.ts @@ -312,7 +312,6 @@ async function normalizeLocaleFile(filePath: string, definitionKey: string) { const legacyDefinitions = ['app', 'cell_phone', 'team']; const definitionsToSkip = [ - 'company', 'date', 'finance', 'internet', |
