Skip to content

Commit 5be3733

Browse files
martinyderimi-itk
authored andcommitted
Updated back translation
1 parent 0193260 commit 5be3733

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
77
## [Unreleased]
88

99
* [PR-630](https://github.com/itk-dev/deltag.aarhus.dk/pull/630)
10-
Updated accessibility
10+
* Updated accessibility
11+
* Added back to dialogue buttons.
1112

1213
## [4.15.2] - 2026-02-26
1314

web/modules/custom/hoeringsportal_dialogue/src/Helper/DialogueHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public function dialogueProposalFormAlter(array &$form, FormStateInterface $form
251251
$form['actions']['back'] = [
252252
'#url' => Url::fromRoute('entity.node.canonical', ['node' => $parent->id()]),
253253
'#type' => 'link',
254-
'#title' => $this->t('Back'),
254+
'#title' => $this->t('Back to dialogue'),
255255
'#attributes' => ['class' => ['btn', 'btn-secondary', 'mb-2', 'border-0']],
256256
'#weight' => 10,
257257
];

web/modules/custom/hoeringsportal_dialogue/translations/hoeringsportal_dialogue.da.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
msgid ""
44
msgstr ""
55
"Project-Id-Version: PROJECT VERSION\n"
6-
"POT-Creation-Date: 2026-02-04 09:04+0100\n"
7-
"PO-Revision-Date: 2026-02-04 09:04+0100\n"
6+
"POT-Creation-Date: 2026-02-05 08:47+0100\n"
7+
"PO-Revision-Date: 2026-02-05 08:47+0100\n"
88
"Last-Translator: NAME <EMAIL@ADDRESS>\n"
99
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
1010
"MIME-Version: 1.0\n"
@@ -43,8 +43,8 @@ msgstr "@size begrænsning."
4343
msgid "Add new comment"
4444
msgstr "Tilføj ny kommentar"
4545

46-
msgid "Back"
47-
msgstr "Tilbage"
46+
msgid "Back to dialogue"
47+
msgstr "Tilbage til dialog"
4848

4949
msgid "Comment @commentId and it's children have been unpublished."
5050
msgstr ""

web/themes/custom/hoeringsportal/translations/hoeringsportal.da.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ msgstr ""
7272
msgid "Attachments"
7373
msgstr "Vedhæftninger"
7474

75-
msgid "Back"
76-
msgstr "Tilbage"
75+
msgid "Back to dialogue"
76+
msgstr "Tilbage til dialog"
7777

7878
msgid ""
7979
"Before you can contribute you must validate your user account with "

0 commit comments

Comments
 (0)