typos-git-commit 0.8.2

This program analyzes a json file produced with `typos` and makes commits for each correction.
Documentation
main-error = Error: { $e }
main-review-before = Please review the commits before submitting !
cli-error-command = Error: one of these --filename, --contributors, --changelog, --completion must be used.
cli-error-help = Error while printing help: { $e }
keyvalue-process-sed = failed to execute sed process
keyvalue-error-sed = Error while executing sed ({ $typo } -> { $correction })
keyvalue-error-git = Error while executing git commit ({ $typo } -> { $correction })
keyvalue-error-stderr = Error while writing to stderr: { $e }
keyvalue-error-stdout = Error while writing to stdout: { $e }
thashmap-file-excluded = File { $file } excluded
thashmap-typo-excluded = Typo { $typo } excluded.
thashmap-correction-excluded = Correction { $correction } for typo { $typo } excluded.
thashmap-error-file = Error reading file: { $e }
thashmap-file-count = { $count ->
        [one] ({ $count } file)
       *[other] ({ $count } files)
    }
thashmap-wont-correct = Won't correct '{ $typo }' -> { $correction } { $files }
thashmap-typo-details = { $path } at line { $line } at column { $offset }
thashmap-typo-not-corrected = Typo '{ $typo }' will not be corrected into { $correction }
thashmap-typo-look-carefully = You should look carefully at file(s):