CODEOWNERS: add localization teams
parent
ef0ff94c75
commit
d8497d9b16
|
|
@ -78,6 +78,9 @@
|
||||||
# the GTK apprt. Also includes X11/Wayland integrations and general
|
# the GTK apprt. Also includes X11/Wayland integrations and general
|
||||||
# Linux support.
|
# Linux support.
|
||||||
#
|
#
|
||||||
|
# - @ghostty-org/localization/* - Anything related to localization
|
||||||
|
# for a specific locale.
|
||||||
|
#
|
||||||
# - @ghostty-org/macos - The Ghostty macOS app and any macOS-specific
|
# - @ghostty-org/macos - The Ghostty macOS app and any macOS-specific
|
||||||
# features, configurations, etc.
|
# features, configurations, etc.
|
||||||
#
|
#
|
||||||
|
|
@ -152,5 +155,11 @@
|
||||||
/src/Surface.zig @ghostty-org/terminal
|
/src/Surface.zig @ghostty-org/terminal
|
||||||
/src/surface_mouse.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
|
# Packaging - Snap
|
||||||
/snap/ @ghostty-org/snap
|
/snap/ @ghostty-org/snap
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue