From 0d9739ce6664f0fc9fc8634e6086e0d077b0bb8d Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 3 Mar 2020 12:42:42 +0300 Subject: [PATCH] New translations stream.php (Russian) --- .../cats-module/resources/lang/ru/stream.php | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/ru/stream.php b/addons/default/visiosoft/cats-module/resources/lang/ru/stream.php index 898e27203..9e0b14b0f 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/ru/stream.php +++ b/addons/default/visiosoft/cats-module/resources/lang/ru/stream.php @@ -1,13 +1,10 @@ [ - "name" =>"категория", - - ], - "placeholderforsearch" => [ - "name" =>"Placeholderforsearch", - - ], - -]; \ No newline at end of file +return [ + 'category' => [ + 'name' => 'категория', + ], + 'placeholderforsearch' => [ + 'name' => 'Placeholderforsearch', + ], +];