Translation support and minor login view changes #35

Open
rskthomas wants to merge 20 commits from feature/translation into main
Showing only changes of commit 963f56e74b - Show all commits

View file

@ -5,6 +5,7 @@ RUN apt update && \
apt-get install -y \
python3-xapian \
git \
gettext \
sqlite3 \
jq \
&& rm -rf /var/lib/apt/lists/*