1
0
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:
Toby Zerner
2015-07-22 16:05:24 +09:30
parent 8442f65cdf
commit 34b7a2fbf6
4 changed files with 4 additions and 4 deletions

7
locale/en.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
return [
'plural' => function ($count) {
return $count == 1 ? 'one' : 'other';
}
];