Skip to content

Commit

Permalink
Add translations as part of PR #1573
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperbirch1 committed Dec 11, 2024
1 parent c9c2205 commit 79bf694
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,8 @@ public function work(string $wid): array {
'ok-button-text' => $this->t('Ok', [], ['context' => 'Work Page']),
'online-limit-month-audiobook-info-text' => $this->t('You have borrowed @count out of @limit possible audio-books this month', [], ['context' => 'Work Page']),
'online-limit-month-ebook-info-text' => $this->t('You have borrowed @count out of @limit possible e-books this month', [], ['context' => 'Work Page']),
'online-material-player-text' => $this->t('Listen to @materialType', [], ['context' => 'Work Page']),
'online-material-reader-text' => $this->t('Read @materialType', [], ['context' => 'Work Page']),
'online-limit-month-info-text' => $this->t('You have borrowed @count out of @limit possible e-books this month', [], ['context' => 'Work Page']),
'online-material-teaser-text' => $this->t('Try @materialType', [], ['context' => 'Work Page']),
'open-order-not-owned-ill-loc-text' => $this->t('Your material has been ordered from another library', [], ['context' => 'Work Page']),
Expand Down Expand Up @@ -544,4 +546,4 @@ public function reader(Request $request): array {

}

}
}

0 comments on commit 79bf694

Please sign in to comment.