mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-08 18:59:05 -06:00
28 lines
424 B
JSON
28 lines
424 B
JSON
{
|
|
"$schema": "https://lingo.dev/schema/i18n.json",
|
|
"buckets": {
|
|
"json": {
|
|
"include": ["locales/[locale].json"]
|
|
}
|
|
},
|
|
"locale": {
|
|
"source": "en-US",
|
|
"targets": [
|
|
"de-DE",
|
|
"es-ES",
|
|
"fr-FR",
|
|
"hu-HU",
|
|
"ja-JP",
|
|
"nl-NL",
|
|
"pt-BR",
|
|
"pt-PT",
|
|
"ro-RO",
|
|
"ru-RU",
|
|
"sv-SE",
|
|
"zh-Hans-CN",
|
|
"zh-Hant-TW"
|
|
]
|
|
},
|
|
"version": 1.8
|
|
}
|