6 lines
139 B
Bash
Executable File
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 $?
|