From 9affd908509d60b212fc8b3c24004c8cb8ed3652 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Wed, 18 Dec 2024 15:56:46 +0100 Subject: [PATCH] root: add locale to codeowners (#12392) Signed-off-by: Marc 'risson' Schmitt --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index acbf8cc807..4182560dd6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -25,6 +25,9 @@ CODEOWNERS @goauthentik/infrastructure # Web web/ @goauthentik/frontend tests/wdio/ @goauthentik/frontend +# Locale +locale/ @goauthentik/backend @goauthentik/frontend +web/xliff/ @goauthentik/backend @goauthentik/frontend # Docs & Website website/ @goauthentik/docs CODE_OF_CONDUCT.md @goauthentik/docs