check_for_typos#

Checks all translations of one language for typos. Runs the corrector on it and prints out the result but doesn’t write any changes to the mediawiki system.

Usage: python3 check_for_typos.py language_code

Module Contents#

Functions#

parse_arguments() → argparse.Namespace

Parses the arguments given from outside

check_for_typos.parse_arguments() argparse.Namespace#

Parses the arguments given from outside

Returns

parsed arguments

Return type

argparse.Namespace