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:
3
locale/en.js
Normal file
3
locale/en.js
Normal file
@@ -0,0 +1,3 @@
|
||||
app.translator.plural = function(count) {
|
||||
return count == 1 ? 'one' : 'other';
|
||||
};
|
Reference in New Issue
Block a user