From 32bc3de332b31b26448e1ac5b70fd39f9dae251e Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:15:33 +0300 Subject: [PATCH] New translations section.php (Portuguese) --- .../resources/lang/pt/section.php | 43 +++++++++---------- 1 file changed, 20 insertions(+), 23 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 079b15806..68295f8be 100644 --- a/addons/default/visiosoft/location-module/resources/lang/pt/section.php +++ b/addons/default/visiosoft/location-module/resources/lang/pt/section.php @@ -1,25 +1,22 @@ [ - "title" =>"Países", - - ], - "cities" => [ - "title" =>"Cidades", - - ], - "districts" => [ - "title" =>"Distritos", - - ], - "neighborhoods" => [ - "title" =>"Bairros", - - ], - "village" => [ - "title" =>"Aldeia", - - ], - -]; \ No newline at end of file +return [ + 'countries' => [ + 'title' => 'Países', + ], + 'cities' => [ + 'title' => 'Cidades', + ], + 'districts' => [ + 'title' => 'Distritos', + ], + 'neighborhoods' => [ + 'title' => 'Bairros', + ], + 'village' => [ + 'title' => 'Aldeia', + ], + 'general' => 'General', + 'map' => 'Map', + 'setting' => 'Setting', +];