From 03b965abfde57be617a1ae7ba715604e149a803d Mon Sep 17 00:00:00 2001 From: DivisionByZero Date: Thu, 11 Apr 2024 08:39:42 +0200 Subject: refactor(locale): normalize animal data (#2791) --- scripts/generate-locales.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/generate-locales.ts b/scripts/generate-locales.ts index 67b48553..e851dd4b 100644 --- a/scripts/generate-locales.ts +++ b/scripts/generate-locales.ts @@ -308,7 +308,6 @@ async function normalizeLocaleFile(filePath: string, definitionKey: string) { const legacyDefinitions = ['app', 'cell_phone', 'team']; const definitionsToSkip = [ 'airline', - 'animal', 'color', 'commerce', 'company', -- cgit v1.2.3