Skip to content

Conversation

@justjam2013
Copy link
Contributor

♻️ Current situation

There currently is no support for internationalization of plugin UIs, short of using a custom user interface. This feels like killing a fly using a cannon.

💡 Proposed solution

Use the package.json spec directories object to provide a path to internationalized config.schema,json files.

Refer to Support i18n in plugin UI for details.

⚙️ Release Notes

Add support for config.schema,json i18n files.

➕ Additional Information

In `src/modules/plugins/plugins.service.ts:954

    const lang = this.configService.ui.lang === 'auto' ? 'en' : this.configService.ui.lang

the default could be changed from en to the browser language. I wasn't sure how to retrieve that value.

@github-actions github-actions bot added the latest Related to Latest Branch label Oct 12, 2025
@justjam2013
Copy link
Contributor Author

Proposed fix for Support i18n in plugin UI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

latest Related to Latest Branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant