From 4054fddbe599092714582df516fe26ec10a16da7 Mon Sep 17 00:00:00 2001 From: TheCoreDev Date: Fri, 12 Jan 2024 10:33:13 +0100 Subject: [PATCH] Traduction en portugais de quelques termes du Core --- core/lib/Thelia/Config/I18n/pt_PT.php | 4 ++++ local/modules/HookContact/I18n/pt_PT.php | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 local/modules/HookContact/I18n/pt_PT.php diff --git a/core/lib/Thelia/Config/I18n/pt_PT.php b/core/lib/Thelia/Config/I18n/pt_PT.php index 1466af5fe..8a9cd4969 100644 --- a/core/lib/Thelia/Config/I18n/pt_PT.php +++ b/core/lib/Thelia/Config/I18n/pt_PT.php @@ -9,4 +9,8 @@ return [ 'Home' => 'Página Inicial', 'Language' => 'Idioma', 'Name' => 'Nome', + 'Full Name' => 'Nome completo', + 'Your Email Address' => 'Seu e-mail', + 'Subject' => 'Tema', + 'Your Message' => 'Seu mensagem', ]; diff --git a/local/modules/HookContact/I18n/pt_PT.php b/local/modules/HookContact/I18n/pt_PT.php new file mode 100644 index 000000000..46a23a75e --- /dev/null +++ b/local/modules/HookContact/I18n/pt_PT.php @@ -0,0 +1,5 @@ + 'Contato', +];