google / google/comprehensive-rust

Chinese Simplified (zh-CN): Catch-up with EN version

Open
#2,122 1 comment 0 reactions 0 assignees View on GitHub
translation translation/zh-CN
Dominant language
Rust
Stars
33.4k
Forks
2.1k
Avg merge
1d 3h
Merged PRs (30d)
10

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:
1. Sync your branch with `main`.
2. Recreate `messages.pot`:
```shell
MDBOOK_OUTPUT='{"xgettext": {"pot-file": "messages.pot", "granularity": 0}}' \
mdbook build -d po
```
3. Merge with the `zh-CN.po` file:
```shell
msgmerge --update po/zh-CN.po po/messages.pot
```
4. Edit the `zh-CN.po` file with your favorite PO editor.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.