12 lines
255 B
PHP
12 lines
255 B
PHP
<?php
|
|
|
|
/*
|
|
* This file is part of the Russian language pack for Flarum.
|
|
*
|
|
* For detailed copyright and license information, please view the
|
|
* LICENSE file that was distributed with this source code.
|
|
*/
|
|
|
|
return [
|
|
new Flarum\Extend\LanguagePack(),
|
|
];
|