Fix #161 and #161: initial french translation

This commit is contained in:
Eliot Berriot 2018-06-30 20:32:05 +02:00
parent 52a8fa1f48
commit aab048dd32
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
4 changed files with 362 additions and 300 deletions

View File

@ -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:
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

View File

@ -0,0 +1 @@
New translation workflow (#161, #167)

File diff suppressed because it is too large Load Diff