SteamDeckHomebrew / decky-loader

A plugin loader for the Steam Deck.
https://decky.xyz
GNU General Public License v2.0
4.58k stars 158 forks source link

[Request] Please add multilingual support to decky-loader’s plugin.json/package.json #560

Open TeslaKang opened 10 months ago

TeslaKang commented 10 months ago

Please confirm

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

RodoMa92 commented 10 months ago

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.