Spanish translation implemented (#39)

* Create es_esx_basicneeds.sql

* Spanish translation implemented
This commit is contained in:
Jougito - Kheros
2020-07-19 12:54:38 +02:00
committed by GitHub
parent dea210983f
commit 4bd2b1b5ca
3 changed files with 34 additions and 22 deletions
+6
View File
@@ -0,0 +1,6 @@
USE `es_extended`;
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
('bread', 'Pan', 1),
('water', 'Agua', 1)
;