Update CODEOWNERS for i18n strings

Added CODEOWNERS entries for shared components translations.
This commit is contained in:
Michael Telatynski 2026-01-19 09:23:32 +00:00 committed by GitHub
parent c91a24f17b
commit 0b91be5a78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

5
.github/CODEOWNERS vendored
View File

@ -25,7 +25,10 @@
# Ignore translations as those will be updated by GHA for Localazy download
/src/i18n/strings
/src/i18n/strings/en_EN.json @element-hq/element-web-reviewers
/packages/shared-components/src/i18n/strings
/src/i18n/strings/en_EN.json @element-hq/element-web-reviewers
/packages/shared-components/src/i18n/strings/en_EN.json @element-hq/element-web-reviewers
# Ignore the synapse & mas plugins as this is updated by GHA for docker image updating
/playwright/testcontainers/synapse.ts
/playwright/testcontainers/mas.ts