Skip to content

Commit

Permalink
Translated Contact information in TPR Units.
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Oct 13, 2023
1 parent 227d2cc commit 0e73f41
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/module/helfi_tpr/tpr-unit.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<div class="enriched-content components components--unit">
{% embed "@hdbt/misc/component.twig" with {
component_classes: [ 'component--unit-contact-information' ],
component_title: 'Contact information'|trans
component_title: 'Contact information'|t({}, {'context': 'TPR unit contact information title'})
}%}
{% block component_content %}
{% include "@hdbt/module/helfi_tpr/tpr-unit-contact-information.html.twig" with {
Expand Down
4 changes: 4 additions & 0 deletions translations/fi.po
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,10 @@ msgctxt "Unit services title"
msgid "Services"
msgstr "Palvelut"

msgctxt "TPR unit contact information title"
msgid "Contact information"
msgstr "Yhteystiedot"

msgctxt "TPR unit contact information show accessibility information link"
msgid "Show accessibility information"
msgstr "Näytä esteettömyystiedot"
Expand Down
4 changes: 4 additions & 0 deletions translations/sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,10 @@ msgctxt "Unit services title"
msgid "Services"
msgstr "Tjänster"

msgctxt "TPR unit contact information title"
msgid "Contact information"
msgstr "Kontaktuppgifter"

msgctxt "TPR unit contact information show accessibility information link"
msgid "Show accessibility information"
msgstr "Visa tillgänglighetsuppgifter"
Expand Down

0 comments on commit 0e73f41

Please sign in to comment.