From 5ba44bc4a62b708b86cd50cda74977bc3b697240 Mon Sep 17 00:00:00 2001 From: DivisionByZero Date: Tue, 14 May 2024 13:40:53 +0200 Subject: refactor(locale): normalize company data (#2889) --- 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 4977c504..1b9457ea 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 = [ - 'company', 'date', 'finance', 'internet', -- cgit v1.2.3