Skip to content
Snippets Groups Projects
Commit 838b99c3 authored by Teemu Autto's avatar Teemu Autto
Browse files

Compile all available translations.

Allows fuzzy strings as I know it will cause confusion if not.
parent 677c9d8f
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,9 @@ COPY . .
## to remove `COPY` and only install app as a package.
RUN pip --disable-pip-version-check install -v -e .
## Create translation files
RUN pybabel compile -f -d src/tjts5901/translations/
## If defined, copy commit id to app environment. This is used to identify
## which version of the app is running.
ARG CI_COMMIT_SHA
......
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