diff --git a/addons/default/visiosoft/cats-module/resources/lang/tr/section.php b/addons/default/visiosoft/cats-module/resources/lang/tr/section.php index 54b4dca9c..5c4a3f655 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/tr/section.php +++ b/addons/default/visiosoft/cats-module/resources/lang/tr/section.php @@ -1,13 +1,10 @@ [ - "title" =>"Kategori", - - ], - "placeholderforsearch" => [ - "title" =>"Arama alanı", - - ], - -]; \ No newline at end of file +return [ + 'category' => [ + 'title' => 'Kategori', + ], + 'placeholderforsearch' => [ + 'title' => 'Arama alanı', + ], +];