mirror of
https://github.com/flarum/framework.git
synced 2024-11-27 11:03:37 +08:00
Add empty locale extender to clear cache properly on enable/disable.
See https://github.com/flarum/core/pull/2020#issuecomment-616149583
This commit is contained in:
parent
5719d62415
commit
3e9c764546
|
@ -26,5 +26,7 @@ return [
|
|||
$config->Emoticons->add(':\'(', '😢');
|
||||
$config->Emoticons->add(':O', '😮');
|
||||
$config->Emoticons->add('>:(', '😡');
|
||||
})
|
||||
}),
|
||||
|
||||
new Extend\Locales(__DIR__.'/locale'),
|
||||
];
|
||||
|
|
0
extensions/emoji/locale/.gitkeep
Normal file
0
extensions/emoji/locale/.gitkeep
Normal file
Loading…
Reference in New Issue
Block a user