Skip to content

feat(i18n): routine i18n updates on 2024-04-20 #30

feat(i18n): routine i18n updates on 2024-04-20

feat(i18n): routine i18n updates on 2024-04-20 #30

name: Check printf format string in translations
on:
pull_request:
paths:
- "lang/po/*.po"
- "tools/check_po_printf_format.py"
jobs:
check-po-printf:
runs-on: ubuntu-22.04
steps:
- name: "Install dependencies"
run: |
sudo apt-get update
sudo apt-get install python3-pip
sudo pip3 install polib
- uses: actions/checkout@v4
- name: "Check printf format string in translations"
run: ./tools/check_po_printf_format.py