fix(esx_inventory/config/main): auto-detect locale

This commit is contained in:
Kenshin13
2025-08-12 19:34:01 +02:00
parent c772d7dba8
commit 1b9389417b
+1 -1
View File
@@ -1,3 +1,3 @@
Config = {
Locale = "en",
Locale = GetConvar("esx:locale", "en"),
}