Unable to change language on help command #619
-
I tried to convert the help command to Vietnamese language but I realized it doesn't work even if I try to edit in web or directly in code or database, it still doesn't work, the help command only shows English version and doesn't show other languages. I'm not good at coding so it's quite difficult to handle this problem and I still haven't found a way to handle it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Languages are managed on Weblate with the Vietnamese translation hosted here which is currently incomplete at 67% completion. We would sincerely appreciate if you updated the translations there as this would improve the UX for everyone but if you want to make quick changes (and you're using a self-hosted instance) then you can go to /src/i18n/vi.yml in the bots files and go down to the help section and make your changes there (though note that these may be overwritten if you update which is why we recommend updating the Weblate instead if possible!). Hope this helps! |
Beta Was this translation helpful? Give feedback.
Languages are managed on Weblate with the Vietnamese translation hosted here which is currently incomplete at 67% completion.
We would sincerely appreciate if you updated the translations there as this would improve the UX for everyone but if you want to make quick changes (and you're using a self-hosted instance) then you can go to /src/i18n/vi.yml in the bots files and go down to the help section and make your changes there (though note that these may be overwritten if you update which is why we recommend updating the Weblate instead if possible!).
Hope this helps!