mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
25 lines
379 B
JSON
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
|
|
}
|