Skip to content

Update lockfile

Update lockfile #224

Workflow file for this run

name: Build Translations
on:
push:
paths:
- 'po/*.po'
pull_request:
paths:
- 'po/*.po'
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install gettext
run: sudo apt-get install gettext
- name: Checkout
uses: actions/checkout@v4
- name: Build translations
run: ./scripts/mkmo locale