mirror of
https://github.com/flarum/core.git
synced 2025-07-20 16:21:18 +02:00
Add API to add translations to admin client
Again, I'll split up these APIs soon enough
This commit is contained in:
@@ -70,4 +70,13 @@ class BuildClientView
|
||||
$this->view->addBootstrapper($bootstrapper);
|
||||
}
|
||||
}
|
||||
|
||||
public function adminTranslations(array $keys)
|
||||
{
|
||||
if ($this->action instanceof AdminClientAction) {
|
||||
foreach ($keys as $key) {
|
||||
$this->keys[] = $key;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user