- Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Description
Translate remaining messages and review fuzzy translations.
As of 6/5/24, current translation stats are:
zh-CN.po 2619 translated messages, 731 fuzzy translations, 423 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-CN.po
file:
msgmerge --update po/zh-CN.po po/messages.pot
- Edit the
zh-CN.po
file with your favorite PO editor.