Multi-language support

This commit is contained in:
nearbyplayer
2017-08-16 23:13:40 -04:00
parent 007eef76d5
commit 9390b2f8b0
6 changed files with 62 additions and 31 deletions
+6
View File
@@ -4,11 +4,17 @@ description 'ESX ClotheShop'
server_scripts {
'@mysql-async/lib/MySQL.lua',
'@es_extended/locale.lua',
'locales/en.lua',
'locales/fr.lua',
'config.lua',
'server/main.lua'
}
client_scripts {
'@es_extended/locale.lua',
'locales/en.lua',
'locales/fr.lua',
'config.lua',
'client/main.lua'
}