Open
Description
openedon Jun 5, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment