Skip to content

Commit

Permalink
Added translations for aria labels
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobArrow committed Dec 11, 2024
1 parent ab19321 commit 49223aa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,9 @@ public function work(string $wid): array {
'we-have-shopped-text' => $this->t('In stock:', [], ['context' => 'Work Page']),
'you-have-borrowed-text' => $this->t('You have borrowed', [], ['context' => 'Work Page']),
'share-on-facebook-text' => $this->t('Share on Facebook', [], ['context' => 'Work Page']),
'share-on-facebook-aria-label-text' => $this->t('Share this page on Facebook', [], ['context' => 'Work Page']),
'copy-link-text' => $this->t('Copy link', [], ['context' => 'Work Page']),
'copy-link-text-aria-label' => $this->t('Copy this page to clipboard', [], ['context' => 'Work Page']),
// Add external API base urls.
] + self::externalApiBaseUrls();

Expand Down

0 comments on commit 49223aa

Please sign in to comment.