framework/extensions/lang-english/bootstrap.php

17 lines
283 B
PHP
Raw Normal View History

2015-09-25 14:07:00 +08:00
<?php
2018-01-03 05:00:47 +08:00
/*
* This file is part of Flarum.
*
* (c) Toby Zerner <toby.zerner@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
2015-09-25 14:07:00 +08:00
2018-01-03 05:00:47 +08:00
use Flarum\Extend;
return [
2018-03-19 08:08:43 +08:00
new Extend\LanguagePack
2018-01-03 05:00:47 +08:00
];