From: Terran McCanna Date: Fri, 14 Jan 2022 17:25:47 +0000 (-0500) Subject: Localization for Angular translations X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=672b3ba3445d775f81ccc68638ce1231df9a24b9;p=evergreen%2Fpines.git Localization for Angular translations This change allows us to translate the dropdowns that are controlled in the Angular interfaces. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/eg2/src/environments/environment.prod.ts b/Open-ILS/src/eg2/src/environments/environment.prod.ts index d7953f9f8a..f8827a5dad 100644 --- a/Open-ILS/src/eg2/src/environments/environment.prod.ts +++ b/Open-ILS/src/eg2/src/environments/environment.prod.ts @@ -2,5 +2,5 @@ export const environment = { production: true, // TODO: a way to pass these in at build time. // locales: ['en-US', 'fr-CA', 'cs-CZ'] - locales: ['en-US'] + locales: ['en-US','es-ES'] };