Skip to content

Commit

Permalink
Prevent incorrect breakdowns on color sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Aug 25, 2024
1 parent 7e34fb6 commit fa5e3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ L["Select the secondary profile for use with the swap profile keybind. If spec p
-- or you can type /rb debug to enable it in game
--
-- Tip2: The strings are passed into string.find, so you should escape the magic characters ^$()%.[]*+-? with a %
addon.numberPattern = "([%+%-]?[%d" .. LARGE_NUMBER_SEPERATOR .. "]+)%f[^%d%%+]"
addon.numberPattern = "([%+%-]?[%d" .. LARGE_NUMBER_SEPERATOR .. "]+)%f[^%w%%+]"
L["numberPatterns"] = {
" by " .. addon.numberPattern,
addon.numberPattern,
Expand Down

0 comments on commit fa5e3fc

Please sign in to comment.