Skip to content

Commit

Permalink
Fix WA tainting AbbreviateNumbers for korea/taiwan users
Browse files Browse the repository at this point in the history
Fixes: #4812
  • Loading branch information
InfusOnWoW authored and mrbuds committed Jan 18, 2024
1 parent 1be6f9a commit d984e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeakAuras/Types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ timeFormatter.GetMaxInterval = function(self)
return #timeFormatIntervalDescriptionFixed
end

--local AbbreviateNumbers = AbbreviateNumbers
local AbbreviateNumbers = AbbreviateNumbers
local gameLocale = GetLocale()
if gameLocale == "koKR" or gameLocale == "zhCN" or gameLocale == "zhTW" then
-- Work around https://github.com/Stanzilla/WoWUIBugs/issues/515
Expand Down

0 comments on commit d984e55

Please sign in to comment.