Skip to content

Commit

Permalink
Added translation strings for "work" page
Browse files Browse the repository at this point in the history
  • Loading branch information
clausbruun committed Apr 26, 2024
1 parent affa468 commit e6ed621
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,12 @@ public function work(string $wid): array {
'details-list-publisher-text' => $this->t('Publisher', [], ['context' => 'Work Page']),
'details-list-scope-text' => $this->t('Scope', [], ['context' => 'Work Page']),
'details-list-type-text' => $this->t('Type', [], ['context' => 'Work Page']),
'details-list-age-range-text' => $this->t('Age range', [], ['context' => 'Work Page']),
'details-list-notes-text' => $this->t('Notes', [], ['context' => 'Work Page']),
'details-list-physical-description-text' => $this->t('Dimensions', [], ['context' => 'Work Page']),
'details-list-host-publication-text' => $this->t('Host Publication', [], ['context' => 'Work Page']),
'details-list-source-text' => $this->t('Source', [], ['context' => 'Work Page']),
'details-list-parts-text' => $this->t('Contents', [], ['context' => 'Work Page']),
'details-of-the-material-text' => $this->t('Details of the material', [], ['context' => 'Work Page']),
'details-text' => $this->t('Details', [], ['context' => 'Work Page']),
'edition-text' => $this->t('Edition', [], ['context' => 'Work Page']),
Expand Down

0 comments on commit e6ed621

Please sign in to comment.