feat(plugin-annotations): Add i18n
This commit is contained in:
parent
84785f67c6
commit
9ae94abd02
14 changed files with 172 additions and 30 deletions
|
@ -1,4 +1,6 @@
|
|||
import { name, version } from '../data.mjs'
|
||||
// i18n
|
||||
import { i18n as i18nAnnotations } from '../i18n/index.mjs'
|
||||
// Defs only
|
||||
import { buttonsDefs } from './buttons.mjs'
|
||||
import { logoDefs } from './logo.mjs'
|
||||
|
@ -62,3 +64,4 @@ export const plugin = {
|
|||
|
||||
export const annotationsPlugin = plugin
|
||||
export const pluginAnnotations = plugin
|
||||
export const i18n = i18nAnnotations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue