You've already forked comprehensive-rust
							
							
				mirror of
				https://github.com/google/comprehensive-rust.git
				synced 2025-10-31 08:37:45 +02:00 
			
		
		
		
	Add instructions to build translations (#669)
* Add instructions to build translations * Update README.md --------- Co-authored-by: Martin Geisler <mgeisler@google.com>
This commit is contained in:
		| @@ -60,8 +60,10 @@ $ mdbook serve | ||||
| to start a web server with the course. You'll find the content on | ||||
| <http://localhost:3000>. You can use `mdbook build` to create a static version | ||||
| of the course in the `book/` directory. Note that you have to separately build | ||||
| and zip exercises and add them to `book/html`. | ||||
|  | ||||
| and zip exercises and add them to `book/html`. To build any of the translated | ||||
| versions of the course, run `MDBOOK_BOOK__LANGUAGE=xx mdbook build -d book/xx` | ||||
| where `xx` is the ISO 639 language code (e.g. `da` for the Danish translation). | ||||
| [TRANSLATIONS.md](TRANSLATIONS.md) contains further instructions. | ||||
| ## Contact | ||||
|  | ||||
| For questions or comments, please contact [Martin | ||||
|   | ||||
		Reference in New Issue
	
	Block a user