mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-07-02 08:28:43 +02:00
Add workflows to sync locales
This commit is contained in:
13
.github/workflows/locales-update-source.yml
vendored
Normal file
13
.github/workflows/locales-update-source.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: "Update locales sources"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
push-on-transifex:
|
||||
name: "Push locales sources"
|
||||
uses: "glpi-project/plugin-translation-workflows/.github/workflows/transifex-push-sources.yml@v1"
|
||||
secrets:
|
||||
transifex-token: "${{ secrets.TRANSIFEX_TOKEN }}"
|
Reference in New Issue
Block a user