Skip to content

feat(i18n): routine i18n updates on 2024-02-17 #21

feat(i18n): routine i18n updates on 2024-02-17

feat(i18n): routine i18n updates on 2024-02-17 #21

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@v3
- name: "Check printf format string in translations"
run: ./tools/check_po_printf_format.py