2024-09-30 19:44:02 +02:00
|
|
|
import en from './en.json' with { type: 'json' }
|
|
|
|
import de from './de.json' with { type: 'json' }
|
|
|
|
import es from './es.json' with { type: 'json' }
|
|
|
|
import fr from './fr.json' with { type: 'json' }
|
|
|
|
import nl from './nl.json' with { type: 'json' }
|
|
|
|
import uk from './uk.json' with { type: 'json' }
|
2023-06-17 18:02:31 +02:00
|
|
|
|
2023-07-11 20:17:24 +02:00
|
|
|
export const i18n = { en, de, es, fr, nl, uk }
|