[Request] Please add multilingual support to decky-loader’s plugin.json/package.json
Please confirm
- [X] I have searched existing issues
- [x] This issue is not a duplicate of an existing one
- [X] This is not a request for a plugin
Feature Request Description
I would like to make the display part of Decky-loader multilingual. Currently, only a single language is supported, making it difficult for people from many countries to use it, so would appreciate it if you could support the title and description in multiple languages.
plugin.json { "name": "English name", "name_ko-kr": "한글 이름", "description": "English description", "description_ko-kr": "한글 설명", ... } I think it would work like this.
thank you.
Further Description
No response
I was thinking on how to handle this properly in the UI with i18next, since we can't use the same backend that we use for the UI and how to handle all languages in each file (they might get quite big with all languages embedded in). I'll evaluate it later.