1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

matugen: fix vibrant scheme

This commit is contained in:
bbedward
2025-11-07 09:50:22 -05:00
parent f006175829
commit 5d6c3e364d
5 changed files with 92 additions and 84 deletions

View File

@@ -16,9 +16,8 @@ if ! command -v python3 &>/dev/null; then
fi
if ! python3 scripts/i18nsync.py check &>/dev/null; then
echo ""
echo "Run: python3 scripts/i18nsync.py sync"
echo ""
echo "Translations out of sync"
echo "run python3 scripts/i18nsync.py sync"
exit 1
fi