Skip to content

Commit ad47e5d

Browse files
Add union governing documents link to ours (#1201)
This adds another small paragraph in the governing document preamble about the fact that our governing documents are subordinate to those of the Union, and therefore adds a link there in case that the sought information is to be found there.
1 parent a05b48d commit ad47e5d

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

src/routes/(app)/documents/governing/+page.svelte

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@
6060
styrelsen@dsek.se
6161
</a>
6262
</p>
63+
<p>
64+
{m.documents_governing_not_finding_intro()}
65+
<a
66+
href="https://www.tlth.se/styrdokument"
67+
class="link link-primary no-underline hover:underline"
68+
>
69+
{m.documents_governing_union_governing_documents()}
70+
</a>{m.documents_governing_not_finding_outro()}
71+
</p>
6372
<div class="flex max-w-28 items-center gap-5">
6473
<FileWithDownload
6574
name={m.documents_governing_statutes()}

src/translations/en.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,5 +920,8 @@
920920
"cafe_error_sign_off_close": "Not permitted to abandon a shift so close in time. If you need to, contact the Vice Head of the Cafe.",
921921
"cafe_error_sign_off_after": "Not permitted to abandon an already completed shift.",
922922
"cafe_error_sign_on_after": "You can't sign up for a shift that's already happened.",
923-
"cafe_closed": "Closed"
923+
"cafe_closed": "Closed",
924+
"documents_governing_not_finding_intro": "Not finding what you're looking for? Keep in mind that our governing documents are subordinate to the ",
925+
"documents_governing_union_governing_documents": "governing documents of the Union",
926+
"documents_governing_not_finding_outro": ". Perhaps you might find what you seek there?"
924927
}

src/translations/sv.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,5 +917,8 @@
917917
"cafe_error_sign_off_close": "Du har inte tillåtelse att avanmäla dig så tätt inpå. Om du måste, kontaka Vice Cafémästare.",
918918
"cafe_error_sign_off_after": "Du har inte tillåtelse att avanmäla dig från avklarade skift.",
919919
"cafe_error_sign_on_after": "Du kan inte anmäla dig till ett pass som redan hänt.",
920-
"cafe_closed": "Stängt"
920+
"cafe_closed": "Stängt",
921+
"documents_governing_not_finding_intro": "Hittar du inte vad du söker? Kom ihåg att våra styrdokument är underordnade ",
922+
"documents_governing_union_governing_documents": "Kårens styrdokument",
923+
"documents_governing_not_finding_outro": ". Kanske hittar du det du letar efter där?"
921924
}

0 commit comments

Comments
 (0)