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",