diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-03-31 13:11:35 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-03-31 14:40:44 -0700 |
| commit | a5681d25906fd07eee00dd430a1053ff722da26a (patch) | |
| tree | bf80094b92597932f7bd3e1c6e9a8b3d5cfec1cd /src/doc | |
| parent | a7e057d402a345f547e67a326871621472d04035 (diff) | |
| download | rust-a5681d25906fd07eee00dd430a1053ff722da26a.tar.gz rust-a5681d25906fd07eee00dd430a1053ff722da26a.zip | |
Bump version to 0.10
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/README.md | 4 | ||||
| -rw-r--r-- | src/doc/po/ja/complement-cheatsheet.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/complement-lang-faq.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/complement-project-faq.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/complement-usage-faq.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/guide-conditions.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/guide-container.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/guide-ffi.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/guide-lifetimes.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/guide-macros.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/guide-pointers.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/guide-runtime.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/guide-tasks.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/guide-testing.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/index.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/rustdoc.md.po | 2 | ||||
| -rw-r--r-- | src/doc/po/ja/tutorial.md.po | 8 | ||||
| -rw-r--r-- | src/doc/tutorial.md | 10 |
18 files changed, 26 insertions, 26 deletions
diff --git a/src/doc/README.md b/src/doc/README.md index be0938022d2..fa0fc6a3745 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.10-pre" \ + --package-version="0.10" \ -M UTF-8 -L UTF-8 \ src/doc/po4a.conf ~~~~ -(the version number must be changed if it is not 0.10-pre now.) +(the version number must be changed if it is not 0.10 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 diff --git a/src/doc/po/ja/complement-cheatsheet.md.po b/src/doc/po/ja/complement-cheatsheet.md.po index 72ef1d5a010..e0d130cb331 100644 --- a/src/doc/po/ja/complement-cheatsheet.md.po +++ b/src/doc/po/ja/complement-cheatsheet.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10-pre\n" +"Project-Id-Version: Rust 0.10\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/complement-lang-faq.md.po b/src/doc/po/ja/complement-lang-faq.md.po index 02dee63f312..0f06f9d84b0 100644 --- a/src/doc/po/ja/complement-lang-faq.md.po +++ b/src/doc/po/ja/complement-lang-faq.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10-pre\n" +"Project-Id-Version: Rust 0.10\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/complement-project-faq.md.po b/src/doc/po/ja/complement-project-faq.md.po index 190f88cf80d..68a332f8153 100644 --- a/src/doc/po/ja/complement-project-faq.md.po +++ b/src/doc/po/ja/complement-project-faq.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10-pre\n" +"Project-Id-Version: Rust 0.10\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/complement-usage-faq.md.po b/src/doc/po/ja/complement-usage-faq.md.po index 9ffdd7b1f43..28d2808c8a7 100644 --- a/src/doc/po/ja/complement-usage-faq.md.po +++ b/src/doc/po/ja/complement-usage-faq.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10-pre\n" +"Project-Id-Version: Rust 0.10\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-02-03 08:13+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/guide-conditions.md.po b/src/doc/po/ja/guide-conditions.md.po index a65d6eec419..3575a7e646f 100644 --- a/src/doc/po/ja/guide-conditions.md.po +++ b/src/doc/po/ja/guide-conditions.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10-pre\n" +"Project-Id-Version: Rust 0.10\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/guide-container.md.po b/src/doc/po/ja/guide-container.md.po index 23e1c7734f0..bda86a30aa7 100644 --- a/src/doc/po/ja/guide-container.md.po +++ b/src/doc/po/ja/guide-container.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10-pre\n" +"Project-Id-Version: Rust 0.10\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/guide-ffi.md.po b/src/doc/po/ja/guide-ffi.md.po index 3155b9f6505..089a142231c 100644 --- a/src/doc/po/ja/guide-ffi.md.po +++ b/src/doc/po/ja/guide-ffi.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10-pre\n" +"Project-Id-Version: Rust 0.10\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/guide-lifetimes.md.po b/src/doc/po/ja/guide-lifetimes.md.po index bbe4b3a4a85..c9719033807 100644 --- a/src/doc/po/ja/guide-lifetimes.md.po +++ b/src/doc/po/ja/guide-lifetimes.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10-pre\n" +"Project-Id-Version: Rust 0.10\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/guide-macros.md.po b/src/doc/po/ja/guide-macros.md.po index 82b0d20d5e5..205e473a5b2 100644 --- a/src/doc/po/ja/guide-macros.md.po +++ b/src/doc/po/ja/guide-macros.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10-pre\n" +"Project-Id-Version: Rust 0.10\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/guide-pointers.md.po b/src/doc/po/ja/guide-pointers.md.po index 2b130821c4c..1e07faeeeb7 100644 --- a/src/doc/po/ja/guide-pointers.md.po +++ b/src/doc/po/ja/guide-pointers.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10-pre\n" +"Project-Id-Version: Rust 0.10\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/guide-runtime.md.po b/src/doc/po/ja/guide-runtime.md.po index 2e02fe344eb..9fefe9b8599 100644 --- a/src/doc/po/ja/guide-runtime.md.po +++ b/src/doc/po/ja/guide-runtime.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10-pre\n" +"Project-Id-Version: Rust 0.10\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-02-03 08:13+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/guide-tasks.md.po b/src/doc/po/ja/guide-tasks.md.po index ab761ca4ea7..3d51d5831e4 100644 --- a/src/doc/po/ja/guide-tasks.md.po +++ b/src/doc/po/ja/guide-tasks.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10-pre\n" +"Project-Id-Version: Rust 0.10\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/guide-testing.md.po b/src/doc/po/ja/guide-testing.md.po index 6ec1a4467da..03f23b5e712 100644 --- a/src/doc/po/ja/guide-testing.md.po +++ b/src/doc/po/ja/guide-testing.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10-pre\n" +"Project-Id-Version: Rust 0.10\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/index.md.po b/src/doc/po/ja/index.md.po index 7bf6868ceed..ec283c6b118 100644 --- a/src/doc/po/ja/index.md.po +++ b/src/doc/po/ja/index.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10-pre\n" +"Project-Id-Version: Rust 0.10\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-14 21:02+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/rustdoc.md.po b/src/doc/po/ja/rustdoc.md.po index e0d89edaa02..57b7ca2b914 100644 --- a/src/doc/po/ja/rustdoc.md.po +++ b/src/doc/po/ja/rustdoc.md.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Rust 0.10-pre\n" +"Project-Id-Version: Rust 0.10\n" "POT-Creation-Date: 2014-02-03 08:13+0900\n" "PO-Revision-Date: 2014-01-13 12:01+0900\n" "Last-Translator: Automatically generated\n" diff --git a/src/doc/po/ja/tutorial.md.po b/src/doc/po/ja/tutorial.md.po index 2646460346b..b6982e5f807 100644 --- a/src/doc/po/ja/tutorial.md.po +++ b/src/doc/po/ja/tutorial.md.po @@ -360,8 +360,8 @@ msgstr "上記条件を満たしていれば、以下のような手順でビル #| "gz $ tar -xzf rust-0.7.tar.gz $ cd rust-0.7 $ ./configure $ make && make " #| "install ~~~~" msgid "" -"~~~~ {.notrust} $ curl -O http://static.rust-lang.org/dist/rust-0.9.tar.gz $ " -"tar -xzf rust-0.9.tar.gz $ cd rust-0.9 $ ./configure $ make && make install " +"~~~~ {.notrust} $ curl -O http://static.rust-lang.org/dist/rust-0.10.tar.gz $ " +"tar -xzf rust-0.10.tar.gz $ cd rust-0.10 $ ./configure $ make && make install " "~~~~" msgstr "" "~~~~ {.notrust}\n" @@ -408,8 +408,8 @@ msgstr "" #| "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz [win-exe]: " #| "http://static.rust-lang.org/dist/rust-0.7-install.exe" msgid "" -"[tarball]: http://static.rust-lang.org/dist/rust-0.9.tar.gz [win-exe]: " -"http://static.rust-lang.org/dist/rust-0.9-install.exe" +"[tarball]: http://static.rust-lang.org/dist/rust-0.10.tar.gz [win-exe]: " +"http://static.rust-lang.org/dist/rust-0.10-install.exe" msgstr "" "[tarball]: http://static.rust-lang.org/dist/rust-0.7.tar.gz\n" "[win-exe]: http://static.rust-lang.org/dist/rust-0.7-install.exe" diff --git a/src/doc/tutorial.md b/src/doc/tutorial.md index e15145e5f1d..891880aaece 100644 --- a/src/doc/tutorial.md +++ b/src/doc/tutorial.md @@ -100,9 +100,9 @@ If you've fulfilled those prerequisites, something along these lines should work. ~~~~ {.notrust} -$ curl -O http://static.rust-lang.org/dist/rust-0.9.tar.gz -$ tar -xzf rust-0.9.tar.gz -$ cd rust-0.9 +$ curl -O http://static.rust-lang.org/dist/rust-0.10.tar.gz +$ tar -xzf rust-0.10.tar.gz +$ cd rust-0.10 $ ./configure $ make && make install ~~~~ @@ -117,8 +117,8 @@ When complete, `make install` will place several programs into `/usr/local/bin`: `rustc`, the Rust compiler, and `rustdoc`, the API-documentation tool. -[tarball]: http://static.rust-lang.org/dist/rust-0.9.tar.gz -[win-exe]: http://static.rust-lang.org/dist/rust-0.9-install.exe +[tarball]: http://static.rust-lang.org/dist/rust-0.10.tar.gz +[win-exe]: http://static.rust-lang.org/dist/rust-0.10-install.exe ## Compiling your first program |
