From 48a7b473192fa222f8666191b50da2048d2824a6 Mon Sep 17 00:00:00 2001 From: Alexandre Neto Date: Sun, 24 Dec 2023 06:32:38 +0000 Subject: [PATCH] Specify European Portuguese (#854) --- README.md | 2 +- i18n/pt-br.toml | 4 ++++ i18n/{pt.toml => pt-pt.toml} | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) rename i18n/{pt.toml => pt-pt.toml} (97%) diff --git a/README.md b/README.md index cfc391a5c..ca33208b3 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ For more details about the features please visit [here](https://toha-guides.netl - Tiếng Việt - Turkish - Arabic (العربية) -- Português +- Português Europeu - Català - Português Brasileiro diff --git a/i18n/pt-br.toml b/i18n/pt-br.toml index 7642dc895..01671a42b 100644 --- a/i18n/pt-br.toml +++ b/i18n/pt-br.toml @@ -124,3 +124,7 @@ other = "Nota legal" [search] other = "Pesquisar" + +[minute] +one = "minuto" +other = "minutos" \ No newline at end of file diff --git a/i18n/pt.toml b/i18n/pt-pt.toml similarity index 97% rename from i18n/pt.toml rename to i18n/pt-pt.toml index 65f770321..eddbbca44 100644 --- a/i18n/pt.toml +++ b/i18n/pt-pt.toml @@ -124,3 +124,7 @@ other = "Nota legal" [search] other = "Pesquisar" + +[minute] +one = "minuto" +other = "minutos"