From 6354c107beb720d5e5122b069467820ac849b99f Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 14 Feb 2020 15:06:58 +0300 Subject: [PATCH] New translations stream.php (Russian) --- .../location-module/resources/lang/ru/stream.php | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/addons/default/visiosoft/location-module/resources/lang/ru/stream.php b/addons/default/visiosoft/location-module/resources/lang/ru/stream.php index 8de906443..d52b2167f 100644 --- a/addons/default/visiosoft/location-module/resources/lang/ru/stream.php +++ b/addons/default/visiosoft/location-module/resources/lang/ru/stream.php @@ -1,9 +1,7 @@ [ - "name" =>"Деревня", - - ], - -]; \ No newline at end of file +return [ + 'village' => [ + 'name' => 'Village', + ], +];