Minor upgrades

-Added Swedish translation
-Uppdated __resource.lua
-Upgraded esx_garage.sql with support for netr_garages
This commit is contained in:
MHL1337
2018-04-15 18:07:59 +02:00
parent c57c0205ac
commit a79726fb5d
3 changed files with 9 additions and 0 deletions
+2
View File
@@ -10,6 +10,7 @@ server_scripts {
'locales/br.lua',
'locales/en.lua',
'locales/fr.lua',
'locales/sv.lua',
'@mysql-async/lib/MySQL.lua',
'config.lua',
'server/main.lua'
@@ -21,6 +22,7 @@ client_scripts {
'locales/br.lua',
'locales/en.lua',
'locales/fr.lua',
'locales/sv.lua',
'config.lua',
'client/main.lua'
}
+1
View File
@@ -5,6 +5,7 @@ CREATE TABLE `user_parkings` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`identifier` varchar(60) DEFAULT NULL,
`garage` varchar(60) DEFAULT NULL,
`plate` varchar(60) DEFAULT NULL,
`zone` int(11) NOT NULL,
`vehicle` longtext,
+6
View File
@@ -0,0 +1,6 @@
Locales['sv'] = {
['veh_released'] = 'fordon ~g~uthämtat',
['veh_stored'] = 'fordon ~g~förvarats',
}