Skip to content
Snippets Groups Projects
Verified Commit aab048dd authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fix #161 and #161: initial french translation

parent 52a8fa1f
Branches plugins-v2
No related tags found
No related merge requests found
...@@ -19,6 +19,8 @@ review_front: ...@@ -19,6 +19,8 @@ review_front:
when: manual when: manual
allow_failure: true allow_failure: true
before_script: before_script:
- apt-get update
- apt-get install jq -y
- cd front - cd front
script: script:
- yarn install - yarn install
...@@ -176,8 +178,9 @@ build_front: ...@@ -176,8 +178,9 @@ build_front:
stage: build stage: build
image: node:9 image: node:9
before_script: before_script:
- apt-get update
- apt-get install jq -y
- cd front - cd front
script: script:
- yarn install - yarn install
- yarn run i18n-compile - yarn run i18n-compile
......
New translation workflow (#161, #167)
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment