google/comprehensive-rust

Brazilian Portuguese (pt-BR): Catch-up with EN version

henrif75 opened this issue · 0 comments

Translate remaining messages and review fuzzy translations.
As of 6/5/24, current translation stats are:

pt-BR.po
3155 translated messages, 218 fuzzy translations, 400 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 pt-BR.po file:
msgmerge --update po/pt-BR.po po/messages.pot
  1. Edit the pt-BR.po file with your favorite PO editor.