Skip to content

Update CHANGELOG

Update CHANGELOG #432

Workflow file for this run

name: Weblate
on:
push:
branches:
- 2-4-stable
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- env:
TOKEN: ${{ secrets.WEBLATE_KEY }}
run: "curl -F file=@po/blueman.pot -F method=source -H \"Authorization: Token $TOKEN\" https://hosted.weblate.org/api/translations/blueman/2-4/en/file/"