Skip to content

Commit

Permalink
fetch translations from crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Nov 1, 2023
1 parent 424e312 commit 4e87983
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-ota-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Download latest translations from Crowdin
uses: crowdin/github-action@v1
with:
config: crowdin.yaml
token: ${{secrets.CROWDIN_PERSONAL_TOKEN}}
command: download

- name: Install GNU gettext
run: sudo apt-get install gettext

Expand Down

0 comments on commit 4e87983

Please sign in to comment.