mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 23:39:16 +02:00
parent
52a8fa1f48
commit
aab048dd32
4 changed files with 362 additions and 300 deletions
|
@ -19,6 +19,8 @@ review_front:
|
|||
when: manual
|
||||
allow_failure: true
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get install jq -y
|
||||
- cd front
|
||||
script:
|
||||
- yarn install
|
||||
|
@ -176,8 +178,9 @@ build_front:
|
|||
stage: build
|
||||
image: node:9
|
||||
before_script:
|
||||
- apt-get update
|
||||
- apt-get install jq -y
|
||||
- cd front
|
||||
|
||||
script:
|
||||
- yarn install
|
||||
- yarn run i18n-compile
|
||||
|
|
1
changes/changelog.d/161.feature
Normal file
1
changes/changelog.d/161.feature
Normal file
|
@ -0,0 +1 @@
|
|||
New translation workflow (#161, #167)
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue