parent
38d99ad5af
commit
b35ee44942
6
po/de.po
6
po/de.po
@ -371,3 +371,9 @@ msgstr "{{ data }} hat deinen Artikel geliked"
|
||||
#, fuzzy
|
||||
msgid "{{ user }} reshared your article."
|
||||
msgstr "{{ data }} hat deinen Artikel reshared"
|
||||
|
||||
msgid "Source code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Matrix room"
|
||||
msgstr ""
|
||||
|
6
po/en.po
6
po/en.po
@ -358,3 +358,9 @@ msgstr ""
|
||||
|
||||
msgid "{{ user }} reshared your article."
|
||||
msgstr ""
|
||||
|
||||
msgid "Source code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Matrix room"
|
||||
msgstr ""
|
||||
|
6
po/fr.po
6
po/fr.po
@ -367,3 +367,9 @@ msgstr "{{ data }} a aimé votre article"
|
||||
#, fuzzy
|
||||
msgid "{{ user }} reshared your article."
|
||||
msgstr "{{ data }} a repartagé votre article"
|
||||
|
||||
msgid "Source code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Matrix room"
|
||||
msgstr ""
|
||||
|
6
po/pl.po
6
po/pl.po
@ -376,5 +376,11 @@ msgstr "{{ data }} polubił Twój artykuł"
|
||||
msgid "{{ user }} reshared your article."
|
||||
msgstr "{{ data }} udostępnił Twój artykuł"
|
||||
|
||||
msgid "Source code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Matrix room"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Logowanie"
|
||||
#~ msgstr "Zaloguj się"
|
||||
|
@ -351,3 +351,9 @@ msgstr ""
|
||||
|
||||
msgid "{{ user }} reshared your article."
|
||||
msgstr ""
|
||||
|
||||
msgid "Source code"
|
||||
msgstr ""
|
||||
|
||||
msgid "Matrix room"
|
||||
msgstr ""
|
||||
|
@ -574,3 +574,17 @@ form.new-post input[type="submit"]:hover { background: #DADADA; }
|
||||
margin: 1em;
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
||||
/*== Footer ==*/
|
||||
body > footer {
|
||||
display: flex;
|
||||
align-content: center;
|
||||
justify-content: space-between;
|
||||
background: #ECECEC;
|
||||
padding: 0 20%;
|
||||
margin-top: 5em;
|
||||
}
|
||||
|
||||
body > footer * {
|
||||
margin: 5em 0;
|
||||
}
|
||||
|
@ -32,5 +32,10 @@
|
||||
{% block content %}
|
||||
{% endblock content %}
|
||||
</main>
|
||||
<footer>
|
||||
<span>Plume 0.1.0</span>
|
||||
<a href="https://github.com/Plume-org/Plume">{{ "Source code" | _ }}</a>
|
||||
<a href="https://riot.im/app/#/room/#funkwhale-troubleshooting:matrix.org">{{ "Matrix room" | _ }}</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user