1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-11-28 18:11:07 +02:00
Commit Graph

904 Commits

Author SHA1 Message Date
jasminewu229
6880671ba4
zh-CN: Translate src/android.md, src/android/build-rules.md, src/android/setup.md (#728)
* Update zh-Hans.po 

src/android.md, src/android/build-rules.md, src/android/setup.md

---------

Co-authored-by: suetfei <89482184+suetfei@users.noreply.github.com>
2023-06-13 18:14:36 +00:00
Martin Geisler
d71ea715bb
Fix broken link in for-expressions.md (#812) 2023-06-13 17:43:08 +00:00
Martin Geisler
7c9195ba7a
Fix broken link in Pitfalls of async/await (#811)
Fix broken link in Async Pitfalls
2023-06-13 17:26:56 +00:00
Yauheni Baltukha
078a99885d
ru: Translation for the welcome page and chapters 1,2 (#724)
Translate the welcome page and chapters 1,2
2023-06-13 15:50:55 +02:00
LIU JIE
cf0ce5c0b2
Explain iff in mutex.md (#810)
---------

Co-authored-by: Martin Geisler <martin@geisler.net>
2023-06-13 12:56:42 +00:00
Hank Chen
19780b832c
zh-TW: translation for src/control-flow/if-expressions.md (#801)
* zh-TW: translation for src/control-flow/if-expressions.md

* zh-TW: add translation for src/SUMMARY.md:98
2023-06-13 12:47:08 +00:00
Martin Geisler
6b17bc47b1
Explicitly ask people to clone the repository (#808)
This was a question in #666.
2023-06-13 11:01:12 +00:00
Nurlita Dhuha Fatmawati
c0a14c6d3e
Update CODEOWNERS to add me as an id reviewer (#804)
Update CODEOWNERS to add me as a id reviewer

Co-authored-by: Nurlita Dhuha Fatmawati <nurlitadf@google.com>
2023-06-13 09:07:30 +00:00
Hank Chen
aaf99534e0
zh-TW: fix style in src/testing.md (#795) 2023-06-12 10:30:46 +01:00
Hank Chen
f965668f63
zh-TW: translation for src/control-flow/break-continue.md (#799)
* zh-TW: translation for src/control-flow/break-continue.md

* zh-TW: update translation for src/control-flow/break-continue.md
2023-06-12 16:48:35 +08:00
CoinEZ
4f06a14954
ja: Ch.3 #652 (#777)
ja: Ch3 #652

short chapter, did not separate to sections

Co-authored-by: Keiichi Watanabe <keiichiw@chromium.org>
2023-06-12 05:52:56 +00:00
Martin Geisler
5a62f650c1
zh-TW: Translate Concurrency morning (#786)
* zh-TW: Translate Concurrency morning

* Apply suggestions from code review

Thanks @hueich!

Co-authored-by: Addison Luh <hueich@users.noreply.github.com>

---------

Co-authored-by: Addison Luh <hueich@users.noreply.github.com>
2023-06-11 13:34:57 +00:00
Martin Geisler
9cf55893ac
Rephrase when send blocks (#792)
* Rephrase when `send` blocks

From a discussion with @hueich in #786: https://github.com/google/comprehensive-rust/pull/786#discussion_r1224850499.
2023-06-11 13:20:33 +00:00
Andreas Hindborg
56c1a6e55e
Add suggestion to use rustup doc (#770)
Suggest to use `rustup doc std::fmt` to open the documentation for `std::fmt`.
2023-06-10 18:01:57 -04:00
Roman
4074b72df8
Fix typo in borrowing.md (#790) 2023-06-10 13:31:46 +00:00
Richard Penman
07a7380b13
Update sizes.md (#775) 2023-06-09 18:00:33 +00:00
Mauve
4b7b5d83ea
Make chat-client reads cancellation safe (#713)
* Make chat-client reads cancellation safe

* Update chat-app references
2023-06-09 16:35:52 +02:00
Martin Geisler
8c212b3f8c
Warn against running msgmerge too often (#789)
* Warn against running `msgmerge` too often
2023-06-09 14:32:48 +00:00
zvonden
c1750baa07
Update CODEOWNERS to add 'zvonden' as a ru reviewer (#768)
Update CODEOWNERS to add me as ru reviewer
2023-06-09 13:30:04 +00:00
Martin Geisler
0b93628ef3
Call out GitHub suggestions (#788)
* Call out GitHub suggestions
2023-06-09 09:29:26 -04:00
Mauve
6bf60dadc8
Add information about async cancellation (#716)
* Mention cancellation via select!

* Add a section on async cancellation

* Update cancellation slide, rework example

* Rework select! note about cancellation

* Collapse cancellation comparision to panic and ?

* Don't keep null bytes from incomplete reads
2023-06-09 11:59:12 +02:00
CoinEZ
84e6c14406
ja: Translate chapter 1 (#732)
* ja: translate ch.1 #652

* ja: ch.1 fixed 実地 to 実施 * 2 #652

changed 2 locations

* ja: 3 updates to ch.1 #652

changes suggested by @chikoski

* ja: update to Ch.1 #652

@chikoski

1. チェッカー
2. あらかじめ
3. 「の」

---------

Co-authored-by: Martin Geisler <mgeisler@google.com>
2023-06-09 09:27:30 +00:00
Louis Stanko
61a4de2303
de: Continued German translation (#735)
* Updated base translations

* Translated TOC to german

* Translated Chapter 1 to German

* Update po/de.po

Co-authored-by: ronaldfw <wotzlaw@gmail.com>

---------

Co-authored-by: ronaldfw <wotzlaw@gmail.com>
2023-06-09 11:14:01 +02:00
osiris5498
05ed9b9889
Update CODEOWNERS (#752)
Co-authored-by: Martin Geisler <mgeisler@google.com>
2023-06-09 09:07:26 +00:00
Jonathan Hao
ede2971a55
zh-TW: Translate testing.md and update CODEOWNERS (#774)
Translate testing.md to zh-TW and update CODEOWNERS
2023-06-09 09:07:12 +00:00
kuanhungchen
ebf1bbb5fe
zh-TW: translation for src/control-flow/blocks.md (#782)
* zh-TW: translation for src/control-flow/blocks.md

* zh-TW: update translation for src/control-flow/blocks.md
2023-06-09 06:04:08 +08:00
kuanhungchen
2eda22dced
zh-TW translation for src/control-flow.md (#781)
* zh-TW translation for src/control-flow.md

* zh-TW: update translation for src/control-flow.md
2023-06-09 06:03:13 +08:00
Martin Geisler
753dea4950
Give guidance on how to review translations (#784)
This captures some general advice which I’ve been handing out 1:1 to
the many new translation reviewers.
2023-06-08 10:42:09 -04:00
Tjong Anthony
806dbca402
Update CODEOWNERS (#783)
Add tjonganthony@ as ID translation owner.
2023-06-08 12:23:28 +00:00
Arsile
617599e617
id: Working on SUMMARY.md translations (#780) 2023-06-08 10:49:18 +02:00
whd
63252e9d60
Add superwhd to CODEOWNERS of zh-CN.po (#751)
Add superwhd to CODEOWNERS of zh-Hans.po
2023-06-08 08:26:01 +00:00
Ivan De Marino
7b7ffe58cf
it: Further misc Italian translations (#776) 2023-06-07 19:37:20 +01:00
wnghl
d1bccb7753
zh-CN: translate basic-syntax/methods.md and some words in SUMMARY.md (#753)
* zh-CN: translate basic-syntax/methods.md and some words in SUMMARY.md

* Use "构造函数" for "constructor"
2023-06-06 09:43:47 -04:00
Gershon Papi
305bdbb29a
Fix slices immutable example (#686) 2023-06-06 09:17:55 +00:00
CoinEZ
c0f84d0864
Japanese translation ch 2 #652 (#766)
* ja: Ch.2.0 #652

* ja: Ch2.1 #652

* ja: Ch2.2 #652

* ja: Ch.2.3 #652

* ja: Ch.2.0 fix dupe #652

* ja: update Ch2 #652

as per @keiichiw

* ja: fix Ch.2.1 #652

as per @chikoski comments

* ja: fix CI Ch.2.2 #652

edited directly on ja.po instead of poedit, as copy&paste in the tool auto-converted
2023-06-06 15:44:01 +09:00
kuanhungchen
63d11b1240
zh-TW: translation for src/generics/methods.md (#749)
* zh-Hant: translation for src/generics/methods.md

* zh-Hant: update translation for src/generics/methods.md

* Merge remote-tracking branch 'upstream/main' into src/generics/methods.md

* update translation for src/generics/methods.md

Part of #684.
2023-06-06 14:45:57 +09:00
kuanhungchen
b1c1c04626
zh-TW: translation for src/generics/monomorphization.md (#755)
* zh-Hant: translation for src/generics/monomorphization.md

* zh-TW: update translation for src/generics/monomorphization.md
2023-06-06 10:36:47 +09:00
rbehjati
7257052f0c
Minor fixes in async (#771) 2023-06-05 17:12:00 +01:00
Yauheni Baltukha
6f1afdb36b
ru: Add @baltuky to CODEOWNERS (#769)
Add @baltuky to CODEOWNERS
2023-06-05 17:38:40 +02:00
Yulin Shen
c0138a424f
zh-CN: Translation for src/why-rust/runtime.md (#750)
* zh-CN: Translation for src/why-rust/runtime.md

---------

Co-authored-by: wnghl <wnghilin@gmail.com>
2023-06-05 01:20:22 +00:00
Yulin Shen
323114c969
zh-Hans: Translation for src/why-rust/modern.md (#744)
* zh-Hans: Translation for src/why-rust/modern.md

* remove redundant space

* Apply suggestions from code review

Co-authored-by: wnghl <wnghilin@gmail.com>

---------

Co-authored-by: wnghl <wnghilin@gmail.com>
2023-06-05 09:15:28 +08:00
wnghl
6e16928ee3
zh-Hans: translate src/basic-syntax/rustdoc.md (#736)
* zh-Hans: translate src/basic-syntax/rustdoc.md

---------

Co-authored-by: suetfei <89482184+suetfei@users.noreply.github.com>
2023-06-05 09:09:00 +08:00
Md. Rasel Mandol
8d33b7c7ac
bn: Fixed and removed some translations. (#740) 2023-06-04 18:03:10 +01:00
CoinEZ
efef5d2eb6
ja: Chapter 0 (#729)
* add consistent spacing to table of contents #652

* ja: translate ch.0 welcome section #652
2023-06-03 09:50:08 +02:00
Olga Khylkouskaya
bf5e9f832d
Add myself for Russian translations (#764)
add myself for Russian translations
2023-06-03 07:39:27 +00:00
wnghl
67a21cf2eb
zh-CN: fix display error in hello-world.md (#754) 2023-06-03 14:10:39 +08:00
Mauve
09feef995a
Mention symlinks on Windows (#760)
* Mention symlinks on Windows

* Update README.md

Reformatting as `dprint` suggests.

---------

Co-authored-by: Martin Geisler <martin@geisler.net>
2023-06-02 12:46:11 +00:00
wnghl
41c160260e
Rename zh-CN.po in CODEOWNERS (#759) 2023-06-02 12:07:26 +02:00
Bot-Kerem
df121565fd
tr: Turkish Translation (#704)
* Completed first day titles po/tr.po

* Completed second day titles po/tr.po

* Completed third day titles po/tr.po

* tr: Completed Android titles
2023-06-02 11:28:42 +02:00
Ming-Ying Chung
f26b166bdf
zh-TW: Update english message from latest source (#758)
Auto-generated from the following commands:

```
MDBOOK_OUTPUT='{"xgettext": {"pot-file": "messages.pot"}}' \
mdbook build -d po
msgmerge --update po/zh-TW.po po/messages.pot
```
2023-06-02 18:10:35 +09:00