diff options
Diffstat (limited to 'src/doc/README.md')
| -rw-r--r-- | src/doc/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/README.md b/src/doc/README.md index 759a21af0ce..f8b0f07d19a 100644 --- a/src/doc/README.md +++ b/src/doc/README.md @@ -53,12 +53,12 @@ To generate .pot and .po files, do something like: ~~~~ po4a --copyright-holder="The Rust Project Developers" \ --package-name="Rust" \ - --package-version="0.11.0-pre" \ + --package-version="0.11.0" \ -M UTF-8 -L UTF-8 \ src/doc/po4a.conf ~~~~ -(the version number must be changed if it is not 0.11.0-pre now.) +(the version number must be changed if it is not 0.11.0 now.) Now you can translate documents with .po files, commonly used with gettext. If you are not familiar with gettext-based translation, please read the online |
