Files
formbricks-formbricks/apps/web/i18n.json
Dhruwang Jariwala 341e2639e1 feat: spanish translations (#6817)
Co-authored-by: Johannes <johannes@formbricks.com>
2025-11-13 14:48:37 +00:00

25 lines
379 B
JSON

{
"$schema": "https://lingo.dev/schema/i18n.json",
"buckets": {
"json": {
"include": ["locales/[locale].json"]
}
},
"locale": {
"source": "en-US",
"targets": [
"de-DE",
"fr-FR",
"ja-JP",
"pt-BR",
"pt-PT",
"ro-RO",
"zh-Hans-CN",
"zh-Hant-TW",
"nl-NL",
"es-ES"
]
},
"version": 1.8
}