Files
sim/apps/docs/i18n.json
Waleed c6ef5785c8 fix(i18n): fix SDK and guardrails translation corruption, restore i18n gh action for docs (#1652)
* fix(i18n): fix SDK and guardrails translation corruption

* re-enable i18n gh action
2025-10-15 22:52:48 -07:00

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"
]
}
}
}