mirror of
https://github.com/flarum/framework.git
synced 2025-06-04 23:14:32 +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:
@ -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
Reference in New Issue
Block a user