How to apply i18n in slash command names and descriptions
How to apply i18n in slash command names and descriptions
Solution:Jump to solution
npm
@sapphire/plugin-i18next
Plugin for @sapphire/framework to support i18next.. Latest version: 8.0.0, last published: 3 months ago. Start using @sapphire/plugin-i18next in your project by running
npm i @sapphire/plugin-i18next
. There are no other projects in the npm registry using @sapphire/plugin-i18next.3 Replies
Solution
npm
@sapphire/plugin-i18next
Plugin for @sapphire/framework to support i18next.. Latest version: 8.0.0, last published: 3 months ago. Start using @sapphire/plugin-i18next in your project by running
npm i @sapphire/plugin-i18next
. There are no other projects in the npm registry using @sapphire/plugin-i18next.specifically the applyLocalizedBuilder function would be used to do that
thank you