Localization for Angular translations
authorTerran McCanna <tmccanna@georgialibraries.org>
Fri, 14 Jan 2022 17:25:47 +0000 (12:25 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 16 Jan 2022 17:41:01 +0000 (12:41 -0500)
This change allows us to translate the dropdowns that are
controlled in the Angular interfaces.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/eg2/src/environments/environment.prod.ts

index d7953f9..f8827a5 100644 (file)
@@ -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']
 };