Latvian translation. Updated CODEOWNERS, src/os/i18n_locales.zig

This commit is contained in:
Ēriks Remess
2026-02-09 01:30:34 +02:00
parent 036a152df5
commit 0aef823748
2 changed files with 2 additions and 0 deletions

View File

@@ -185,6 +185,7 @@
/po/he_IL.UTF-8.po @ghostty-org/he_IL
/po/it_IT.UTF-8.po @ghostty-org/it_IT
/po/lt_LT.UTF-8.po @ghostty-org/lt_LT
/po/lv_LV.UTF-8.po @ghostty-org/lv_LV
/po/zh_TW.UTF-8.po @ghostty-org/zh_TW
/po/hr_HR.UTF-8.po @ghostty-org/hr_HR

View File

@@ -53,4 +53,5 @@ pub const locales = [_][:0]const u8{
"zh_TW.UTF-8",
"hr_HR.UTF-8",
"lt_LT.UTF-8",
"lv_LV.UTF-8",
};