Multi-language support

Brazilian Portuguese translation.

[ATTENTION]
The ui_br.html file that is in the html folder must be renamed to ui.html to run the translation.
This commit is contained in:
Allan
2017-08-18 12:07:23 -07:00
committed by GitHub
parent 912ab6185b
commit 2bb542cba2
3 changed files with 97 additions and 0 deletions
+2
View File
@@ -5,6 +5,7 @@ description 'ESX Phone'
server_scripts {
'@mysql-async/lib/MySQL.lua',
'@es_extended/locale.lua',
'locales/br.lua',
'locales/en.lua',
'locales/fr.lua',
'server/main.lua'
@@ -12,6 +13,7 @@ server_scripts {
client_scripts {
'@es_extended/locale.lua',
'locales/br.lua',
'locales/en.lua',
'locales/fr.lua',
'client/main.lua'