mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(i18n): Upload translations workflow (#1845)
This commit is contained in:
parent
cd9167f19f
commit
8677420462
2 changed files with 25 additions and 0 deletions
25
.github/workflows/crowdin-upload-translations.yml
vendored
Normal file
25
.github/workflows/crowdin-upload-translations.yml
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
name: Crowdin Upload Translations Action
|
||||
|
||||
on:
|
||||
workflow_dispatch: # Allow manual triggering
|
||||
|
||||
jobs:
|
||||
synchronize-with-crowdin:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Upload translations with Crowdin
|
||||
uses: crowdin/github-action@v2
|
||||
with:
|
||||
base_url: 'https://meshtastic.crowdin.com/api/v2'
|
||||
config: 'config/crowdin/crowdin.yml'
|
||||
upload_sources: fals
|
||||
upload_translations: true
|
||||
download_translations: false
|
||||
crowdin_branch_name: 'master'
|
||||
env:
|
||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
||||
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue