loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[skip ci] chore: adjust i18n entries in CODEOWNERS (#6667)

Matching non-en files would allow me to catch up with all Weblate PRs, which I sometimes completely miss. And we've got a brand new path for new strings.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6667
Reviewed-by: Otto <otto@codeberg.org>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: 0ko <0ko@noreply.codeberg.org>
Co-committed-by: 0ko <0ko@noreply.codeberg.org>

authored by

0ko
0ko
and committed by
Gusted
5bfabc81 95f23161

+3 -2
+3 -2
CODEOWNERS
··· 33 33 # for code that lives in here. 34 34 routers/.* @gusted 35 35 36 - # Let new strings be checked by the translation team. 37 - options/locale/locale_en-US.ini @0ko 36 + # Let locale changes be checked by the translation team. 37 + options/locale/.* @0ko 38 + options/locale_next/.* @0ko 38 39 39 40 # Personal interest 40 41 .*/webhook.* @oliverpool