Skip to content

Commit

Permalink
pkp/pkp-lib#6099 Added a locale to cover the new country field and up…
Browse files Browse the repository at this point in the history
…dated a test.
  • Loading branch information
jonasraoni committed May 5, 2021
1 parent 73b1bd5 commit 5effea1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cypress/tests/data/20-CreateContext.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ describe('Data suite tests', function() {
cy.get('input[name="supportedLocales"][value="en_US').check();
cy.get('input[name="supportedLocales"][value="fr_CA').check();
cy.get('input[name="primaryLocale"][value="en_US').check();
cy.get('select[id=context-country-control]').select('Iceland');

// Test invalid path characters
cy.get('input[name=urlPath]').type('public&-)knowledge');
Expand Down
3 changes: 3 additions & 0 deletions locale/en_US/manager.po
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,9 @@ msgstr "The press homepage consists of navigation links by default. Additional h
msgid "manager.setup.contextInitials"
msgstr "Press Initials"

msgid "manager.setup.selectCountry"
msgstr "Select the country where this press is located, or the country of the mailing address for the press or publisher."

msgid "manager.setup.layout"
msgstr "Press Layout"

Expand Down

0 comments on commit 5effea1

Please sign in to comment.