Skip to content
Snippets Groups Projects
Commit 579dd36c authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '655-weekdays-not-translated' into 'master'

Resolve "Weekdays not translated"

Closes #655

See merge request AlekSIS/official/AlekSIS-Core!998
parents ae8d628a ebfe2255
No related branches found
No related tags found
1 merge request!998Resolve "Weekdays not translated"
Pipeline #60700 passed
Pipeline: AlekSIS

#60707

    ......@@ -14,6 +14,8 @@ 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
    Changed
    ~~~~~~~
    ......
    ......@@ -36,6 +36,7 @@ RUN apt-get -y update && \
    less \
    libpq-dev \
    libssl-dev \
    locales-all \
    postgresql-client-14 \
    pspg \
    python3-dev \
    ......
    ......@@ -34,6 +34,7 @@ For an installation on a dedicated server, the following prerequisites are neede
    * nginx
    * Python 3.9
    * Some system dependencies to build Python modules and manage frontend files
    * System locales for all supported languages
    * The aforementioned paths
    Install system packages
    ......@@ -53,7 +54,8 @@ Install some packages from the Debian package system.
    python3-virtualenv \
    chromium \
    redis-server \
    postgresql
    postgresql \
    locales-all
    Create PostgreSQL user and database
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ......
    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