lexivo/bin/linters/i18n-tasks
2026-03-30 13:18:39 +02:00

6 lines
139 B
Bash
Executable File

#!/bin/bash
# Run i18n-tasks health which checks missing, unused, interpolations, and normalization
bundle exec i18n-tasks health
exit $?