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', +];