From 1eea7fe7caa3a41d5651ead3c4604a0fc99f0aba Mon Sep 17 00:00:00 2001 From: DivisionByZero Date: Sun, 5 May 2024 11:05:35 +0200 Subject: refactor(locale): normalize database data (#2873) --- 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 c6760ec4..89321ae2 100644 --- a/scripts/generate-locales.ts +++ b/scripts/generate-locales.ts @@ -313,7 +313,6 @@ async function normalizeLocaleFile(filePath: string, definitionKey: string) { const legacyDefinitions = ['app', 'cell_phone', 'team']; const definitionsToSkip = [ 'company', - 'database', 'date', 'finance', 'internet', -- cgit v1.2.3