We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0070c3c commit 4eaedf0Copy full SHA for 4eaedf0
2 files changed
.github/workflows/locales-sync.yml
@@ -0,0 +1,14 @@
1
+name: "Synchronize locales"
2
+
3
+on:
4
+ schedule:
5
+ - cron: "0 0 * * 1-5"
6
+ workflow_dispatch:
7
8
+jobs:
9
+ sync-with-transifex:
10
+ name: "Sync with transifex"
11
+ uses: "glpi-project/plugin-translation-workflows/.github/workflows/transifex-sync.yml@v1"
12
+ secrets:
13
+ github-token: "${{ secrets.LOCALES_SYNC_TOKEN }}"
14
+ transifex-token: "${{ secrets.TRANSIFEX_TOKEN }}"
.github/workflows/locales-update-source.yml
@@ -0,0 +1,13 @@
+name: "Update locales sources"
+ push:
+ branches:
+ - "main"
+ push-on-transifex:
+ name: "Push locales sources"
+ uses: "glpi-project/plugin-translation-workflows/.github/workflows/transifex-push-sources.yml@v1"
0 commit comments