mirror of
https://github.com/flarum/core.git
synced 2025-08-03 23:17:43 +02:00
Make punctuate
translatable, rename to punctuateSeries
This commit is contained in:
@@ -27,7 +27,7 @@ class ClientController extends AbstractClientController
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected $translationKeys = ['core.forum'];
|
||||
protected $translationKeys = ['core.forum', 'core.lib'];
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
Reference in New Issue
Block a user