mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-14 09:27:58 -05:00
* fix(i18n): exclude SDK files from automatic translation to prevent corruption * fix(i18n): temporarily disable auto-translate action while fixing translation corruption * disable i18n action
19 lines
400 B
JSON
19 lines
400 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"
|
|
],
|
|
"exclude": ["content/docs/[locale]/sdks/*.mdx"]
|
|
}
|
|
}
|
|
}
|