-
Notifications
You must be signed in to change notification settings - Fork 444
chore: upload translations for service catalog and ticket fields #558
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
chore: upload translations for service catalog and ticket fields #558
Conversation
029695a
to
0d2ebe8
Compare
0d2ebe8
to
ac5dfd8
Compare
ac5dfd8
to
1f4b81a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note:
With the current setup the translations for the ticket-fields
modules are bundled in the ticket-fields-bundle.js
file, instead of having a separate ticket-fields-translations-bundle.js
like the other modules, this is because in the Rollup config the instruction to bundle the translations separately is the last one.
It doesn't seem to be a problem and maybe it is even better because it creates a single bundle instead of two, but it is a bit incoherent with the other modules, but we can eventually revisit it later
🎉 This PR is included in version 4.3.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 4.4.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Downloaded translations for Service Catalog and Ticket fields module. Marked as obsolete some duplicated translations in New request form module as we moved most of the ticket fields from it so translations for them are in. ticket fields module.
Screenshots
Checklist