Language switcher behaviour fix

Closes-Bug: #1592440

Change-Id: If6d98c0703769ae348b46bd0692abbc3be28aa5b
This commit is contained in:
Kate Pimenova 2016-06-14 17:50:49 +03:00
parent 5621748335
commit 2086070529
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ i18next
whitelist: i18n.getAvailableLocales(),
fallbackLng: defaultLocale,
detection: {
order: ['localStorage'],
lookupLocalStorage: 'i18nextLocale',
caches: ['localStorage']
}