openrocket/core/scripts/checkTranslations.sh

14 lines
278 B
Bash
Raw Permalink Normal View History

2011-07-20 15:44:57 +00:00
#!/bin/bash
#
# Perform all tests for the translation files.
#
# Usage:
# ./scripts/checkTranslations.sh
#
# Test that keys used in Java files are present in English messages
find src/ -name "*.java" -exec ./scripts/verifyTranslationKeys.pl l10n/messages.properties {} +