mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-13 00:48:26 -05:00
* feat(changelog): added changelog * feat(i18n): added japanese and german translations * reordered --------- Co-authored-by: waleed <waleed>
9 lines
210 B
TypeScript
9 lines
210 B
TypeScript
import { defineI18n } from 'fumadocs-core/i18n'
|
|
|
|
export const i18n = defineI18n({
|
|
defaultLanguage: 'en',
|
|
languages: ['en', 'es', 'fr', 'de', 'ja', 'zh'],
|
|
hideLocale: 'default-locale',
|
|
parser: 'dir',
|
|
})
|