Multi-language support

This commit is contained in:
nearbyplayer
2017-08-17 02:57:06 -04:00
parent e3da0a3c1b
commit c7f0dce0c8
6 changed files with 106 additions and 70 deletions
+10 -2
View File
@@ -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'
}
}