Skip to content

Merge branch 'qemu_ledstate_pseudo_encoding' of https://github.com/ot… #114

Merge branch 'qemu_ledstate_pseudo_encoding' of https://github.com/ot…

Merge branch 'qemu_ledstate_pseudo_encoding' of https://github.com/ot… #114

Workflow file for this run

name: Translate
on: [push, pull_request]
jobs:
translate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm update
- run: sudo apt-get install gettext
- run: make -C po update-pot
- run: make -C po update-po
- run: make -C po update-js