Small fix to show current local on settings

This commit is contained in:
Adolfo Reyna
2025-01-24 10:15:43 -05:00
parent d349598981
commit d7263477bc
2 changed files with 12 additions and 6 deletions

View File

@@ -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);