mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
replace i18n filter
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export default function ({i18n}, text, options) {
|
||||
return i18n.t(text, options || {});
|
||||
}
|
||||
Reference in New Issue
Block a user