diff options
| author | Balázs Szücs <127139797+balazs-szucs@users.noreply.github.com> | 2025-08-24 11:10:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-24 09:10:21 +0000 |
| commit | 95bc181c986e91ea14db18eb9f300984e1f6ebdb (patch) | |
| tree | 8e64c31e910e502568f7df76a25d418d016f763a /CODEOWNERS | |
| parent | 7622d2662d81a3af9e7a85b5f4e649cba0932618 (diff) | |
Add hu_HU for Hungarian locale (#7560)
## 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

Diffstat (limited to 'CODEOWNERS')
| -rw-r--r-- | CODEOWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index 0fb60758e..770c08860 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -169,6 +169,7 @@ /po/es_BO.UTF-8.po @ghostty-org/es_BO /po/es_AR.UTF-8.po @ghostty-org/es_AR /po/fr_FR.UTF-8.po @ghostty-org/fr_FR +/po/hu_HU.UTF-8.po @ghostty-org/hu_HU /po/id_ID.UTF-8.po @ghostty-org/id_ID /po/ja_JP.UTF-8.po @ghostty-org/ja_JP /po/mk_MK.UTF-8.po @ghostty-org/mk_MK |
