mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Spanish translation implemented (#51)
* Spanish translation implemented * Create es_esx_dmvschool.sql
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
USE `es_extended`;
|
||||
|
||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||
('dmv', 'Permiso teórico de conducir'),
|
||||
('drive', 'Permiso de conducir de coche'),
|
||||
('drive_bike', 'Permiso de conducir de moto'),
|
||||
('drive_truck', 'Permiso de conducir de camión')
|
||||
;
|
||||
Reference in New Issue
Block a user