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:
@@ -30,9 +30,7 @@ class ClientAction extends BaseClientAction
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
protected $translationKeys = [
|
protected $translationKeys = ['core.admin'];
|
||||||
'core.log_out'
|
|
||||||
];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
|
@@ -27,9 +27,7 @@ class ClientAction extends BaseClientAction
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
protected $translationKeys = [
|
protected $translationKeys = ['core.forum'];
|
||||||
'core'
|
|
||||||
];
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
|
Reference in New Issue
Block a user