-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Duplicate README.md for workspace architecture (#89)
Duplicate README.md for workspace architecture --------- Co-authored-by: Martin Geisler <mgeisler@google.com>
- Loading branch information
Showing
3 changed files
with
51 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Gettext Translation Support for `mdbook` | ||
|
||
[![Visit crates.io](https://img.shields.io/crates/v/mdbook-i18n-helpers?style=flat-square)](https://crates.io/crates/mdbook-i18n-helpers) | ||
[![Build workflow](https://img.shields.io/github/actions/workflow/status/google/mdbook-i18n-helpers/test.yml?style=flat-square)](https://github.com/google/mdbook-i18n-helpers/actions/workflows/test.yml?query=branch%3Amain) | ||
[![GitHub contributors](https://img.shields.io/github/contributors/google/mdbook-i18n-helpers?style=flat-square)](https://github.com/google/mdbook-i18n-helpers/graphs/contributors) | ||
[![GitHub stars](https://img.shields.io/github/stars/google/mdbook-i18n-helpers?style=flat-square)](https://github.com/google/mdbook-i18n-helpers/stargazers) | ||
|
||
The plugins here makes it easy to translate documentation written in | ||
[`mdbook`](https://github.com/rust-lang/mdBook/) into multiple languages. | ||
Support for translations is a | ||
[long-stading feature request for `mdbook`](https://github.com/rust-lang/mdBook/issues/5). | ||
|
||
## Installation | ||
|
||
Run | ||
|
||
```shell | ||
$ cargo install mdbook-i18n-helpers | ||
``` | ||
|
||
Please see [USAGE](USAGE.md) for how to translate your `mdbook` project. | ||
|
||
## Changelog | ||
|
||
Please see [CHANGELOG](../CHANGELOG.md) for details on the changes in each | ||
release. | ||
|
||
## Contact | ||
|
||
For questions or comments, please contact | ||
[Martin Geisler](mailto:mgeisler@google.com) or start a | ||
[discussion](https://github.com/google/mdbook-i18n-helpers/discussions). We | ||
would love to hear from you. | ||
|
||
--- | ||
|
||
This is not an officially supported Google product. |
File renamed without changes.