Update file paths in localazy.json for new structure (#32629)

* Update file paths in localazy.json for new structure

* Update path for en_EN.json in workflow
This commit is contained in:
Michael Telatynski
2026-02-25 15:55:57 +00:00
committed by GitHub
parent 59ccc1111a
commit 4ee6ec55f1
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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",