mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
[#1469] Add Translation Push Check
This commit is contained in:
parent
bc2adfa655
commit
3dd3652c59
8
.github/workflows/push-checks.yml
vendored
8
.github/workflows/push-checks.yml
vendored
@ -69,3 +69,11 @@ jobs:
|
|||||||
- name: mypy type checks
|
- name: mypy type checks
|
||||||
run: |
|
run: |
|
||||||
./scripts/mypy-all.sh --platform win32
|
./scripts/mypy-all.sh --platform win32
|
||||||
|
|
||||||
|
- name: translation checks
|
||||||
|
run: |
|
||||||
|
output=$(python ./scripts/find_localised_strings.py --compare-lang L10n/en.template --directory . --ignore coriolis-data 2>&1)
|
||||||
|
if [ -n "$output" ]; then
|
||||||
|
echo $output
|
||||||
|
exit 1
|
||||||
|
fi
|
Loading…
x
Reference in New Issue
Block a user