<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ghostty.git/CODEOWNERS, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/'/>
<entry>
<title>i18n: add Croatian hr_HR translation (#8668)</title>
<updated>2025-09-25T09:45:41+00:00</updated>
<author>
<name>Filip Milković</name>
<email>Filip7@users.noreply.github.com</email>
</author>
<published>2025-09-25T09:45:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=f8fa81293217b234b009341ec450bac9c09a6965'/>
<id>f8fa81293217b234b009341ec450bac9c09a6965</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add zh_TW Traditional Chinese locale</title>
<updated>2025-09-21T16:13:15+00:00</updated>
<author>
<name>Peter Dave Hello</name>
<email>hsu@peterdavehello.org</email>
</author>
<published>2025-09-21T11:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=1a189787ae6d1d99781834d45bf6b00d3b509083'/>
<id>1a189787ae6d1d99781834d45bf6b00d3b509083</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>i18n: add Italian translation (#7074)</title>
<updated>2025-09-10T18:17:48+00:00</updated>
<author>
<name>Misairuzame</name>
<email>45609522+Misairuzame@users.noreply.github.com</email>
</author>
<published>2025-09-10T18:17:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=5aac5a764b7058587489e728191fcc36f09c33e7'/>
<id>5aac5a764b7058587489e728191fcc36f09c33e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gtk: the Future is Now</title>
<updated>2025-09-05T08:10:52+00:00</updated>
<author>
<name>Leah Amelia Chen</name>
<email>hi@pluie.me</email>
</author>
<published>2025-09-05T08:07:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=93debc439ccc87e8dee82d73c49a693a368b0685'/>
<id>93debc439ccc87e8dee82d73c49a693a368b0685</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gtk: nuke the legacy apprt from orbit</title>
<updated>2025-09-04T22:21:41+00:00</updated>
<author>
<name>Leah Amelia Chen</name>
<email>hi@pluie.me</email>
</author>
<published>2025-09-04T15:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=ac52af27d3e0fa8c1ac466585df1696bc9817670'/>
<id>ac52af27d3e0fa8c1ac466585df1696bc9817670</id>
<content type='text'>
We don't really have any large outstanding regressions on -ng to warrant
keeping this alive anymore. ¡Adiós!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't really have any large outstanding regressions on -ng to warrant
keeping this alive anymore. ¡Adiós!
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hu_HU for Hungarian locale (#7560)</title>
<updated>2025-08-24T09:10:21+00:00</updated>
<author>
<name>Balázs Szücs</name>
<email>127139797+balazs-szucs@users.noreply.github.com</email>
</author>
<published>2025-08-24T09:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=95bc181c986e91ea14db18eb9f300984e1f6ebdb'/>
<id>95bc181c986e91ea14db18eb9f300984e1f6ebdb</id>
<content type='text'>
## 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)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
## 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)</pre>
</div>
</content>
</entry>
<entry>
<title>CODEOWNERS add gtk to gtk-ng</title>
<updated>2025-07-16T16:47:52+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>m@mitchellh.com</email>
</author>
<published>2025-07-16T16:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=faa0c36defa6d8ce2c8751e03193a4d2353b3da1'/>
<id>faa0c36defa6d8ce2c8751e03193a4d2353b3da1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Hebrew Translations</title>
<updated>2025-07-06T20:38:22+00:00</updated>
<author>
<name>Sl (Shahaf Levi)</name>
<email>admin@slsrepo.com</email>
</author>
<published>2025-07-06T20:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=3ff11cdd86cd8a5a0d26631a8935edf5f1dfeede'/>
<id>3ff11cdd86cd8a5a0d26631a8935edf5f1dfeede</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add termio to terminal CODEOWNERS group</title>
<updated>2025-07-06T13:28:24+00:00</updated>
<author>
<name>Gregory Anders</name>
<email>greg@gpanders.com</email>
</author>
<published>2025-07-06T13:28:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=64dd10b98f2d41a240bc4fbe56b7b174b4e6d1d6'/>
<id>64dd10b98f2d41a240bc4fbe56b7b174b4e6d1d6</id>
<content type='text'>
The termio directory contains the implementation of many terminal
features that those in the terminal reviewer group may want to be
notified about.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The termio directory contains the implementation of many terminal
features that those in the terminal reviewer group may want to be
notified about.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove blank line in CODEOWNERS</title>
<updated>2025-07-01T07:36:07+00:00</updated>
<author>
<name>trag1c</name>
<email>dev@jakubr.me</email>
</author>
<published>2025-07-01T07:36:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=f773baa418350cd4109a8ad14c8683ff335689eb'/>
<id>f773baa418350cd4109a8ad14c8683ff335689eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
