mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-19 06:42:38 +02:00
* 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>