Add Finnish lang...

This commit is contained in:
AdrineX
2018-06-13 00:04:30 +03:00
parent e8a0f07296
commit e6475a0383
5 changed files with 208 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
USE `essentialmode`;
INSERT INTO `licenses` (`type`, `label`) VALUES
('dmv', 'Teoriakoe'),
('drive', 'Autokortti'),
('drive_bike', 'Moottoripyöräkortti'),
('drive_truck', 'Rekkakortti')
;