|
|
@@ -8,15 +8,15 @@
|
|
|
"features": ["plural_object", "filter_untranslated"],
|
|
|
"files": [
|
|
|
{
|
|
|
- "pattern": "src/i18n/strings/en_EN.json",
|
|
|
+ "pattern": "apps/web/src/i18n/strings/en_EN.json",
|
|
|
"file": "element-web.json",
|
|
|
"lang": "inherited"
|
|
|
},
|
|
|
{
|
|
|
"group": "existing",
|
|
|
- "pattern": "src/i18n/strings/*.json",
|
|
|
+ "pattern": "apps/web/src/i18n/strings/*.json",
|
|
|
"file": "element-web.json",
|
|
|
- "excludes": ["src/i18n/strings/en_EN.json"],
|
|
|
+ "excludes": ["apps/web/src/i18n/strings/en_EN.json"],
|
|
|
"lang": "${autodetectLang}"
|
|
|
},
|
|
|
{
|
|
|
@@ -38,7 +38,7 @@
|
|
|
"files": [
|
|
|
{
|
|
|
"conditions": "equals: ${file}, element-web.json",
|
|
|
- "output": "src/i18n/strings/${langLsrUnderscore}.json"
|
|
|
+ "output": "apps/web/src/i18n/strings/${langLsrUnderscore}.json"
|
|
|
},
|
|
|
{
|
|
|
"conditions": "equals: ${file}, shared-components.json",
|