mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 20:01:35 +00:00
1c7b98ae41
Changed default language to english as its the universal language
6 lines
171 B
Lua
6 lines
171 B
Lua
Config = {}
|
|
|
|
Config.Locale = 'en'
|
|
Config.OnlyFirstname = false
|
|
Config.EnableESXIdentity = true -- only turn this on if you are using esx_identity and want to use RP names
|