msabur
msabur
Button3d inherits from ttk.button, so `command=…` should work.
Discord.py supports localizing slash commands based on a user's selected language. It works for command names, command descriptions, parameter names, parameter descriptions, and choice names. Documentation: https://discordpy.readthedocs.io/en/latest/interactions/api.html?highlight=translation#discord.app_commands.Translator Small example that...
I think using gettext would be better. Using JSON would give the greatest flexibility. However, with gettext there are [CLI tools](https://babel.pocoo.org/en/latest/cmdline.html) to help with management tasks like updating translations when...