From 015ecc05b9abd6469051a4e7a566284255ac6bfb Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Mon, 30 Mar 2020 17:28:49 +0300 Subject: [PATCH] New translations section.php (German) --- .../resources/lang/de/section.php | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/profile-module/resources/lang/de/section.php b/addons/default/visiosoft/profile-module/resources/lang/de/section.php index b2e7e92f1..359000a24 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/de/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/de/section.php @@ -1,13 +1,11 @@ [ - "title" =>"Profil", - - ], - "adress" => [ - "title" =>"Anschrift", - - ], - -]; \ No newline at end of file +return [ + 'profile' => [ + 'title' => 'Profil', + ], + 'adress' => [ + 'title' => 'Anschrift', + ], + 'general_setting' => 'Allgemeine Einstellungen', +];