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' => 'مکان نگهدارنده', + ], +];