1
0
Fork 0
freesewing/designs/aaron/i18n/index.mjs

9 lines
354 B
JavaScript
Raw Normal View History

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' }
2023-07-11 20:17:24 +02:00
import uk from './uk.json' assert { type: 'json' }
2023-07-11 20:17:24 +02:00
export const i18n = { en, de, es, fr, nl, uk }