i18n: add Belarusian translation (be) (#12284)

This PR adds Belarusian (be) language support to Ghostty.

## Changes

- `po/be.po` — new Belarusian translation file (80 strings)
- `src/os/i18n_locales.zig` — added `be` locale
- `CODEOWNERS` — added `/po/be.po @ghostty-org/be_BY`

## Notes

Terminology was cross-referenced with:
- KDE Belarusian translations (l10n.kde.org)
- qBittorrent Belarusian translation
- far2l Belarusian translation
- Ubuntu Belarusian Translators Dictionary
This commit is contained in:
Kat
2026-04-19 14:48:32 +00:00
committed by GitHub
3 changed files with 356 additions and 0 deletions

View File

@@ -57,4 +57,5 @@ pub const locales = [_][:0]const u8{
"lv",
"vi",
"kk",
"be",
};