create changelog entry
[debian/openrocket] / core / scripts / checkTranslations.sh
1 #!/bin/bash
2
3 #
4 # Perform all tests for the translation files.
5 #
6 # Usage:
7 #    ./scripts/checkTranslations.sh
8 #
9
10
11 # Test that keys used in Java files are present in English messages
12 find src/ -name "*.java" -exec ./scripts/verifyTranslationKeys.pl l10n/messages.properties {} +
13