-
Notifications
You must be signed in to change notification settings - Fork 242
31 lines (29 loc) · 1.07 KB
/
translation-check.yml
File metadata and controls
31 lines (29 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Verify translations
on:
workflow_dispatch:
pull_request:
paths:
- 'src/translation/wininstaller/**'
- 'tools/check-wininstaller-translations.sh'
- '.github/workflows/translation-check.yml'
push:
paths:
- 'src/translation/wininstaller/**'
- 'src/translation/*.ts'
- 'tools/check-wininstaller-translations.sh'
- '.github/workflows/translation-check.yml'
jobs:
translation-check:
name: Verify translation
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v6
- name: "Check Windows installer translations"
run: ./tools/check-wininstaller-translations.sh
- name: "Check application translations"
run: pip install PyGithub && ./tools/check-translations.py
#- name: "Check for duplicate hotkeys (will not fail)"
# run: sudo apt install libxml-simple-perl && cd src/translation/ && perl ./tools/checkkeys.pl