Add 'da' to CODEOWNERS and src/os/i18n_locales.zig

This commit is contained in:
carl villads
2026-08-01 10:06:39 +02:00
parent 08f039fbb3
commit 30e5eabe9b
2 changed files with 2 additions and 0 deletions

View File

@@ -168,6 +168,7 @@
/po/be.po @ghostty-org/be_BY
/po/bg.po @ghostty-org/bg_BG
/po/ca.po @ghostty-org/ca_ES
/po/da.po @ghostty-org/da_DK
/po/de.po @ghostty-org/de_DE
/po/es_AR.po @ghostty-org/es_AR
/po/es_BO.po @ghostty-org/es_BO

View File

@@ -59,4 +59,5 @@ pub const locales = [_][:0]const u8{
"kk",
"be",
"eu",
"da",
};