From 19fdeaee156e42e17439b0f4edc65a267ab2f91b Mon Sep 17 00:00:00 2001 From: Alexandre Neto Date: Thu, 21 Dec 2023 01:16:04 +0000 Subject: [PATCH] Updates pt-pt Language --- README.md | 8 ++++---- i18n/{pt.toml => pt-pt.toml} | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) rename i18n/{pt.toml => pt-pt.toml} (97%) diff --git a/README.md b/README.md index d590c34..f23b535 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 @@ -151,14 +151,14 @@ params: # specify whether you want to show Table of Contents in reading page enableTOC: true - # specify whether you want the language flags to be displayed. + # specify whether you want the language flags to be displayed. showFlags: true - # Provide newsletter configuration. + # Provide newsletter configuration. # This feature has been implemented for Mailchimp only for now. # You can also hide it from the footer. newsletter: - # specify whether you want to display the newsletter form + # specify whether you want to display the newsletter form enable: true # specify which newsletter provider you want to use provider: mailchimp 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 65f7703..c0e4e82 100644 --- a/i18n/pt.toml +++ b/i18n/pt-pt.toml @@ -124,3 +124,6 @@ other = "Nota legal" [search] other = "Pesquisar" +[minute] +one = "minuto" +other = "minutos" \ No newline at end of file