mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 04:01:22 +00:00
Merge pull request #1 from HariboInc/HariboInc-patch-1
This commit is contained in:
@@ -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)
|
||||
;
|
||||
Reference in New Issue
Block a user