feat(plugin-annotations): Add i18n
This commit is contained in:
parent
84785f67c6
commit
9ae94abd02
14 changed files with 172 additions and 30 deletions
8
plugins/plugin-annotations/i18n/index.mjs
Normal file
8
plugins/plugin-annotations/i18n/index.mjs
Normal file
|
@ -0,0 +1,8 @@
|
|||
import en from './en.json' assert { type: 'json' }
|
||||
import de from './de.json' assert { type: 'json' }
|
||||
import es from './es.json' assert { type: 'json' }
|
||||
import fr from './fr.json' assert { type: 'json' }
|
||||
import nl from './nl.json' assert { type: 'json' }
|
||||
import uk from './uk.json' assert { type: 'json' }
|
||||
|
||||
export const i18n = { en, de, es, fr, nl, uk }
|
Loading…
Add table
Add a link
Reference in a new issue