From e1ad7c2b563c5ee12c274a8d11e5153f06833df9 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 10 Jan 2020 17:05:39 +0300 Subject: [PATCH] New translations stream.php (French) --- .../location-module/resources/lang/fr/stream.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/addons/default/visiosoft/location-module/resources/lang/fr/stream.php b/addons/default/visiosoft/location-module/resources/lang/fr/stream.php index 2b8e35fcb..d52b2167f 100644 --- a/addons/default/visiosoft/location-module/resources/lang/fr/stream.php +++ b/addons/default/visiosoft/location-module/resources/lang/fr/stream.php @@ -1,9 +1,7 @@ [ - "name" =>"Village", - - ], - -]; \ No newline at end of file +return [ + 'village' => [ + 'name' => 'Village', + ], +];