mirror of
https://github.com/vector-im/element-call.git
synced 2026-01-18 02:32:27 +00:00
Fixes https://github.com/element-hq/element-call/issues/2865 If we want to have GB and US specific terms later on we can then add then in as `en-GB` and `en-US`.
31 lines
666 B
JSON
31 lines
666 B
JSON
{
|
|
"readKey": "a7580769542256117579-70975387172511848f4c6533943d776547bad4853931ba352ee684b738f4494e",
|
|
|
|
"upload": {
|
|
"type": "json",
|
|
"deprecate": "file",
|
|
"features": ["plural_postfix_us", "filter_untranslated"],
|
|
"files": [
|
|
{
|
|
"pattern": "locales/en/*.json",
|
|
"lang": "inherited"
|
|
},
|
|
{
|
|
"group": "existing",
|
|
"pattern": "locales/*/*.json",
|
|
"excludes": ["locales/en/*.json"],
|
|
"lang": "${autodetectLang}"
|
|
}
|
|
]
|
|
},
|
|
|
|
"download": {
|
|
"files": [
|
|
{
|
|
"output": "locales/${langLsrDash}/${file}"
|
|
}
|
|
],
|
|
"includeSourceLang": "${includeSourceLang|false}"
|
|
}
|
|
}
|