diff options
| author | DivisionByZero <[email protected]> | 2024-05-25 21:53:53 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-25 19:53:53 +0000 |
| commit | 353e85cda53919c97fe9d190633b4c9c1401f213 (patch) | |
| tree | aca19c8e9d2c618e8a90216dc23b6f7fd6525c60 /scripts | |
| parent | a60f097af43bee273c431e26b19456d8fe7f4256 (diff) | |
| download | faker-353e85cda53919c97fe9d190633b4c9c1401f213.tar.xz faker-353e85cda53919c97fe9d190633b4c9c1401f213.zip | |
refactor(locale): normalize finance data (#2915)
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 41b2e108..933215a1 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 = [ - 'finance', 'internet', 'location', 'lorem', |
