Small fix to show current local on settings
This commit is contained in:
@@ -300,6 +300,7 @@ const messages = {
|
||||
const i18n = new I18n(messages);
|
||||
|
||||
// Set the locale once at the beginning of your app.
|
||||
// TODO: Check user Lcale
|
||||
i18n.locale = getLocales()[0].languageCode;
|
||||
moment.locale(i18n.locale);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user