hikari-lightbulb icon indicating copy to clipboard operation
hikari-lightbulb copied to clipboard

Implement a `reload_localizations` method in `*LocalizationProvider`

Open null-domain opened this issue 6 months ago • 0 comments

A method to reload (or re-'source') localizations would be helpful, particularly when using GnuLocalizationProvider. This would allow for changing localization values without requiring the bot to restart, which can be particularly useful if an external localization platform like Weblate is in use.

Care should be taken around the reloading of localization keys/values related to commands, or anything that requires re-synchronization of data to Discord.

null-domain avatar Aug 10 '24 17:08 null-domain