From 30e5eabe9b1ec1245ffe930264dd0eb3a95c18e7 Mon Sep 17 00:00:00 2001 From: carl villads Date: Sat, 1 Aug 2026 10:06:39 +0200 Subject: [PATCH] Add 'da' to `CODEOWNERS` and `src/os/i18n_locales.zig` --- CODEOWNERS | 1 + src/os/i18n_locales.zig | 1 + 2 files changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index ed1217313..65c2f6d10 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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 diff --git a/src/os/i18n_locales.zig b/src/os/i18n_locales.zig index 5c1ee063f..54fa2c909 100644 --- a/src/os/i18n_locales.zig +++ b/src/os/i18n_locales.zig @@ -59,4 +59,5 @@ pub const locales = [_][:0]const u8{ "kk", "be", "eu", + "da", };