Home
last modified time | relevance | path

Searched refs:switchLang (Results 1 – 1 of 1) sorted by relevance

/plugin/fkstimer/
Dscript.js9 const switchLang = (number, index) => { function
39 html += addTimeElement(days, switchLang(days, 'day'));
42 html += addTimeElement(hours, switchLang(hours, 'hour'));
46 html += addTimeElement(min, switchLang(min, 'min'));
52 html += addTimeElement(sec + ',' + millisecond, switchLang(sec, 'sec'));
54 html += addTimeElement(sec, switchLang(sec, 'sec'));