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

Enable localisation of widget's display name and description #9714

Closed
ashklianko opened this issue Sep 19, 2022 · 1 comment · Fixed by #10151
Closed

Enable localisation of widget's display name and description #9714

ashklianko opened this issue Sep 19, 2022 · 1 comment · Fixed by #10151
Assignees
Labels
Milestone

Comments

@ashklianko
Copy link
Member

ashklianko commented Sep 19, 2022

We need to support i18n attribute on display-name and description fields in widget descriptor as for AdminToolDescriptor.java, so widget config could look like this:

<widget xmlns="urn:enonic:xp:model:1.0">
  <display-name i18n="admin.tool.displayName">Content Studio</display-name>
  <description i18n="admin.tool.description">Manage content and sites</description>
  <interfaces>
    <interface>contentstudio.menuitem</interface>
  </interfaces>
</widget>
@alansemenov
Copy link
Member

We need to prioritise this for XP 7.13

@alansemenov alansemenov changed the title WidgetDescriptor is missing localized display name and description Enable localisation of widget's display name and description Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants