mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 17:01:14 +00:00
fix(esx_inventory/config/main): auto-detect locale
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
Config = {
|
||||
Locale = "en",
|
||||
Locale = GetConvar("esx:locale", "en"),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user