Holger
August 23, 2023, 6:27am
1
How can I provide multiple languages for configuration items in manifest.yml like page title?
modules:
jira:projectPage:
- key: myapp
title: Name of App <--- This should support multi language I18n
I am using jira:projectPage in manifest.yml of my Forge Custom UI. How can I provide the page title in multiple languages e.g. en, de, ?
Name of App (en)
Name der App (de)
Nom de application (fr)
…
I can use i18next in my React app in Custom UI, but this has no influence on things like title in the manifest.yml afaik.
ccurti
August 23, 2023, 6:55am
2
Hi @Holger ,
It is currently not possible to change the module names depending on the locale of the site and user.
This request is tracked as part of [FRGE-387] - Ecosystem Jira .
Caterina
Holger
August 23, 2023, 7:15am
3
Since this is open for some time, is this on the roadmap or somehow planned by Atlassian as an update of Forge?
ccurti
August 23, 2023, 7:20am
4
It looks like it might be coming in the next few months based on the corresponding card in the Forge roadmap , which is now also linked to the FRGE ticket.