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:
3
framework/core/locale/en.js
Normal file
3
framework/core/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