Skip to content

Commit

Permalink
Merge pull request #1167 from City-of-Helsinki/UHF-10235
Browse files Browse the repository at this point in the history
UHF-10235: Translation for Hakuvahti notification aria label
  • Loading branch information
teroelonen authored Jan 27, 2025
2 parents 90385a5 + 9d96310 commit 0f27686
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/js/job-search.min.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ const SearchMonitorContainer = () => {
ref={scrollTarget}
size={NotificationSize.Medium}
type='error'
notificationAriaLabel={Drupal.t('Notification', {}, {context: 'Search monitor error message type for screen reader'})}
>
{errorMessage}
</Notification>
Expand Down
4 changes: 4 additions & 0 deletions translations/fi.po
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,10 @@ msgctxt "Search monitor error submitting"
msgid "Saving search failed. Please try again."
msgstr "Hakuvahdin tilaus epäonnistui. Yritä uudestaan."

msgctxt "Search monitor error message type for screen reader"
msgid "Notification"
msgstr "Ilmoitus"

msgctxt "Survey"
msgid "Respond to the survey"
msgstr "Vastaa kyselyyn"
Expand Down
4 changes: 4 additions & 0 deletions translations/sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -1294,6 +1294,10 @@ msgctxt "Search monitor error submitting"
msgid "Saving search failed. Please try again."
msgstr "Sparad sökning misslyckades. Var god att försök igen."

msgctxt "Search monitor error message type for screen reader"
msgid "Notification"
msgstr "Avisering"

msgctxt "Survey"
msgid "Respond to the survey"
msgstr "Delta i enkäten"
Expand Down

0 comments on commit 0f27686

Please sign in to comment.