Merge pull request #1 from HariboInc/HariboInc-patch-1

This commit is contained in:
Raoul
2022-09-27 22:33:21 +02:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,4 @@
Locales['en'] = {
['used_eat'] = 'je hebt 1x %s gegeten',
['used_drink'] = 'je hebt 1x %s gedronken',
}
@@ -0,0 +1,4 @@
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
('bread', 'Brood', 1),
('water', 'Water', 1)
;