Brazilian Portuguese (pt-BR): Catch-up with EN version
henrif75 opened this issue · 0 comments
henrif75 commented
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:
- Sync your branch with
main
. - Recreate
messages.pot
:
MDBOOK_OUTPUT='{"xgettext": {"pot-file": "messages.pot", "granularity": 0}}' \
mdbook build -d po
- Merge with the
pt-BR.po
file:
msgmerge --update po/pt-BR.po po/messages.pot
- Edit the
pt-BR.po
file with your favorite PO editor.