From 27e7e9a39ecf523e498fa150d391c033f42a33cf Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Fri, 14 Jan 2022 12:25:47 -0500 Subject: [PATCH] Localization for Angular translations This change allows us to translate the dropdowns that are controlled in the Angular interfaces. Signed-off-by: Terran McCanna --- Open-ILS/src/eg2/src/environments/environment.prod.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Open-ILS/src/eg2/src/environments/environment.prod.ts b/Open-ILS/src/eg2/src/environments/environment.prod.ts index 2a7293d0fe..f8827a5dad 100644 --- a/Open-ILS/src/eg2/src/environments/environment.prod.ts +++ b/Open-ILS/src/eg2/src/environments/environment.prod.ts @@ -2,10 +2,5 @@ export const environment = { production: true, // TODO: a way to pass these in at build time. // locales: ['en-US', 'fr-CA', 'cs-CZ'] - // FIXME: The language selector in the Angular staff - // client's navbar goes strictly by the list - // here, but that's not ideal: the list of localizations - // shipped with Evergreen (and maybe pre-built) aren't - // necessarily the list you want to turn on. - locales: ['en-US'] + locales: ['en-US','es-ES'] }; -- 2.11.0