Skip to content

Commit

Permalink
[1028] Add i18n support for frontend
Browse files Browse the repository at this point in the history
Bug: #1028
Signed-off-by: Denis Nikiforov <[email protected]>
  • Loading branch information
AresEkb committed Jul 1, 2024
1 parent e9a515e commit 566403e
Show file tree
Hide file tree
Showing 116 changed files with 1,345 additions and 334 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ image:doc/screenshots/diagramFilterView.png[Diagram Filter View, 70%]
- https://github.com/eclipse-sirius/sirius-web/issues/3523[#3523] [gantt] Support rounding dates when changing dates from gantt
- https://github.com/eclipse-sirius/sirius-web/issues/3655[#3655] [gantt] Support "Delete Task Dependency" tool in gantt
- https://github.com/eclipse-sirius/sirius-web/issues/3591[#3591] [sirius-web] Add EditProject subtitle extension point
- https://github.com/eclipse-sirius/sirius-web/issues/1028[#1028] [core] Add i18n support for frontend

=== Improvements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ describe('/projects/:projectId/edit - Portal', () => {
portal.addRepresentationFromExplorer('Portal', diagramTitle);
// Open the diagram's share modal from inside the portal and compare
explorer.getTreeItemByLabel('Portal').click();
new Diagram().getDiagram(diagramTitle).find('[aria-label="share diagram"]').click();
new Diagram().getDiagram(diagramTitle).find('[data-testid="share"]').click();
cy.window().then((win) => {
win.navigator.clipboard.readText().then((text) => {
expect(text).to.eq(diagramURL);
Expand Down
129 changes: 123 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 566403e

Please sign in to comment.