mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-20 14:31:15 +02:00
Add note about fuzzy and fix heading nesting (#466)
This commit is contained in:
parent
c22b35e426
commit
4a9b679a9c
@ -90,7 +90,12 @@ remove the fuzzy marker.
|
||||
This will show you how to use the translations to generate localized HTML
|
||||
output.
|
||||
|
||||
## Building a Translation
|
||||
Note: `mdbook` will use original untranslated entries for all entries marked as
|
||||
"fuzzy" (visible as "Needs work" in Poedit). This is especially important when
|
||||
using `cloud-translate` for initial translation as all entries will be marked
|
||||
as "fuzzy".
|
||||
|
||||
### Building a Translation
|
||||
|
||||
To use the `po/xx.po` file for your output, run the following command:
|
||||
|
||||
@ -102,7 +107,7 @@ This will update the book's language to `xx`, it will make the `mdbook-gettext`
|
||||
preprocessor become active and tell it to use the `po/xx.po` file, and finally
|
||||
it will redirect the output to `book/xx`.
|
||||
|
||||
## Serving a Translation
|
||||
### Serving a Translation
|
||||
|
||||
Like normal, you can use `mdbook serve` to view your translation as you work on
|
||||
it. You use the same command as with `mdbook build` above:
|
||||
|
Loading…
x
Reference in New Issue
Block a user