2
0
Fork 0
mirror of https://github.com/thelounge/thelounge synced 2025-01-09 02:48:55 +00:00
thelounge/client/js/libs/handlebars/users.js
Pavel Djundik fb87bd3a58 Webpack
2016-12-27 19:15:30 +02:00

3 lines
94 B
JavaScript

module.exports = function(count) {
return count + " " + (count === 1 ? "user" : "users");
};