mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
Multi-Language support
Added multi-language support
This commit is contained in:
+19
-12
@@ -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'
|
||||
}
|
||||
Reference in New Issue
Block a user