Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing translations to dpl react apps controller #561

Merged
merged 5 commits into from
Dec 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@ public function work(string $wid): array {
'order-digital-copy-error-description-text' => $this->t('An error occurred while ordering the digital copy. Please try again later.', [], ['context' => 'Work Page']),
'order-digital-copy-error-title-text' => $this->t('Error ordering digital copy', [], ['context' => 'Work Page']),
'order-digital-copy-feedback-button-text' => $this->t('Close', [], ['context' => 'Work Page']),
'order-digital-copy-feedback-borchk-user-no-longer-exist-on-agency-text' => $this->t('Borchk user no longer exists on agency', [], ['context' => 'Work Page']),
'order-digital-copy-feedback-borchk-user-not-verified-text' => $this->t('Borchk user not verified', [], ['context' => 'Work Page']),
'order-digital-copy-feedback-error-municipalityagencyid-not-found-text' => $this->t('Error municipality agency ID not found', [], ['context' => 'Work Page']),
'order-digital-copy-feedback-unknown-user-text' => $this->t('Unknown user', [], ['context' => 'Work Page']),
'order-digital-copy-feedback-ok-text' => $this->t('The digital copy has been ordered. You will receive an email when the digital copy is ready.', [], ['context' => 'Work Page']),
'order-digital-copy-feedback-title-text' => $this->t('Digital copy receipt', [], ['context' => 'Work Page']),
'order-digital-copy-modal-close-modal-aria-label-text' => $this->t('Close Order digital copy modal', [], ['context' => 'Work Page']),
Expand Down
Loading