Skip to content

fix: add missing Evidence of Presence strings #14

fix: add missing Evidence of Presence strings

fix: add missing Evidence of Presence strings #14

name: Crowdin Upload
on:
workflow_dispatch:
push:
paths: [ 'iNaturalist/src/main/res/values/strings.xml' ]
branches: [ main ]
jobs:
crowdin-upload:
name: Crowdin Upload
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Synchronize with Crowdin
uses: crowdin/github-action@v1
with:
upload_sources: true
upload_translations: false
download_translations: false
env:
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}