sk.js 158 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 MessageFormat.locale.sk = function (n) { if (n == 1) { return 'one'; } if (n == 2 || n == 3 || n == 4) { return 'few'; } return 'other'; };