From f0e3a34f006fa13f675861b85b799ad670c19c7a Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Tue, 25 Feb 2025 13:17:34 +0100 Subject: [PATCH] Update angular.json --- ogWebconsole/angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogWebconsole/angular.json b/ogWebconsole/angular.json index aba92ea..81328fa 100644 --- a/ogWebconsole/angular.json +++ b/ogWebconsole/angular.json @@ -7,7 +7,7 @@ "i18n": { "sourceLocale": "es", "locales": { - "en-US": "src/locale/en-US.json" + "en": "src/locale/en.json" } }, "projectType": "application",