From 1da5c8e5efbb6f49c8b26d5b7470faf037c70b54 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:15:53 +0300 Subject: [PATCH] New translations section.php (Portuguese) --- .../visiosoft/location-module/resources/lang/pt/section.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/default/visiosoft/location-module/resources/lang/pt/section.php b/addons/default/visiosoft/location-module/resources/lang/pt/section.php index 68295f8be..91db0e17f 100644 --- a/addons/default/visiosoft/location-module/resources/lang/pt/section.php +++ b/addons/default/visiosoft/location-module/resources/lang/pt/section.php @@ -16,7 +16,7 @@ return [ 'village' => [ 'title' => 'Aldeia', ], - 'general' => 'General', - 'map' => 'Map', - 'setting' => 'Setting', + 'general' => 'Geral', + 'map' => 'Mapa', + 'setting' => 'Configuração', ];