screensaver configurable image widt, change switch timer to seconds #152
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Crowdin Upload Sources | |
| on: | |
| push: | |
| branches: | |
| - dev | |
| paths: | |
| - 'resources/lang/en.json' | |
| workflow_dispatch: | |
| jobs: | |
| synchronize-with-crowdin: | |
| runs-on: ubuntu-latest | |
| if: github.repository == 'PhotoboothProject/photobooth' | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v6 | |
| - name: crowdin action | |
| uses: crowdin/github-action@v2.13.0 | |
| with: | |
| upload_sources: true | |
| upload_translations: false | |
| push_translations: false | |
| download_translations: false | |
| config: 'crowdin_config.yml' | |
| env: | |
| CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }} | |
| CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} |