From 9192276d3e4795deccc04760359b371400540d16 Mon Sep 17 00:00:00 2001 From: Kat <65649991+00-kat@users.noreply.github.com> Date: Sat, 28 Feb 2026 17:30:07 +1100 Subject: [PATCH] Rename pt.po back to pt_BR.po. Portugal exists! Wikipedia notes [1] it to be the main other dialect. There's already a PR for pt_PT support too: https://github.com/ghostty-org/ghostty/pull/9078. It was renamed from pt_BR.UTF-8.po to pt.po in #10976. [1]: https://en.wikipedia.org/wiki/Portuguese_dialects --- CODEOWNERS | 2 +- po/{pt.po => pt_BR.po} | 0 src/os/i18n_locales.zig | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename po/{pt.po => pt_BR.po} (100%) diff --git a/CODEOWNERS b/CODEOWNERS index 340dbc2ad..71921d9a3 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -184,7 +184,7 @@ /po/nb.po @ghostty-org/nb_NO /po/nl.po @ghostty-org/nl_NL /po/pl.po @ghostty-org/pl_PL -/po/pt.po @ghostty-org/pt_BR +/po/pt_BR.po @ghostty-org/pt_BR /po/ru.po @ghostty-org/ru_RU /po/tr.po @ghostty-org/tr_TR /po/uk.po @ghostty-org/uk_UA diff --git a/po/pt.po b/po/pt_BR.po similarity index 100% rename from po/pt.po rename to po/pt_BR.po diff --git a/src/os/i18n_locales.zig b/src/os/i18n_locales.zig index 32647423c..8cf62e390 100644 --- a/src/os/i18n_locales.zig +++ b/src/os/i18n_locales.zig @@ -43,7 +43,7 @@ pub const locales = [_][:0]const u8{ "id", "es_BO", "es_AR", - "pt", + "pt_BR", "ca", "it", "bg",