]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/eg2/src/environments/environment.prod.ts
LP 2061136 follow-up: ng lint --fix
[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     // FIXME: The language selector in the Angular staff
6     //        client's navbar goes strictly by the list
7     //        here, but that's not ideal: the list of localizations
8     //        shipped with Evergreen (and maybe pre-built) aren't
9     //        necessarily the list you want to turn on.
10     locales: ['en-US']
11 };