
This reverts commit f9de3f6990
.
In doing so, this rescues the naomiwu design which was removed on
purpose from one branch, but then that removal commit accidentally got
merged in the branch where it was being kept.
8 lines
354 B
JavaScript
8 lines
354 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' }
|
|
import uk from './uk.json' assert { type: 'json' }
|
|
|
|
export const i18n = { en, de, es, fr, nl, uk }
|