From d984e55c16025d819d807330f7f5ef5e731f629d Mon Sep 17 00:00:00 2001 From: Infus Date: Thu, 18 Jan 2024 20:25:37 +0100 Subject: [PATCH] Fix WA tainting AbbreviateNumbers for korea/taiwan users Fixes: #4812 --- WeakAuras/Types.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeakAuras/Types.lua b/WeakAuras/Types.lua index 7fc606bb3b..cd1ea4d0d4 100644 --- a/WeakAuras/Types.lua +++ b/WeakAuras/Types.lua @@ -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