Drop de/es locales, complete fr translations, add navbar language switcher.

This commit is contained in:
krek0 2026-05-03 23:35:24 +02:00
parent 69a4a3ca9d
commit 8cda627753
9 changed files with 309 additions and 929 deletions

View file

@ -8,8 +8,12 @@ WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN apt-get update && apt-get install -y gettext && rm -rf /var/lib/apt/lists/*
COPY . .
RUN python manage.py compilemessages
# Create volume mount points
RUN mkdir -p /app/media /app/static /app/data