mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
9d1f10e4be
* Remove prunei18n * Update README * Update matrix-web-i18n * Iterate * Add feature=filter_untranslated * yarn.lock * Update localazy.json * Update package.json * Update localazy.json * Update matrix-web-i18n and update i18n:lint Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Remove stale workflow Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Localazy Download Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * i18n Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Localazy Download Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"readKey": "a7688614897667993891-866e2615b0a22e6ccef56aea9b10e815efa3e1296752a7a30bd9925f1a8f33e7",
|
|
|
|
"upload": {
|
|
"type": "json",
|
|
"keySeparator": "|",
|
|
"deprecate": "file",
|
|
"features": ["plural_object", "filter_untranslated"],
|
|
"files": [
|
|
{
|
|
"pattern": "src/i18n/strings/en_EN.json",
|
|
"file": "element-web.json",
|
|
"lang": "inherited"
|
|
},
|
|
{
|
|
"group": "existing",
|
|
"pattern": "src/i18n/strings/*.json",
|
|
"file": "element-web.json",
|
|
"excludes": ["src/i18n/strings/en_EN.json"],
|
|
"lang": "${autodetectLang}"
|
|
}
|
|
]
|
|
},
|
|
|
|
"download": {
|
|
"files": [
|
|
{
|
|
"conditions": "equals: ${file}, element-web.json",
|
|
"output": "src/i18n/strings/${langLsrUnderscore}.json"
|
|
}
|
|
],
|
|
"includeSourceLang": "${includeSourceLang|false}",
|
|
"langAliases": {
|
|
"en": "en-EN"
|
|
}
|
|
}
|
|
}
|