Skip to content

Commit

Permalink
Merge branch 'fix-crowdin' of lkiesow/opencast-editor into main
Browse files Browse the repository at this point in the history
Pull request #1493

  Fix Crowdin integration
  • Loading branch information
gregorydlogan committed Nov 19, 2024
2 parents fc4a83f + 234e49f commit 2727aa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update translations
name: Crowdin » Download translations

on:
schedule:
Expand Down Expand Up @@ -28,14 +28,14 @@ jobs:
run: |
crowdin download --config .crowdin.yaml -b main
- name: add new translations
run: |
git add src/i18n/locales
- name: update language list
working-directory: src/i18n/locales
run: $GITHUB_WORKSPACE/.github/generate-lngs.sh > ../lngs-generated.ts

- name: add new translations
run: |
git add src/i18n/
- name: upload translations
run: |
if git commit -m "Automatically update translation keys"; then
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Crowdin keys
name: Crowdin » Upload keys

on:
push:
Expand Down

0 comments on commit 2727aa0

Please sign in to comment.