diff --git a/frontend/next-i18next.config.js b/frontend/next-i18next.config.js index ea9fa3463..4265b75ea 100644 --- a/frontend/next-i18next.config.js +++ b/frontend/next-i18next.config.js @@ -8,7 +8,7 @@ module.exports = { debug: false, i18n: { defaultLocale: "en", - locales: ["en", "ko", "fr", "pt-BR"], + locales: ["en", "ko", "fr", "pt-BR", "pt-PT"], }, fallbackLng: { default: ["en"], diff --git a/frontend/public/locales/pt-PT/common.json b/frontend/public/locales/pt-PT/common.json index 25cd22559..6cad13a20 100644 --- a/frontend/public/locales/pt-PT/common.json +++ b/frontend/public/locales/pt-PT/common.json @@ -31,4 +31,4 @@ "source": "Fonte", "time": "Data/Hora", "timestamp": "Timestamp" -} \ No newline at end of file +} diff --git a/frontend/public/locales/pt-PT/login.json b/frontend/public/locales/pt-PT/login.json index 7848e2aa4..c1eefb6da 100644 --- a/frontend/public/locales/pt-PT/login.json +++ b/frontend/public/locales/pt-PT/login.json @@ -5,6 +5,6 @@ "login": "Iniciar sessão", "need-account": "Precisa de uma conta Infisical?", "create-account": "Regista-te", - "forgot-password": "Esqueceste da sua palavra-passe?", + "forgot-password": "Esqueceste da tua palavra-passe?", "error-login": "Credenciais erradas." } diff --git a/frontend/public/locales/pt-PT/settings-members.json b/frontend/public/locales/pt-PT/settings-members.json index 6ca58409f..eec09f7e5 100644 --- a/frontend/public/locales/pt-PT/settings-members.json +++ b/frontend/public/locales/pt-PT/settings-members.json @@ -1,4 +1,4 @@ { "title": "Membros do Projeto", "description": "Esta página mostra os membros do projeto selecionado e permite-lhe modificar as suas permissões." -} \ No newline at end of file +} diff --git a/frontend/public/locales/pt-PT/settings-org.json b/frontend/public/locales/pt-PT/settings-org.json index b65b3f971..f76bacbd7 100644 --- a/frontend/public/locales/pt-PT/settings-org.json +++ b/frontend/public/locales/pt-PT/settings-org.json @@ -1,4 +1,4 @@ { "title": "Definições da Organização", "description": "Faz a gestão dos membros da sua organização. Estes utilizadores depois poderão ser organizados em projetos." -} \ No newline at end of file +} diff --git a/frontend/src/pages/login.tsx b/frontend/src/pages/login.tsx index ec0dbaebb..580183863 100644 --- a/frontend/src/pages/login.tsx +++ b/frontend/src/pages/login.tsx @@ -90,7 +90,7 @@ export default function Login() {