Merge pull request #509 from HariboInc/main

refactor(esx_basicneeds): Dutch Translations
This commit is contained in:
Mycroft
2022-09-28 14:40:39 +01:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,4 @@
Locales['nl'] = {
['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)
;