From a0072946c030129c7795fe617e137079b598a511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Xos=C3=A9=20M=C3=A9ndez=20Taboada?= Date: Thu, 21 May 2026 17:00:57 +0200 Subject: [PATCH] i18n(gl): integrate Galician locale into build system and CODEOWNERS --- CODEOWNERS | 1 + src/os/i18n_locales.zig | 1 + 2 files changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index ed1217313..b850574c3 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -175,6 +175,7 @@ /po/eu.po @ghostty-org/eu_ES /po/fr.po @ghostty-org/fr_FR /po/ga.po @ghostty-org/ga_IE +/po/gl.po @ghostty-org/gl_ES /po/he.po @ghostty-org/he_IL /po/hr.po @ghostty-org/hr_HR /po/hu.po @ghostty-org/hu_HU diff --git a/src/os/i18n_locales.zig b/src/os/i18n_locales.zig index 5c1ee063f..b81bc1cdb 100644 --- a/src/os/i18n_locales.zig +++ b/src/os/i18n_locales.zig @@ -49,6 +49,7 @@ pub const locales = [_][:0]const u8{ "it", "bg", "ga", + "gl", "hu", "he", "zh_TW",