From d8497d9b16469f7b13cfa3a79344894f452b5a0b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 13 Mar 2025 10:07:23 -0700 Subject: [PATCH] CODEOWNERS: add localization teams --- CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 2721b857d..c515c3ba7 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -78,6 +78,9 @@ # the GTK apprt. Also includes X11/Wayland integrations and general # Linux support. # +# - @ghostty-org/localization/* - Anything related to localization +# for a specific locale. +# # - @ghostty-org/macos - The Ghostty macOS app and any macOS-specific # features, configurations, etc. # @@ -152,5 +155,11 @@ /src/Surface.zig @ghostty-org/terminal /src/surface_mouse.zig @ghostty-org/terminal +# Localization +/po/README_TRANSLATORS.md @ghostty-org/localization +/po/com.mitchellh.ghostty.pot @ghostty-org/localization +/po/de_DE.UTF-8.po @ghostty-org/de_DE +/po/zh_CN.UTF-8.po @ghostty-org/zh_CN + # Packaging - Snap /snap/ @ghostty-org/snap