google/comprehensive-rust

Chinese (Traditional) (zh-TW): Catch-up with EN version

henrif75 opened this issue · 1 comments

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:

  1. Sync your branch with main.
  2. Recreate messages.pot:
MDBOOK_OUTPUT='{"xgettext": {"pot-file": "messages.pot", "granularity": 0}}' \
 mdbook build -d po
  1. Merge with the zh-TW.po file:
msgmerge --update po/zh-TW.po po/messages.pot
  1. Edit the zh-TW.po file with your favorite PO editor.