1
0
mirror of https://github.com/flarum/core.git synced 2025-10-12 07:24:27 +02:00

Move locale files

This commit is contained in:
Toby Zerner
2015-07-22 16:05:24 +09:30
parent 8442f65cdf
commit 34b7a2fbf6
4 changed files with 4 additions and 4 deletions

3
locale/en.js Normal file
View File

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