1
0
mirror of https://github.com/flarum/core.git synced 2025-08-20 15:21:49 +02:00

Make punctuate translatable, rename to punctuateSeries

This commit is contained in:
Toby Zerner
2015-10-08 22:42:03 +10:30
parent 0ce014b3bb
commit bddbf24055
5 changed files with 38 additions and 31 deletions

View File

@@ -31,7 +31,7 @@ class ClientController extends BaseClientController
/**
* {@inheritdoc}
*/
protected $translationKeys = ['core.admin'];
protected $translationKeys = ['core.admin', 'core.lib'];
/**
* @var ExtensionManager

View File

@@ -27,7 +27,7 @@ class ClientController extends AbstractClientController
/**
* {@inheritdoc}
*/
protected $translationKeys = ['core.forum'];
protected $translationKeys = ['core.forum', 'core.lib'];
/**
* {@inheritdoc}