From 060a8274f20220e989be6021d8de8a8d01c2d28e Mon Sep 17 00:00:00 2001
From: Henning Leutz <leutz@pcsg.de>
Date: Tue, 18 Sep 2018 10:24:07 +0200
Subject: [PATCH] refactor: added package xml

---
 locale.xml  | 14 ++++++++++++--
 package.xml |  2 +-
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/locale.xml b/locale.xml
index a43c33a..999902e 100644
--- a/locale.xml
+++ b/locale.xml
@@ -6,8 +6,18 @@
             <en><![CDATA[QUIQQER - Shop - Discounts]]></en>
         </locale>
         <locale name="package.description" html="true">
-            <de><![CDATA[Rabatt Schnittstelle für die ERP Verwaltung.]]></de>
-            <en><![CDATA[Discount API for the ERP System.]]></en>
+            <de><![CDATA[
+            Erstelle Rabatte für Benutzergruppen, bestimmte Benutzer sowie zeitgesteuerte Rabatte.
+            Mit den QUIQQQER Rabatten ist das alles kein Problem.
+
+            QUIQQQER Rabatte ist eine Erweiterung für das QUIQQER ERP-System und funktioniert perfekt mit QUIQQER Coupons.
+            ]]></de>
+            <en><![CDATA[
+            Create discounts for user groups, specific users as well as time controlled.
+            With the QUIQQER discounts all this is no problem.
+
+            QUIQQER Discount is an extension for the QUIQQER ERP System and works perfectly with QUIQQER Coupons.
+            ]]></en>
         </locale>
 
         <locale name="menu.erp.title">
diff --git a/package.xml b/package.xml
index 81c3835..de8e487 100644
--- a/package.xml
+++ b/package.xml
@@ -7,7 +7,7 @@
         <description>
             <locale group="quiqqer/discount" var="package.title"/>
         </description>
-        
+
         <support>
             <email><![CDATA[support@pcsg.de]]></email>
             <forum><![CDATA[https://community.quiqqer.com]]></forum>
-- 
GitLab