From f1847640e0396a03b6b9796567a054b44974eefe Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:15:37 +0300 Subject: [PATCH] New translations stream.php (Portuguese) --- .../cats-module/resources/lang/pt/stream.php | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/pt/stream.php b/addons/default/visiosoft/cats-module/resources/lang/pt/stream.php index 6812f0d97..38acb5482 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/pt/stream.php +++ b/addons/default/visiosoft/cats-module/resources/lang/pt/stream.php @@ -1,13 +1,10 @@ [ - "name" =>"Categoria", - - ], - "placeholderforsearch" => [ - "name" =>"Placeholderforsearch", - - ], - -]; \ No newline at end of file +return [ + 'category' => [ + 'name' => 'Categoria', + ], + 'placeholderforsearch' => [ + 'name' => 'Placeholderforsearch', + ], +];