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

Fix i18n issue #1216

Merged
merged 2 commits into from
Nov 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion locale/en.js

Large diffs are not rendered by default.

1,802 changes: 1,306 additions & 496 deletions locale/en.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locale/es.js

Large diffs are not rendered by default.

1,784 changes: 1,296 additions & 488 deletions locale/es.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locale/fr.js

Large diffs are not rendered by default.

865 changes: 471 additions & 394 deletions locale/fr.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locale/ja.js

Large diffs are not rendered by default.

865 changes: 471 additions & 394 deletions locale/ja.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locale/nl.js

Large diffs are not rendered by default.

1,784 changes: 1,296 additions & 488 deletions locale/nl.po

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion locale/zh.js

Large diffs are not rendered by default.

865 changes: 471 additions & 394 deletions locale/zh.po

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions test/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,9 +604,7 @@ Cypress.Commands.add('syncRemoteContainer', {}, (name) => {
.parents('tr')
.contains('.pf-c-dropdown__menu-item', 'Sync from registry')
.click();

// FIXME: `Sync initiated for ${name}` after AAH-972 is fixed (shows `Sync initiated for {name}` on GH)
cy.contains('.pf-c-alert__title', `Sync initiated for`);
cy.contains('.pf-c-alert__title', `Sync initiated for ${name}`);
});

Cypress.Commands.add('deleteRegistries', {}, () => {
Expand Down