From 719f8155af788d8340da64d66f6b90e1f67ed3d0 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:12:08 +0300 Subject: [PATCH] New translations stream.php (Persian) --- .../resources/lang/fa/stream.php | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/profile-module/resources/lang/fa/stream.php b/addons/default/visiosoft/profile-module/resources/lang/fa/stream.php index 1b8db5306..07fdd548f 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fa/stream.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fa/stream.php @@ -1,13 +1,10 @@ [ - "name" =>"مشخصات", - - ], - "adress" => [ - "name" =>"آدرس", - - ], - -]; \ No newline at end of file +return [ + 'profile' => [ + 'name' => 'مشخصات', + ], + 'adress' => [ + 'name' => 'آدرس', + ], +];