Multi-language support

Updated readme with proper clone link, and moved it to the front directory.
This commit is contained in:
nearbyplayer
2017-08-15 14:59:46 -04:00
parent 3eb0647e11
commit d95ac08d0a
9 changed files with 37 additions and 10 deletions
+18
View File
@@ -0,0 +1,18 @@
description 'ESX Mecano Job'
client_scripts {
'@es_extended/locale.lua',
'locales/en.lua',
'locales/fr.lua',
'config.lua',
'client/main.lua'
}
server_scripts {
'@es_extended/locale.lua',
'locales/en.lua',
'locales/fr.lua',
'@mysql-async/lib/MySQL.lua',
'config.lua',
'server/main.lua'
}