1
0
Fork 0
freesewing/sites/shared/jargon/index.mjs
2023-07-04 20:23:07 +02:00

7 lines
301 B
JavaScript

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' }
export const jargon = { en, de, es, fr, nl }