sugarlabs / sugar-toolkit-gtk3

Sugar Learning Environment, Activity Toolkit, GTK 3.
GNU Lesser General Public License v2.1
21 stars 80 forks source link

virtually empty locale files #429

Closed jonassmedegaard closed 5 years ago

jonassmedegaard commented 5 years ago

Quite a few locale files are virtually empty - i.e. contains zero translated strings

This command outputs 43 hits:

find po -type f -name '*.po' -not -execdir pcregrep -qM '^msgstr[^:]* "([^"]|"\n"(?!Project-Id-Version:))' '{}' ';' -print
quozl commented 5 years ago

Thanks for the command.