We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0ff94 commit d8497d9Copy full SHA for d8497d9
CODEOWNERS
@@ -78,6 +78,9 @@
78
# the GTK apprt. Also includes X11/Wayland integrations and general
79
# Linux support.
80
#
81
+# - @ghostty-org/localization/* - Anything related to localization
82
+# for a specific locale.
83
+#
84
# - @ghostty-org/macos - The Ghostty macOS app and any macOS-specific
85
# features, configurations, etc.
86
@@ -152,5 +155,11 @@
152
155
/src/Surface.zig @ghostty-org/terminal
153
156
/src/surface_mouse.zig @ghostty-org/terminal
154
157
158
+# Localization
159
+/po/README_TRANSLATORS.md @ghostty-org/localization
160
+/po/com.mitchellh.ghostty.pot @ghostty-org/localization
161
+/po/de_DE.UTF-8.po @ghostty-org/de_DE
162
+/po/zh_CN.UTF-8.po @ghostty-org/zh_CN
163
+
164
# Packaging - Snap
165
/snap/ @ghostty-org/snap
0 commit comments