MessageFormat.locale.tl = function(n) { if (n === 0 || n == 1) { return 'one'; } return 'other'; };