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 Jun 14, 2024
1 parent a0f0def commit 1a59069
Show file tree
Hide file tree
Showing 117 changed files with 1,376 additions and 360 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ More existing APIs will be migrated to this new common pattern.
- https://github.com/eclipse-sirius/sirius-web/issues/3563[#3563] [sirius-web] Improve NavigationBar extensibility to allow the contribution of components on the left and right of the navigation bar.
- https://github.com/eclipse-sirius/sirius-web/issues/3344[#3344] [core] Add support for reloading representations from the database
- https://github.com/eclipse-sirius/sirius-web/issues/3553[#3553] [core] Add RepresentationFactory 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 1a59069

Please sign in to comment.