Example #9Source File: i18n.ts From vue-i18n-next with MIT License 4 votes function useI18nForLegacy( instance: ComponentInternalInstance, scope: I18nScope, root: Composer, options: any = {} // eslint-disable-line @typescript-eslint/no-explicit-any ): Composer { type Message = Vue...