Skip to content

Commit

Permalink
Fix some locale-related issues (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmericp authored Mar 3, 2024
1 parent 7a5ace3 commit ad13e41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DBM-Raids-BC/ZulAmanLegacy/Zuljin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function mod:SPELL_CAST_SUCCESS(args)
if args:IsSpellID(43095) then
warnParalyzeSoon:Schedule(22)
if self.Options.SpecWarn43095dispel and self:CheckDispelFilter("magic") then
specWarnParalyze:Show(DBM_CORE_L.ALLIES)
specWarnParalyze:Show(DBM_COMMON_L.ALLIES)
specWarnParalyze:Play("helpdispel")
else
warnParalyze:Show()
Expand Down
4 changes: 2 additions & 2 deletions DBM-Raids-Vanilla/localization.en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -538,14 +538,14 @@ L:SetWarningLocalization{
L:SetTimerLocalization{
TimerSubmerge = "Submerge",
TimerEmerge = "Emerge",
timerCombatStart = DBM_CORE_L.GENERIC_TIMER_COMBAT
timerCombatStart = DBM_CORE_L.AUTO_TIMER_TEXTS.combat
}
L:SetOptionLocalization{
WarnSubmerge = "Show warning for submerge",
TimerSubmerge = "Show timer for submerge",
WarnEmerge = "Show warning for emerge",
TimerEmerge = "Show timer for emerge",
timerCombatStart = DBM_CORE_L.OPTION_TIMER_COMBAT
timerCombatStart = DBM_CORE_L.AUTO_TIMER_OPTIONS.combat
}
L:SetMiscLocalization{
Submerge = "COME FORTH, MY SERVANTS! DEFEND YOUR MASTER!",
Expand Down
2 changes: 0 additions & 2 deletions DBM-Raids-Vanilla/localization.ru.lua
Original file line number Diff line number Diff line change
Expand Up @@ -540,14 +540,12 @@ L:SetWarningLocalization{
L:SetTimerLocalization{
TimerSubmerge = "Погружение",
TimerEmerge = "Появление",
timerCombatStart = DBM_CORE_L.GENERIC_TIMER_COMBAT
}
L:SetOptionLocalization{
WarnSubmerge = "Показывать предупреждение о погружении",
TimerSubmerge = "Показывать время до погружения",
WarnEmerge = "Показывать предупреждение о появлении",
TimerEmerge = "Показывать время до появления",
timerCombatStart = DBM_CORE_L.OPTION_TIMER_COMBAT
}
L:SetMiscLocalization{
Submerge = "ПРИДИТЕ, МОИ СЛУГИ! ЗАЩИТИТЕ СВОЕГО ХОЗЯИНА!",
Expand Down

0 comments on commit ad13e41

Please sign in to comment.