Multi-language support

Currently only esx_jobs and lumberjack have been translated.
This commit is contained in:
Don
2017-08-19 01:55:21 -07:00
parent 8f4b29946c
commit 47af486268
7 changed files with 141 additions and 55 deletions
+8 -1
View File
@@ -1,9 +1,16 @@
server_scripts {
'@mysql-async/lib/MySQL.lua',
'@es_extended/locale.lua',
'locales/en.lua',
'locales/fr.lua',
'config.lua',
'server/esx_jobs_sv.lua'
}
client_scripts {
'@es_extended/locale.lua',
'locales/en.lua',
'locales/fr.lua',
'config.lua',
'jobs/fisherman.lua',
'jobs/fuel.lua',
@@ -26,4 +33,4 @@ files {
'html/scripts/app.js',
'html/img/keys/enter.png',
'html/img/keys/return.png'
}
}