1
0
mirror of https://github.com/flarum/core.git synced 2025-07-20 16:21:18 +02:00
Files
php-flarum/framework/core/locale/en.js
2015-07-22 16:05:24 +09:30

4 lines
84 B
JavaScript

app.translator.plural = function(count) {
return count == 1 ? 'one' : 'other';
};