From cccca8d20e2ada1bdc00bc2f2c62f8ef1d2887e8 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 3 Mar 2020 12:43:43 +0300 Subject: [PATCH] New translations section.php (Russian) --- .../resources/lang/ru/section.php | 43 +++++++++---------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/addons/default/visiosoft/location-module/resources/lang/ru/section.php b/addons/default/visiosoft/location-module/resources/lang/ru/section.php index 99a82f9d8..e98a9982b 100644 --- a/addons/default/visiosoft/location-module/resources/lang/ru/section.php +++ b/addons/default/visiosoft/location-module/resources/lang/ru/section.php @@ -1,25 +1,22 @@ [ - "title" =>"страны", - - ], - "cities" => [ - "title" =>"Города", - - ], - "districts" => [ - "title" =>"Районы", - - ], - "neighborhoods" => [ - "title" =>"Окрестности", - - ], - "village" => [ - "title" =>"Деревня", - - ], - -]; \ No newline at end of file +return [ + 'countries' => [ + 'title' => 'страны', + ], + 'cities' => [ + 'title' => 'Города', + ], + 'districts' => [ + 'title' => 'Районы', + ], + 'neighborhoods' => [ + 'title' => 'Окрестности', + ], + 'village' => [ + 'title' => 'Деревня', + ], + 'general' => 'General', + 'map' => 'Map', + 'setting' => 'Setting', +];