fix(plugin-annotations): assert is with now
This commit is contained in:
parent
f618eb2a08
commit
7550fa770d
1 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
import en from './en.json' assert { type: 'json' }
|
import en from './en.json' with { type: 'json' }
|
||||||
import de from './de.json' assert { type: 'json' }
|
import de from './de.json' with { type: 'json' }
|
||||||
import es from './es.json' assert { type: 'json' }
|
import es from './es.json' with { type: 'json' }
|
||||||
import fr from './fr.json' assert { type: 'json' }
|
import fr from './fr.json' with { type: 'json' }
|
||||||
import nl from './nl.json' assert { type: 'json' }
|
import nl from './nl.json' with { type: 'json' }
|
||||||
import uk from './uk.json' assert { type: 'json' }
|
import uk from './uk.json' with { type: 'json' }
|
||||||
|
|
||||||
export const i18n = { en, de, es, fr, nl, uk }
|
export const i18n = { en, de, es, fr, nl, uk }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue