Multi language support (Spanish)

mkdocs-i18n implemented for new languages
Spanish translation
This commit is contained in:
Publio Estupiñán
2021-05-30 21:38:41 -05:00
parent bdd3744311
commit 2fd5b07926
15 changed files with 1640 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
FROM python:alpine AS base
WORKDIR /app
COPY requirements.txt .
RUN apk add --no-cache g++
RUN pip install -r requirements.txt
# Run tests to validate app