Skip to content

Commit

Permalink
Not having tags in the translation file
Browse files Browse the repository at this point in the history
  • Loading branch information
The1Penguin committed Oct 31, 2024
1 parent 6951ed9 commit 90a21eb
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 45 deletions.
16 changes: 8 additions & 8 deletions dtekportal/homepage/templates/homepage/documents.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<div class="large-9 columns" style="float: none; margin: auto; margin-top: -5em;">
<div class="box" style="padding: 3em;">
<h1>{% trans "StyrdokumentPage" %}</h1>
{% trans "stadga" %}<br/>
{% trans "reglemente" %}<br/>
{% trans "ekonomisktreglemente" %}<br/>
{% trans "policies" %}<br/>
{% trans "incidenthantering" %}<br/>
{% trans "date-it" %}
<a href='https://styrdokument.dtek.se/stadgar/stadgar.pdf'>{% trans "stadga" %}</a><br/>
<a href='https://styrdokument.dtek.se/reglemente/reglemente.pdf'>{% trans "reglemente" %}</a><br/>
<a href='https://styrdokument.dtek.se/ekonomiskt_reglemente/ekonomiskt_reglemente.pdf'>{% trans "ekonomisktreglemente" %}</a><br/>
<a href='https://styrdokument.dtek.se/policy/policy.pdf'>{% trans "policies" %}</a><br/>
<a href='https://styrdokument.dtek.se/incidenthantering/incidenthantering.pdf'>{% trans "incidenthantering" %}</a><br/>
<a href='https://styrdokument.dtek.se/date-it-styrdokument/date-it-reglemente.pdf'>{% trans "date-it" %}</a>

<br/>
<br/>
<h2>{% trans "saknas" %}</h2>
{% trans "stadgehemsidan" %}<br/>
{% trans "wikin" %}
<a href='https://styrdokument.dtek.se/'>{% trans "stadgehemsidan" %}</a> {% trans "stadgetext" %}<br/>
<a href='https://wiki.dtek.se/wiki/Styrdokument'>{% trans "wikin" %}</a> {% trans "wikitext" %}
</div>
</div>

Expand Down
34 changes: 16 additions & 18 deletions locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -24,49 +24,47 @@ msgstr "Documents and regulations"

#: homepage/templates/homepage/documents.html:7
msgid "stadga"
msgstr "<a href='https://styrdokument.dtek.se/stadgar/stadgar.pdf'>Bylaws</a>"
msgstr "Bylaws"

#: homepage/templates/homepage/documents.html:8
msgid "reglemente"
msgstr ""
"<a href='https://styrdokument.dtek.se/reglemente/reglemente."
"pdf'>Regulations</a>"
msgstr "Regulations"

#: homepage/templates/homepage/documents.html:9
msgid "ekonomisktreglemente"
msgstr ""
"<a href='https://styrdokument.dtek.se/ekonomiskt_reglemente/"
"ekonomiskt_reglemente.pdf'>Economic regulations</a>"
msgstr "Economic regulations"

#: homepage/templates/homepage/documents.html:10
msgid "policies"
msgstr "<a href='https://styrdokument.dtek.se/policy/policy.pdf'>Policies</a>"
msgstr "Policies"

#: homepage/templates/homepage/documents.html:11
msgid "incidenthantering"
msgstr ""
"<a href='https://styrdokument.dtek.se/incidenthantering/incidenthantering."
"pdf'>Incident policy</a>"
msgstr "Incident policy"

#: homepage/templates/homepage/documents.html:12
msgid "date-it"
msgstr ""
"<a href='https://styrdokument.dtek.se/date-it-styrdokument/date-it-"
"reglemente.pdf'>DatE-IT regulation</a>"
msgstr "DatE-IT regulation"

#: homepage/templates/homepage/documents.html:16
msgid "saknas"
msgstr "Something missing?"

#: homepage/templates/homepage/documents.html:17
msgid "stadgehemsidan"
msgstr "<a href='https://styrdokument.dtek.se/'>Webpage</a> with all documents"
msgstr "Webpage"

#: homepage/templates/homepage/documents.html:17
msgid "stadgetext"
msgstr "with all documents"

#: homepage/templates/homepage/documents.html:18
msgid "wikin"
msgstr ""
"<a href='https://wiki.dtek.se/wiki/Styrdokument'>The wiki</a> also has a "
"list over documents"
msgstr "The wiki"

#: homepage/templates/homepage/documents.html:18
msgid "wikitext"
msgstr "also has a list over documents"

#: homepage/templates/homepage/index/cal-box.html:5
msgid "Arrangemangskalender"
Expand Down
35 changes: 16 additions & 19 deletions locale/sv/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -24,50 +24,47 @@ msgstr "Styrdokument"

#: homepage/templates/homepage/documents.html:7
msgid "stadga"
msgstr "<a href='https://styrdokument.dtek.se/stadgar/stadgar.pdf'>Stadga</a>"
msgstr "Stadga"

#: homepage/templates/homepage/documents.html:8
msgid "reglemente"
msgstr ""
"<a href='https://styrdokument.dtek.se/reglemente/reglemente.pdf'>Reglemente</"
"a>"
msgstr "Reglemente"

#: homepage/templates/homepage/documents.html:9
msgid "ekonomisktreglemente"
msgstr ""
"<a href='https://styrdokument.dtek.se/ekonomiskt_reglemente/"
"ekonomiskt_reglemente.pdf'>Ekonomiskt reglemente</a>"
msgstr "Ekonomiskt reglemente"

#: homepage/templates/homepage/documents.html:10
msgid "policies"
msgstr "<a href='https://styrdokument.dtek.se/policy/policy.pdf'>Policys</a>"
msgstr "Policys"

#: homepage/templates/homepage/documents.html:11
msgid "incidenthantering"
msgstr ""
"<a href='https://styrdokument.dtek.se/incidenthantering/incidenthantering."
"pdf'>Incidenthanterings policy</a>"
msgstr "Incidenthanterings policy"

#: homepage/templates/homepage/documents.html:12
msgid "date-it"
msgstr ""
"<a href='https://styrdokument.dtek.se/date-it-styrdokument/date-it-"
"reglemente.pdf'>DatE-IT reglemente</a>"
msgstr "DatE-IT reglemente"

#: homepage/templates/homepage/documents.html:16
msgid "saknas"
msgstr "Saknas något?"

#: homepage/templates/homepage/documents.html:17
msgid "stadgehemsidan"
msgstr ""
"<a href='https://styrdokument.dtek.se/'>Hemsida</a> med alla styrdokuments filer"
msgstr "Hemsida"

#: homepage/templates/homepage/documents.html:17
msgid "stadgetext"
msgstr "med alla styrdokuments filer"

#: homepage/templates/homepage/documents.html:18
msgid "wikin"
msgstr ""
"<a href='https://wiki.dtek.se/wiki/Styrdokument'>Wikin</a> har även en lista "
"över dokument"
msgstr "Wikin"

#: homepage/templates/homepage/documents.html:18
msgid "wikitext"
msgstr "har även en lista över dokument"

#: homepage/templates/homepage/index/cal-box.html:5
msgid "Arrangemangskalender"
Expand Down

0 comments on commit 90a21eb

Please sign in to comment.