diff --git a/translation-diff.pl b/translation-diff.pl index 3ba0ce749..8c101baa9 100755 --- a/translation-diff.pl +++ b/translation-diff.pl @@ -1,3 +1,7 @@ +# Utility for comparing language translation keys of BASE_LANG and a given language. +# Usage: perl translation-diff.pl $lang +# Will output a translation-diff.diff file that compares the lang keys of BASE_LANG to $lang. + use constant { BASE_LANG => "en_US", OUTPUT_FILE => "translation-diff.diff"