Add German Language

This commit is contained in:
ultratm
2017-08-26 12:36:15 +02:00
parent b64e1f2e85
commit 73ad0269a1
3 changed files with 14 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
USE `essentialmode`;
INSERT INTO `items` (name, label) VALUES
('bread', 'Brot'),
('water', 'Wasser')
;