From 9efa10d18a3f35e6e75c5f76a1ba990c2206d643 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 14 Feb 2020 15:07:13 +0300 Subject: [PATCH] New translations section.php (Russian) --- .../cats-module/resources/lang/ru/section.php | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/ru/section.php b/addons/default/visiosoft/cats-module/resources/lang/ru/section.php index 7e82adeea..702c3a147 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/ru/section.php +++ b/addons/default/visiosoft/cats-module/resources/lang/ru/section.php @@ -1,13 +1,10 @@ [ - "title" =>"категория", - - ], - "placeholderforsearch" => [ - "title" =>"Placeholderforsearch", - - ], - -]; \ No newline at end of file +return [ + 'category' => [ + 'title' => 'Category', + ], + 'placeholderforsearch' => [ + 'title' => 'Placeholder', + ], +];