From 7fe53cba8b62f39dcef6a19ca1ad78a091580ced Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:07:40 +0300 Subject: [PATCH] New translations section.php (French) --- .../visiosoft/location-module/resources/lang/fr/section.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/default/visiosoft/location-module/resources/lang/fr/section.php b/addons/default/visiosoft/location-module/resources/lang/fr/section.php index 94468967a..fb5bc836b 100644 --- a/addons/default/visiosoft/location-module/resources/lang/fr/section.php +++ b/addons/default/visiosoft/location-module/resources/lang/fr/section.php @@ -16,7 +16,7 @@ return [ 'village' => [ 'title' => 'Village', ], - 'general' => 'General', - 'map' => 'Map', - 'setting' => 'Setting', + 'general' => 'Général', + 'map' => 'Carte', + 'setting' => 'Réglage', ];