in src/app/translations.js [18:22]
export function initTranslations(locale) { if (translations[locale]) { setLocale(locale, translations); } }