]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/src/environments/environment.prod.ts
LP1821067 Angular i18n uses XMB; cs-CZ examples
[working/Evergreen.git] / Open-ILS / src / eg2 / src / environments / environment.prod.ts
1 export const environment = {
2   production: true,
3   // TODO: a way to pass these in at build time.
4   // locales: ['en-US', 'fr-CA', 'cs-CZ']
5   locales: ['en-US']
6 };