Chinese (Traditional) (zh-TW): Catch-up with EN version
henrif75 opened this issue · 1 comments
henrif75 commented
Translate remaining messages and review fuzzy translations.
As of 6/5/24, current translation stats are:
zh-TW.po
3193 translated messages, 383 fuzzy translations, 197 untranslated messages.
Steps:
- Sync your branch with
main
. - Recreate
messages.pot
:
MDBOOK_OUTPUT='{"xgettext": {"pot-file": "messages.pot", "granularity": 0}}' \
mdbook build -d po
- Merge with the
zh-TW.po
file:
msgmerge --update po/zh-TW.po po/messages.pot
- Edit the
zh-TW.po
file with your favorite PO editor.
mgeisler commented
The translation delta can be seen here: https://google.github.io/comprehensive-rust/synced-translation-report.html.