Allow all servers to change their preferred locale. #4332
Unanswered
baptiste0928
asked this question in
API Feature Requests & Ideas
Replies: 1 comment
-
To prevent privacy leakage, you should instead use guild creator's locale at the time of guild creation, and not affected by further locale changes of the guild owner or further ownership transfers of the guild owner. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Having the guild and user locale sent with interactions is a big step forward for improving bots i18n, but
guild_locale
(andpreferred_locale
in the guild object) cannot be used directly by bots as is. According to thepreferred_locale
documentation:There are two major problems for bots to rely on that field for internationalizing guild-wide messages: servers owners are unable to change the language unless they enable the community feature, and the default language is the same for all servers. This forces bot owners to provide an alternative system to change the language, and server owners to configure the language manually in most cases if they do not have an English-speaking server.
Proposed changes
It might also be nice to allow changing the language per bot in the future.
Beta Was this translation helpful? Give feedback.
All reactions