mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 16:24:08 -06:00
40 lines
867 B
JSON
40 lines
867 B
JSON
{
|
|
"$schema": "https://docs.tolgee.io/cli-schema.json",
|
|
"format": "JSON_TOLGEE",
|
|
"patterns": ["./apps/web/**/*.ts?(x)"],
|
|
"projectId": 10304,
|
|
"pull": {
|
|
"path": "./apps/web/locales"
|
|
},
|
|
"push": {
|
|
"files": [
|
|
{
|
|
"language": "en-US",
|
|
"path": "./apps/web/locales/en-US.json"
|
|
},
|
|
{
|
|
"language": "de-DE",
|
|
"path": "./apps/web/locales/de-DE.json"
|
|
},
|
|
{
|
|
"language": "fr-FR",
|
|
"path": "./apps/web/locales/fr-FR.json"
|
|
},
|
|
{
|
|
"language": "pt-BR",
|
|
"path": "./apps/web/locales/pt-BR.json"
|
|
},
|
|
{
|
|
"language": "zh-Hant-TW",
|
|
"path": "./apps/web/locales/zh-Hant-TW.json"
|
|
},
|
|
{
|
|
"language": "pt-PT",
|
|
"path": "./apps/web/locales/pt-PT.json"
|
|
}
|
|
],
|
|
"forceMode": "OVERRIDE"
|
|
},
|
|
"strictNamespace": false
|
|
}
|