Drop de/es locales, complete fr translations, add navbar language switcher.
This commit is contained in:
parent
f782c58976
commit
dcd944b8c6
9 changed files with 309 additions and 929 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue