Hi all!
This CL fixes#1093:
* Avoids including current false-positives in the checking of typos
* Excludes localization-related files, as `typos` works with
English words
* Fixes existing typos caught in the repo
Tested this in CI with a typo and it showed up in the list of actions!
---------
Co-authored-by: Martin Geisler <martin@geisler.net>
I'm preparing several PRs to submit the Spanish translation, but I need
first to normalize the existing es.po file, otherwise the PRs will be
humongous.
Part of #330, #282, #284.
Refresing Brazilian Portuguese translation via msgmerge with new version
of mdbook-i18n-helpers and agreed Poedit settings. Issue #317, keeping
pace with #1104.
Before, po/zh-CN.po had these statistics:
693 translated messages, 90 fuzzy translations, 998 untranslated
messages.
Afterwards, the statistics for po/zh-CN.po is:
1079 translated messages, 121 fuzzy translations, 1267 untranslated
messages.
The number of translated messages changed from 39% to 44%.
With this change, it becomes important to use the latest version of
mdbook-i18n-helpers when viewing the translation locally. To update to
the latest version, run
cargo install mdbook-i18n-helpers
You will now be able to serve the translation locally.
Part of #330.
Before, po/tr.po had these statistics:
164 translated messages, 6 fuzzy translations, 1611 untranslated
messages.
Afterwards, the statistics for po/tr.po is:
165 translated messages, 6 fuzzy translations, 2296 untranslated
messages.
The number of translated messages changed from 9% to 7%.
With this change, it becomes important to use the latest version of
mdbook-i18n-helpers when viewing the translation locally. To update to
the latest version, run
cargo install mdbook-i18n-helpers
You will now be able to serve the translation locally.
Part of #330.
Before, po/uk.po had these statistics:
63 translated messages, 15 fuzzy translations, 1703 untranslated
messages.
Afterwards, the statistics for po/uk.po is:
104 translated messages, 19 fuzzy translations, 2344 untranslated
messages.
The number of translated messages stayed at 4%.
With this change, it becomes important to use the latest version of
mdbook-i18n-helpers when viewing the translation locally. To update to
the latest version, run
cargo install mdbook-i18n-helpers
You will now be able to serve the translation locally.
Part of #330.
Before, po/ja.po had these statistics:
351 translated messages, 32 fuzzy translations, 1398 untranslated
messages.
Afterwards, the statistics for po/ja.po is:
472 translated messages, 46 fuzzy translations, 1949 untranslated
messages.
The number of translated messages changed from 20% to 19%.
With this change, it becomes important to use the latest version of
mdbook-i18n-helpers when viewing the translation locally. To update to
the latest version, run
cargo install mdbook-i18n-helpers
You will now be able to serve the translation locally.
Part of #330.
Before, po/pl.po had these statistics:
441 translated messages, 713 fuzzy translations, 627 untranslated
messages.
Afterwards, the statistics for po/pl.po is:
666 translated messages, 882 fuzzy translations, 919 untranslated
messages.
The number of translated messages changed from 25% to 27%.
With this change, it becomes important to use the latest version of
mdbook-i18n-helpers when viewing the translation locally. To update to
the latest version, run
cargo install mdbook-i18n-helpers
You will now be able to serve the translation locally.
Part of #330.
Before, po/id.po had these statistics:
32 translated messages, 4 fuzzy translations, 1745 untranslated
messages.
Afterwards, the statistics for po/id.po is:
32 translated messages, 3 fuzzy translations, 2432 untranslated
messages.
The number of translated messages changed from 2% to 1%.
With this change, it becomes important to use the latest version of
mdbook-i18n-helpers when viewing the translation locally. To update to
the latest version, run
cargo install mdbook-i18n-helpers
You will now be able to serve the translation locally.
Part of #330.
Before, po/fr.po had these statistics:
312 translated messages, 984 fuzzy translations, 485 untranslated
messages.
Afterwards, the statistics for po/fr.po is:
343 translated messages, 1363 fuzzy translations, 761 untranslated
messages.
The number of translated messages changed from 18% to 14%.
With this change, it becomes important to use the latest version of
mdbook-i18n-helpers when viewing the translation locally. To update to
the latest version, run
cargo install mdbook-i18n-helpers
You will now be able to serve the translation locally.
Part of #330.
Before, po/fa.po had these statistics:
300 translated messages, 4 fuzzy translations, 1477 untranslated
messages.
Afterwards, the statistics for po/fa.po is:
291 translated messages, 6 fuzzy translations, 2170 untranslated
messages.
The number of translated messages changed from 17% to 12%.
With this change, it becomes important to use the latest version of
mdbook-i18n-helpers when viewing the translation locally. To update to
the latest version, run
cargo install mdbook-i18n-helpers
You will now be able to serve the translation locally.
Part of #330.
Before, po/es.po had these statistics:
386 translated messages, 133 fuzzy translations, 1262 untranslated
messages.
Afterwards, the statistics for po/es.po is:
585 translated messages, 142 fuzzy translations, 1740 untranslated
messages.
The number of translated messages changed from 22% to 24%.
With this change, it becomes important to use the latest version of
mdbook-i18n-helpers when viewing the translation locally. To update to
the latest version, run
cargo install mdbook-i18n-helpers
You will now be able to serve the translation locally.
Part of #330.
Before, po/ru.po had these statistics:
217 translated messages, 35 fuzzy translations, 1529 untranslated
messages.
Afterwards, the statistics for po/ru.po is:
374 translated messages, 47 fuzzy translations, 2046 untranslated
messages.
The number of translated messages changed from 12% to 15%.
With this change, it becomes important to use the latest version of
mdbook-i18n-helpers when viewing the translation locally. To update to
the latest version, run
cargo install mdbook-i18n-helpers
You will now be able to serve the translation locally.
Part of #330.