1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 15:07:53 +02:00

Only include namespaced translations

This commit is contained in:
Toby Zerner
2015-10-02 17:43:41 +09:30
parent 58eaf79a98
commit 89338290a4
2 changed files with 2 additions and 6 deletions

View File

@@ -30,9 +30,7 @@ class ClientAction extends BaseClientAction
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
protected $translationKeys = [ protected $translationKeys = ['core.admin'];
'core.log_out'
];
/** /**
* {@inheritdoc} * {@inheritdoc}

View File

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