mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
Multi-language support
This commit is contained in:
+10
-2
@@ -4,10 +4,18 @@ description 'ESX Phone'
|
||||
|
||||
server_scripts {
|
||||
'@mysql-async/lib/MySQL.lua',
|
||||
'@es_extended/locale.lua',
|
||||
'locales/en.lua',
|
||||
'locales/fr.lua',
|
||||
'server/main.lua'
|
||||
}
|
||||
|
||||
client_script 'client/main.lua'
|
||||
client_scripts {
|
||||
'@es_extended/locale.lua',
|
||||
'locales/en.lua',
|
||||
'locales/fr.lua',
|
||||
'client/main.lua'
|
||||
}
|
||||
|
||||
ui_page 'html/ui.html'
|
||||
|
||||
@@ -32,4 +40,4 @@ files {
|
||||
'html/img/icons/write.png',
|
||||
'html/img/icons/edit.png',
|
||||
'html/img/icons/location.png'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user