Add more localizations

Add more localization..
This commit is contained in:
2025-01-10 11:21:05 +01:00
parent e433bc3319
commit 2726955034
5 changed files with 129 additions and 15 deletions

View File

@@ -85,6 +85,14 @@ function shared.CombatAlerter.Init()
print(string.format("[%s] Queuing alert message: '%s'", ModuleName, msg.message))
end
table.insert(shared.messenger.queue, msg)
if not shared.L.ru.zones[zone] then
print(string.format("[%s] Zone %s not found in ru.zones", ModuleName, zone))
end
zone = shared.L.ru.zones[zone] or zone
if not shared.L.ru.zones[subZone] then
print(string.format("[%s] Subzone %s not found in ru.zones", ModuleName, subZone))
end
subZone = shared.L.ru.zones[subZone] or subZone
---@type Message
msg = {