summaryrefslogtreecommitdiff
path: root/CODEOWNERS
AgeCommit message (Collapse)Author
2025-09-25i18n: add Croatian hr_HR translation (#8668)Filip Milković
2025-09-22Add zh_TW Traditional Chinese localePeter Dave Hello
2025-09-10i18n: add Italian translation (#7074)Misairuzame
2025-09-05gtk: the Future is NowLeah Amelia Chen
2025-09-05gtk: nuke the legacy apprt from orbitLeah Amelia Chen
We don't really have any large outstanding regressions on -ng to warrant keeping this alive anymore. ¡Adiós!
2025-08-24Add hu_HU for Hungarian locale (#7560)Balázs Szücs
## Description of changes Added Hungarian locale files, and corresponding translation For the translation I mainly relied on my native skills, double checked my work using LLMs. Copilot generated summary: This pull request introduces Hungarian language support to the application by adding translations and updating the locale configurations. The most important changes include the addition of Hungarian translations in the `.po` file and registering the new locale in the application's supported locales. ### Hungarian Language Support: * Added Hungarian translations for various UI elements and messages in the `po/hu_HU.UTF-8.po` file. This includes translations for prompts, dialogs, menus, and other interface components. * Updated the supported locales list in `src/os/i18n.zig` to include `hu_HU.UTF-8`, enabling Hungarian as an available language option. ## Picture(s) of the translation ![image](https://github.com/user-attachments/assets/60f47f11-d55e-4408-889b-5b44ecaffc23)
2025-07-16CODEOWNERS add gtk to gtk-ngMitchell Hashimoto
2025-07-06Add Hebrew TranslationsSl (Shahaf Levi)
2025-07-06Add termio to terminal CODEOWNERS groupGregory Anders
The termio directory contains the implementation of many terminal features that those in the terminal reviewer group may want to be notified about.
2025-07-01remove blank line in CODEOWNERStrag1c
2025-06-30Merge branch 'main' into ko_krRME
2025-06-30add ko_KR i18n to CODEOWNERSRME
2025-06-30i18n: Add Irish (ga_IE) translation (#7650)Kat
This PR introduces support for Irish (Gaeilge), the first official language of Ireland and an EU working language. The translation file was initialized using the standard gettext tooling: ` msginit -i po/com.mitchellh.ghostty.pot -l $LANG -o "po/$LANG.po"` The locale code `ga_IE` follows ISO standards for Gaeilge as spoken in Ireland. I'm happy to volunteer as the ongoing maintainer of the Irish translation and will keep it up to date as Ghostty evolves. Go raibh maith agat!
2025-06-29Merge branch 'ghostty-org:main' into mainAlan Moyano
2025-06-27Update CODEOWNERS for localization managersMitchell Hashimoto
2025-06-23Updated Irish to sentence case, updated struct, added ga_IE to supported localesAindriú Mac Giolla Eoin
2025-05-23Adding Argentinian Spanish to CODEOWNERSAlan Moyano
2025-05-02codeowners: correct shell_integration.zig filenameJon Parise
2025-04-11CODEOWNERSMitchell Hashimoto
2025-04-11i18n: add catalan translationsFrancesc Arpi Roca
2025-04-11update CODEOWNERSMitchell Hashimoto
2025-04-11Add Spanish translations (419 = Latin America) (#6940)Mitchell Hashimoto
Hi! I have followed the instructions and added translations for Spanish, Country Latin America 419 according to [this](https://localizely.com/locale-code/es-419/) and other online sources. In the provided links there was no references to 419, but I created it via the suggested command: `msginit -i po/com.mitchellh.ghostty.pot -l es_419.UTF-8 -o "po/es_419.UTF-8.po" ` Glad to be able to contribute to this excellent product! Cheers!
2025-04-11add Spanish (Bolivia) translations and locale supportMiguelElGallo
2025-04-11feat: Add Turkish translationsEmir SARI
2025-04-11CODEOWNERSMitchell Hashimoto
2025-04-11CODEOWNERSMitchell Hashimoto
2025-04-11CODEOWNERSMitchell Hashimoto
2025-04-11i18n: Add French translationKirwiisp
2025-04-11i18n: Add Japanese translationsLon Sagisawa
2025-04-11update CODEOWNERSMitchell Hashimoto
2025-03-24Add pl_PL translationsBartosz Sokorski
Co-authored-by: chupson <chupson@chupson.dev> Co-authored-by: trag1c <dev@jakubr.me>
2025-03-19update CODEOWNERSMitchell Hashimoto
2025-03-18i18n: add norwegian bokmal translationshanna
2025-03-13CODEOWNERS: add localization teamsMitchell Hashimoto
2025-03-02CODEOWNERS: terminal team should own input encodingMitchell Hashimoto
2025-02-25Create a snap packaging subsystemMitchell Hashimoto
This team is responsible for snap packaging.
2025-02-05Introduce subsystem maintainers via CODEOWNERSMitchell Hashimoto
This commit introduces the proposed subsystem maintainer system for Ghostty. This commit doesn't assign anyone yet to the subsystems, but defines the CODEOWNERS file, creates the GitHub teams, and documents the system.