Start using translation
This commit is contained in:
parent
c7c0445a6b
commit
460005c0b0
9 changed files with 666 additions and 489 deletions
|
@ -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
|
||||
|
|
Reference in a new issue