mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
fix the problem that cannot change language in transaction preset category page
This commit is contained in:
+1
-1
@@ -186,7 +186,7 @@ function setLanguage(locale) {
|
||||
settings.setLanguage(locale);
|
||||
}
|
||||
|
||||
i18n.global.locale.value = locale;
|
||||
i18n.global.locale = locale;
|
||||
moment.updateLocale(locale, {
|
||||
months : app.config.globalProperties.$locale.getAllLongMonthNames(),
|
||||
monthsShort : app.config.globalProperties.$locale.getAllShortMonthNames(),
|
||||
|
||||
Reference in New Issue
Block a user