From b754dc6ac8be86a2b5c550d743899390997362a6 Mon Sep 17 00:00:00 2001 From: DivisionByZero Date: Sun, 21 Apr 2024 20:58:39 +0200 Subject: refactor(locale): activate data normalization for color (#2837) --- 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 d4268778..ac50f6d1 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 = [ - 'color', 'commerce', 'company', 'database', -- cgit v1.2.3