Multi-Language support

Added multi-language support
This commit is contained in:
Don
2017-08-14 15:06:48 -07:00
parent cc43d95ca6
commit f175149adf
6 changed files with 38 additions and 18 deletions
+19 -12
View File
@@ -1,18 +1,25 @@
description 'ESX ATM'
server_script{
'@es_extended/locale.lua',
'locales/en.lua',
'locales/fr.lua',
'config.lua',
'server/esx_atm_sv.lua'
}
server_script 'server/esx_atm_sv.lua'
client_script {
'config.lua',
'client/esx_atm_cl.lua'
client_script{
'@es_extended/locale.lua',
'locales/en.lua',
'locales/fr.lua',
'config.lua',
'client/esx_atm_cl.lua'
}
ui_page 'html/ui.html'
files {
'html/ui.html',
'html/pdown.ttf',
'html/img/cursor.png',
'html/css/app.css',
'html/scripts/app.js'
files{
'html/ui.html',
'html/pdown.ttf',
'html/img/cursor.png',
'html/css/app.css',
'html/scripts/app.js'
}