From d947285232aac43572738e4f609b7fd0f13301b6 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:11:46 +0300 Subject: [PATCH] New translations stream.php (Persian) --- .../cats-module/resources/lang/fa/stream.php | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/fa/stream.php b/addons/default/visiosoft/cats-module/resources/lang/fa/stream.php index d4c71be51..bddff0d69 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/fa/stream.php +++ b/addons/default/visiosoft/cats-module/resources/lang/fa/stream.php @@ -1,13 +1,10 @@ [ - "name" =>"دسته بندی", - - ], - "placeholderforsearch" => [ - "name" =>"مکان نگهدارنده", - - ], - -]; \ No newline at end of file +return [ + 'category' => [ + 'name' => 'دسته بندی', + ], + 'placeholderforsearch' => [ + 'name' => 'مکان نگهدارنده', + ], +];