1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-02 15:47:25 +02:00

Small copy-edit for TRANSLATIONS.md (#590)

This commit is contained in:
Martin Geisler 2023-04-28 00:42:05 -07:00 committed by GitHub
parent b051b04afa
commit 251782aac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ GNU Gettext utilities below.
[Gettext]: https://www.gnu.org/software/gettext/manual/html_node/index.html
[ISO 639]: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
## I18n Helpers
## Preparation
We use two helpers for the translations:
@ -128,3 +128,6 @@ it. You use the same command as with `mdbook build` above:
```shell
$ MDBOOK_BOOK__LANGUAGE=xx mdbook serve -d book/xx
```
When you update the `po/xx.po` file, the translated book will automatically
reload.