mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 08:13:21 +00:00
Multi-language support
Currently only esx_jobs and lumberjack have been translated.
This commit is contained in:
+8
-1
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user