1
0
Fork 0

Merge pull request #7129 from freesewing/devdocu

chore: Port FreeSewing.dev to docusaurus
This commit is contained in:
Joost De Cock 2024-09-28 15:25:47 +02:00 committed by GitHub
commit fad84d86a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
691 changed files with 3823 additions and 17701 deletions

View file

@ -1,8 +1,8 @@
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' }
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' }
export const i18n = { en, de, es, fr, nl, uk }