1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +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,7 @@
<?php
return [
'plural' => function ($count) {
return $count == 1 ? 'one' : 'other';
}
];