diff options
| author | DivisionByZero <[email protected]> | 2024-05-03 09:00:12 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-03 07:00:12 +0000 |
| commit | 425997fdb2c9f7d746c688b0a0c5ba1f884550d0 (patch) | |
| tree | 8844ab5abcbe7a99177abd74d01c6fd86d5f3b5c /scripts | |
| parent | 97ff2932a7a22d5546827839d82f8503740ef84a (diff) | |
| download | faker-425997fdb2c9f7d746c688b0a0c5ba1f884550d0.tar.xz faker-425997fdb2c9f7d746c688b0a0c5ba1f884550d0.zip | |
refactor(locale): normalize commerce data (#2868)
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 a242d062..c6760ec4 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 = [ - 'commerce', 'company', 'database', 'date', |
