From 0b91be5a7804e5e6e1239c500712f58a0dd36a49 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 19 Jan 2026 09:23:32 +0000 Subject: [PATCH] Update CODEOWNERS for i18n strings Added CODEOWNERS entries for shared components translations. --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ae2cf6294d..bb802ef03e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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