File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed
Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 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.TSMR_TRANSIFEX_TOKEN }}"
Original file line number Diff line number Diff line change 1+ name : " Update locales sources"
2+
3+ on :
4+ push :
5+ branches :
6+ - " master"
7+
8+ jobs :
9+ push-on-transifex :
10+ name : " Push locales sources"
11+ uses : " glpi-project/plugin-translation-workflows/.github/workflows/transifex-push-sources.yml@v1"
12+ secrets :
13+ transifex-token : " ${{ secrets.TSMR_TRANSIFEX_TOKEN }}"
Original file line number Diff line number Diff line change 1+ [main]
2+ host = https://www.transifex.com
3+
4+ [o:infotelGLPI:p:GLPI_timelineticket:r:glpipot]
5+ file_filter = locales/<lang>.po
6+ source_file = locales/glpi.pot
7+ source_lang = en_GB
8+
You can’t perform that action at this time.
0 commit comments