You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-11-28 16:50:23 +02:00
Update Korean Translation (20230310) (#493)
* Update Korean translation
```
$ MDBOOK_OUTPUT='{"xgettext": {"pot-file": "messages.pot"}}' mdbook build -d po
$ msgmerge --no-wrap --update po/ko.po po/messages.pot
$ LANGUAGE=C msgfmt -o /dev/null --statistics po/ko.po
1235 translated messages, 36 fuzzy translations, 633 untranslated messages.
```
* Resolve fuzzy entries in Korean translation
```
$ LANGUAGE=C msgfmt -o /dev/null --statistics po/ko.po
1278 translated messages, 626 untranslated messages.
```
* Remove obsolete entries
---------
Co-authored-by: Jooyung Han <jooyung@google.com>
This commit is contained in: