Polish Translation

This commit is contained in:
deviljin112
2018-07-23 22:26:44 +01:00
parent d6d7e1fad5
commit d5a0a91def
3 changed files with 12 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
USE `essentialmode`;
INSERT INTO `items` (`name`, `label`, `limit`) VALUES
('bread', 'Chleb', 10),
('water', 'Woda', 5)
;