mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 03:08:52 +00:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user