Skip to content
Snippets Groups Projects
Commit b38bb43f authored by Weblate's avatar Weblate
Browse files

Merge remote-tracking branch 'origin/master'

parents 4b4f4d91 53c11746
No related branches found
No related tags found
1 merge request!1031Translations update from Weblate
Pipeline #71549 passed with warnings
......@@ -9,6 +9,9 @@ and this project adheres to `Semantic Versioning`_.
Unreleased
----------
`2.9`_ - 2022-05-25
-------------------
Added
~~~~~
......@@ -21,7 +24,9 @@ Fixed
* The menu button used to be displayed twice on smaller screens.
* The icons were loaded from external servers instead from local server.
* Weekdays were not translated if system locales were missing
* Added locales-all to base image and note to docs
* The icons in the account menu were still the old ones.
* Due to a merge error, the once removed account menu in the sidenav appeared again.
* Scheduled notifications were shown on dashboard before time.
......@@ -39,7 +44,7 @@ Changed
* [Dev] ActionForm now returns a proper return value from the executed action
* Pin version of javascript dependencies
2.8.1`_ - 2022-03-13
`2.8.1`_ - 2022-03-13
--------------------
Changed
......@@ -826,3 +831,4 @@ Fixed
.. _2.7.4: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7.4
.. _2.8: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.8
.. _2.8.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.8.1
.. _2.9: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.9
{% extends 'core/base.html' %}
{% load i18n msg_box static html_helpers %}
{% block page_title %}{% trans "ICal Feeds" %}{% endblock page_title %}
{% block browser_title %}{% trans "ICal Feeds" %}{% endblock browser_title %}
{% block page_title %}{% trans "iCal Feeds" %}{% endblock page_title %}
{% block browser_title %}{% trans "iCal Feeds" %}{% endblock browser_title %}
{% block content %}
{% trans "These are URLs for different Calendar Feeds in the iCal (.ics) format. You can create as many as you want and import them in your calendar software." as msg %}
......
......@@ -29,9 +29,9 @@ copyright = "2019-2022 The AlekSIS team"
author = "The AlekSIS Team"
# The short X.Y version
version = "2.8"
version = "2.9"
# The full version, including alpha/beta/rc tags
release = "2.8.2.dev0"
release = "2.9.1.dev0"
# -- General configuration ---------------------------------------------------
......
[tool.poetry]
name = "AlekSIS-Core"
version = "2.8.2.dev0"
version = "2.9.1.dev0"
packages = [
{ include = "aleksis" }
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment