mirror of
https://github.com/flarum/core.git
synced 2025-10-22 12:16:07 +02:00
Move locale files
This commit is contained in:
7
locale/en.php
Normal file
7
locale/en.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'plural' => function ($count) {
|
||||
return $count == 1 ? 'one' : 'other';
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user