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