mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-08 22:48:14 -05:00
* feat(changelog): added changelog * feat(i18n): added japanese and german translations * reordered --------- Co-authored-by: waleed <waleed>
18 lines
345 B
JSON
18 lines
345 B
JSON
{
|
|
"$schema": "https://lingo.dev/schema/i18n.json",
|
|
"version": 1.8,
|
|
"locale": {
|
|
"source": "en",
|
|
"targets": ["es", "fr", "zh", "ja", "de"]
|
|
},
|
|
"buckets": {
|
|
"mdx": {
|
|
"include": [
|
|
"content/docs/[locale]/*.mdx",
|
|
"content/docs/[locale]/*/*.mdx",
|
|
"content/docs/[locale]/*/*/*.mdx"
|
|
]
|
|
}
|
|
}
|
|
}
|