Skip to content

Commit 0655850

Browse files
authored
feat(translation): test crowdin setup - add pot files (#477)
* feat: gh action to sync with crowdin * Add pot files
1 parent 98f3d23 commit 0655850

File tree

11 files changed

+15675
-44
lines changed

11 files changed

+15675
-44
lines changed

.github/workflows/crowdin_sync.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Crowdin Sync
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- translation2
58

69
jobs:
710
sync-translations:
@@ -21,7 +24,7 @@ jobs:
2124
create_pull_request: true
2225
pull_request_title: "Crowdin: New translations"
2326
pull_request_body: "Crowdin synced updated translations via GitHub Action."
24-
pull_request_base_branch_name: "main"
27+
pull_request_base_branch_name: "translation2"
2528
env:
2629
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_CROWDIN }}
2730
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}

0 commit comments

Comments
 (0)