mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
fix the problem that cannot change language in transaction preset category page
This commit is contained in:
+1
-1
@@ -361,7 +361,7 @@ export function getDisplayCurrency(value, currencyCode, notConvertValue, transla
|
||||
|
||||
export function getI18nOptions() {
|
||||
return {
|
||||
legacy: false,
|
||||
legacy: true,
|
||||
locale: defaultLanguage,
|
||||
fallbackLocale: defaultLanguage,
|
||||
formatFallbackMessages: true,
|
||||
|
||||
Reference in New Issue
Block a user