We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0869598 commit 033d78aCopy full SHA for 033d78a
.github/workflows/pull.yml
@@ -0,0 +1,20 @@
1
+name: Pull changed translations from Lokalise
2
+ on:
3
+ workflow_dispatch:
4
+ jobs:
5
+ build:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - name: Checkout Repo
9
+ uses: actions/checkout@v4
10
+ with:
11
+ fetch-depth: 0
12
+ - name: Pull from Lokalise
13
+ uses: lokalise/lokalise-pull-action@v4.0.0
14
15
+ api_token: ${{ secrets.LOKALISE_API_TOKEN }}
16
+ project_id: 18122020690d152873da30.32552063
17
+ base_lang: en
18
+ translations_path: translationFiles
19
+ file_format: json
20
+ file_ext: json
0 commit comments