From 35cbf7dbe794b0e485eb9b9038263b0d017a2786 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Mon, 30 Mar 2020 17:28:24 +0300 Subject: [PATCH] New translations addon.php (German) --- .../location-module/resources/lang/de/addon.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/addons/default/visiosoft/location-module/resources/lang/de/addon.php b/addons/default/visiosoft/location-module/resources/lang/de/addon.php index 8ca18d028..d563fd080 100644 --- a/addons/default/visiosoft/location-module/resources/lang/de/addon.php +++ b/addons/default/visiosoft/location-module/resources/lang/de/addon.php @@ -1,7 +1,7 @@ "Ort", - "name" =>"Standortmodul", - "description" =>"Beschreibung" -]; \ No newline at end of file +return [ + 'title' => 'Ort', + 'name' => 'Standortmodul', + 'description' => 'Beschreibung', +];