mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
update(feat): Multi-Language Support
chore(coding-style): Fix Indentation
This commit is contained in:
+20
-13
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user