Start using translation

This commit is contained in:
Jannis Portmann 2021-06-17 17:25:35 +02:00
parent c7c0445a6b
commit 460005c0b0
9 changed files with 666 additions and 489 deletions

View file

@ -25,6 +25,10 @@ RUN php ../composer.phar update
RUN yarn install && \
yarn build
# Pull translation
RUN php bin/console translation:pull loco --locales=en
RUN php bin/console translation:pull loco --locales=de
RUN cp .env.staging .env
# Run Migration and dev-webserver