mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-05 00:20:25 +02:00
Before, po/ja.po had these statistics: 351 translated messages, 32 fuzzy translations, 1398 untranslated messages. Afterwards, the statistics for po/ja.po is: 472 translated messages, 46 fuzzy translations, 1949 untranslated messages. The number of translated messages changed from 20% to 19%. With this change, it becomes important to use the latest version of mdbook-i18n-helpers when viewing the translation locally. To update to the latest version, run cargo install mdbook-i18n-helpers You will now be able to serve the translation locally. Part of #330.