Compare commits

...

5 Commits

Author SHA1 Message Date
Federico
bda0f52320 Translated using Weblate (Italian)
Currently translated at 100.0% (361 of 361 strings)

Translation: Snikket/Web Portal
Translate-URL: http://i18n.sotecware.net/projects/snikket/web-portal/it/
2024-01-20 23:01:47 +00:00
Matthew Wild
5efc2a671e Merge pull request #177 from snikket-im/feature/fix-requirements
Fix python requirements to actually work
2024-01-16 16:12:37 +00:00
Jonas Schäfer
1578654816 Fix python requirements to actually work
Didn't do deep research here, just fitted it against the current Docker
image release.
2024-01-16 16:52:47 +01:00
Matthew Wild
e8ab33e12f Merge pull request #175 from snikket-im/fix/html-tag-typo
templates: Fix typo in closing form tag
2024-01-11 15:29:26 +00:00
Matthew Wild
712b0dc502 templates: Fix typo in closing form tag 2024-01-11 15:20:17 +00:00
4 changed files with 14 additions and 13 deletions

View File

@@ -1,9 +1,10 @@
aiohttp~=3.6 aiohttp~=3.8,<3.9
quart~=0.17,<0.18 quart~=0.18,<0.19
flask-wtf~=1.0 flask-wtf~=1.1,<1.2
hsluv~=5.0 hsluv~=5.0
flask-babel~=1.0 flask-babel~=2.0,<3
email-validator~=1.1 email-validator~=1.3
environ-config~=20.0 environ-config~=20.0
wtforms~=3.0 wtforms~=3.0,<4
typing-extensions typing-extensions
werkzeug~=2.2,<3

View File

@@ -30,7 +30,7 @@
<div class="f-bbox"> <div class="f-bbox">
{%- call form_button("login", form.action_signin, class="primary") -%}{% endcall -%} {%- call form_button("login", form.action_signin, class="primary") -%}{% endcall -%}
</div> </div>
</from> </form>
<script type="text/javascript"> <script type="text/javascript">
var domainCheck = function() { var domainCheck = function() {
var form = document.getElementById("login-form"); var form = document.getElementById("login-form");

View File

@@ -6,12 +6,12 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: translations@snikket.org\n"
"POT-Creation-Date: 2024-01-08 22:58+0000\n" "POT-Creation-Date: 2024-01-08 22:58+0000\n"
"PO-Revision-Date: 2024-01-04 10:17+0000\n" "PO-Revision-Date: 2024-01-20 23:01+0000\n"
"Last-Translator: Roberto Resoli <roberto@resolutions.it>\n" "Last-Translator: Federico <federico@tebaldi.eu>\n"
"Language-Team: Italian <http://i18n.sotecware.net/projects/snikket/web-" "Language-Team: Italian <http://i18n.sotecware.net/projects/snikket/"
"portal/it/>\n" "web-portal/it/>\n"
"Language: it\n" "Language: it\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@@ -779,7 +779,7 @@ msgstr "Elimina la chat di gruppo %(name)s"
#: snikket_web/templates/admin_edit_circle.html:61 #: snikket_web/templates/admin_edit_circle.html:61
msgid "This circle currently has no group chats." msgid "This circle currently has no group chats."
msgstr "Al momento questa cerchia non chat di gruppo." msgstr "Al momento questa cerchia non ha una chat di gruppo."
#: snikket_web/templates/admin_edit_circle.html:64 #: snikket_web/templates/admin_edit_circle.html:64
msgid "Add group chat" msgid "Add group chat"