diff options
| author | DivisionByZero <[email protected]> | 2024-04-16 08:23:17 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-16 08:23:17 +0200 |
| commit | d71662e153f6915e95af750419e0042e5c2c49d4 (patch) | |
| tree | 3cc95b21630b37783f2543ea7851f86a91f21fcc /scripts | |
| parent | cd5577c546f17f6468b35c0c6164a666584ba67c (diff) | |
| download | faker-d71662e153f6915e95af750419e0042e5c2c49d4.tar.xz faker-d71662e153f6915e95af750419e0042e5c2c49d4.zip | |
refactor(locale): activate data normalization for airline (#2828)
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 e851dd4b..41a6c69e 100644 --- a/scripts/generate-locales.ts +++ b/scripts/generate-locales.ts @@ -307,7 +307,6 @@ async function normalizeLocaleFile(filePath: string, definitionKey: string) { const legacyDefinitions = ['app', 'cell_phone', 'team']; const definitionsToSkip = [ - 'airline', 'color', 'commerce', 'company', |
