mirror of
https://github.com/flarum/framework.git
synced 2025-06-05 07:24:33 +08:00
Make punctuate
translatable, rename to punctuateSeries
This commit is contained in:
@ -31,7 +31,7 @@ class ClientController extends BaseClientController
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected $translationKeys = ['core.admin'];
|
||||
protected $translationKeys = ['core.admin', 'core.lib'];
|
||||
|
||||
/**
|
||||
* @var ExtensionManager
|
||||
|
Reference in New Issue
Block a user