Add localization for config panel
This commit is contained in:
@@ -60,6 +60,7 @@ local function init()
|
||||
---@field stinkies table<string, boolean>
|
||||
---@field agents table<string, string>
|
||||
---@field scale number
|
||||
---@field locale string
|
||||
|
||||
---@class HeimdallSpotterConfig
|
||||
---@field enabled boolean
|
||||
@@ -391,6 +392,7 @@ local function init()
|
||||
whisperNotify = shared.GetOrDefault(Heimdall_Data, { "config", "whisperNotify" }, {}),
|
||||
stinkies = shared.GetOrDefault(Heimdall_Data, { "config", "stinkies" }, {}),
|
||||
scale = shared.GetOrDefault(Heimdall_Data, { "config", "scale" }, 1),
|
||||
locale = shared.GetOrDefault(Heimdall_Data, { "config", "locale" }, "en"),
|
||||
}
|
||||
|
||||
shared.raceMap = {
|
||||
|
||||
Reference in New Issue
Block a user