模块:Countdown:修订间差异

无编辑摘要
无编辑摘要
第6行: 第6行:


local function formatMessage(secondsLeft, event, color)
local function formatMessage(secondsLeft, event, color)
local timeLeft = lang:formatDuration(secondsLeft, {'', '', '', '小时', '', ''})
local timeLeft = lang:formatDuration(secondsLeft, {'years', 'weeks', 'days', 'hours', 'minutes', 'seconds'})


-- Color and bold the numbers, because it makes them look important.
-- Color and bold the numbers, because it makes them look important.