-
Notifications
You must be signed in to change notification settings - Fork 239
Localisation #197
Comments
As promised, I'm working on that issue and have made some design decisions:
|
Update: I'm almost done. I've implemented the feature on my private bot and everything seems to work. |
feat(i18n): implement localisation (discordjs#197)
Any news when this will be implemented officially? |
@perzeuss : 10 months later, is it still "almost done" ? Something can be done to help you achieve this ? thx :) |
@Torbraw @Kaon68 Please look at the PR for this issue: #324 (comment) @Gawdl3y did not like my solution and I started to rewrite it but I had not time yet to complete that rewrite, because I've other work to do with higher priority. |
A system needs to be added to allow all built-in text to be translated to other languages or customised for any other reason. This system should also be usable by non-built-in components, allowing for easier translation of bots. The current locale should be a guild-specific setting, and locales should implement the Loader/Loadable functionality (depends on #196).
The text was updated successfully, but these errors were encountered: