From d71662e153f6915e95af750419e0042e5c2c49d4 Mon Sep 17 00:00:00 2001 From: DivisionByZero Date: Tue, 16 Apr 2024 08:23:17 +0200 Subject: refactor(locale): activate data normalization for airline (#2828) --- 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 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', -- cgit v1.2.3