From 17617b82c651efce8dd11476838a2ffd659e4ea5 Mon Sep 17 00:00:00 2001 From: Yannic Schroeder Date: Wed, 16 Feb 2022 23:33:32 +0100 Subject: [PATCH] Disable legacy i18n IDs --- src-ui/tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src-ui/tsconfig.json b/src-ui/tsconfig.json index f69f65417..c21849f00 100644 --- a/src-ui/tsconfig.json +++ b/src-ui/tsconfig.json @@ -16,5 +16,8 @@ "es2018", "dom" ] + }, + "angularCompilerOptions": { + "enableI18nLegacyMessageIdFormat": false, } }