From 2e9656d5f99c2fcfc07a17d816976a80f8e1f06b Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 3 Mar 2020 12:43:40 +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..a97f80692 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' => 'Деревня', + ], +];