Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3 tasks done
TeslaKang opened this issue Nov 15, 2023 · 1 comment
Open
3 tasks done
Assignees
Labels
feature request a request for a feature, no guarantee of addition

Comments

@TeslaKang
Copy link

TeslaKang commented Nov 15, 2023

Please confirm

  • I have searched existing issues
  • This issue is not a duplicate of an existing one
  • 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

@TeslaKang TeslaKang added the feature request a request for a feature, no guarantee of addition label Nov 15, 2023
@RodoMa92
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request a request for a feature, no guarantee of addition
Projects
Status: 🔖 Ready for review
Development

No branches or pull requests

2 participants