mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
Only include namespaced translations
This commit is contained in:
@@ -30,9 +30,7 @@ class ClientAction extends BaseClientAction
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected $translationKeys = [
|
||||
'core.log_out'
|
||||
];
|
||||
protected $translationKeys = ['core.admin'];
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
@@ -27,9 +27,7 @@ class ClientAction extends BaseClientAction
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected $translationKeys = [
|
||||
'core'
|
||||
];
|
||||
protected $translationKeys = ['core.forum'];
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
Reference in New Issue
Block a user