1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

Move locale files

This commit is contained in:
Toby Zerner
2015-07-22 16:05:24 +09:30
parent 2e5cccd5e6
commit 91010d1607
4 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
app.translator.plural = function(count) {
return count == 1 ? 'one' : 'other';
};