update(feat): Multi-Language Support

chore(coding-style): Fix Indentation
This commit is contained in:
nearbyplayer
2017-09-21 12:23:36 -04:00
parent 072ef503b2
commit 4c7e767a1d
11 changed files with 633 additions and 386 deletions
+20 -13
View File
@@ -2,26 +2,33 @@ resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
description 'ESX DMV School'
version '1.0.1'
version '1.0.2'
server_scripts {
'server/main.lua'
'@es_extended/locale.lua',
'locales/fr.lua',
'locales/en.lua',
'config.lua',
'server/main.lua'
}
client_scripts {
'config.lua',
'client/main.lua'
'@es_extended/locale.lua',
'locales/fr.lua',
'locales/en.lua',
'config.lua',
'client/main.lua'
}
ui_page 'html/ui.html'
files {
'html/ui.html',
'html/logo.png',
'html/dmv.png',
'html/cursor.png',
'html/styles.css',
'html/questions.js',
'html/scripts.js',
'html/debounce.min.js'
}
'html/ui.html',
'html/logo.png',
'html/dmv.png',
'html/cursor.png',
'html/styles.css',
'html/questions.js',
'html/scripts.js',
'html/debounce.min.js'
}