We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ebd1d4 + 831f3ac commit 2a3ec95Copy full SHA for 2a3ec95
lib/misc.lua
@@ -184,6 +184,7 @@ function Cryptid.pluralize(str, vars)
184
table.insert(_table, v)
185
end
186
local num = vars[tonumber(string.match(str, ">(%d+)"))] -- gets reference variable
187
+ if type(num) == 'string' then num = (Big and to_number(to_big(num))) or num end
188
local plural = _table[1] -- default
189
local checks = { [1] = "=" } -- checks 1 by default
190
local checks1mod = false -- tracks if 1 was modified
0 commit comments