1
0
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:
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

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