Handling Untranslatable Strings (#1133)

This commit is contained in:
Ludy
2024-04-28 00:26:12 +02:00
committed by GitHub
parent 4fea8d10f8
commit 318076254d
4 changed files with 279 additions and 39 deletions

View File

@@ -7,6 +7,7 @@ on:
paths:
- "build.gradle"
- "src/main/resources/messages_*.properties"
- "scripts/translation_status.toml"
permissions:
contents: write
@@ -58,6 +59,8 @@ jobs:
uses: actions/setup-python@v5.1.0
with:
python-version: "3.x"
- name: Install dependencies
run: pip install tomlkit
- name: Sync README
run: python scripts/counter_translation.py
- name: Set up git config