remove some spaces from translation strings (#868)

This commit is contained in:
Logan McNaughton
2026-05-10 20:44:18 +02:00
committed by GitHub
parent 0659da24fa
commit 493f08afaf
4 changed files with 30 additions and 29 deletions
+1
View File
@@ -56,3 +56,4 @@ jobs:
cargo clippy --no-default-features -- -Dwarnings
find -name \*.slint | xargs slint-tr-extractor -o /tmp/translations.pot
msgcmp --use-untranslated /tmp/translations.pot data/translations/gopher64.pot
find data/translations -name "*.po" | xargs -I {} msgcmp {} data/translations/gopher64.pot