This change allows us to translate the dropdowns that are
controlled in the Angular interfaces.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
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']
};