forked from cairo-book/cairo-book
-
Notifications
You must be signed in to change notification settings - Fork 5
Zh cn #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Zh cn #5
Conversation
This file contains hidden or 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
更新: 添加简体中文翻译。
修正一些错误
…ow the zh-cn item in the language-list.
# Conflicts: # po/zh-cn.po
* feat: security considerations * doc: using errors for condition validations * fix: security considerations * feat: improved security chapter, access control * fix: add missing cairo * fix(cairo-book#206): security chapter format, anchor, guards
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* feat: cairo-verify beta * feat: mdbook-cairo preprocessor * feat: cairo-verify starknet contract support * fix: TAG_REGEX_PATTERN * doc: remove scripts, update README * ci: update workflow to add cairo-verify check * fix: cairo path in CI * fix: cairo verify tool - `cargo fmt` - `cargo clippy warnings` - does_not_compile tag implies does_not_run tag - minor fix * fix: remove cairo-run --program arg * fix: cairo-files now conform to verifier * fix: fixes in rust verifier * feat: cairo-root CLI option * refactor: remove Cmd::StarknetTest * feat: add GH verify worflow on PRs * fix:remove target/release addition to cairo root --------- Co-authored-by: msaug <msaug@protonmail.com>
* First draft * Writing improvments over basic functionality section * Minor improvements * Improve writing of first section * Mayor overhaul 1. Improve writing of first section 2. Fix content errors on second section 3. Complete and give some polish to content missing from the second section * Minor improvements * grammar and typos fixes in first two sections * Add draft for entries * add dictionary as struct members sub section * Add a minor draft * Partial revision * Major improvements to 3rd section * Changed structure * Add listings and improvements * Grammar improvements * Minor fixes * fix: typos --------- Co-authored-by: msaug <msaug@protonmail.com>
* Merge from main & Translate new changes to Chinese & Fix typos. (cairo-book#237) * fix: missing example (cairo-book#240) * feat: named parameters (cairo-book#239) * Add Security Considerations chapter (cairo-book#206) * feat: security considerations * doc: using errors for condition validations * fix: security considerations * feat: improved security chapter, access control * fix: add missing cairo * fix(cairo-book#206): security chapter format, anchor, guards * Merge from main & Translate new changes to Chinese & Fix typos. (cairo-book#242) * removed bracket after break statements --------- Co-authored-by: cryptonerdcn <cryptonerdcn@gmail.com> Co-authored-by: Mathieu <60658558+enitrat@users.noreply.github.com> Co-authored-by: julio4 <30329843+julio4@users.noreply.github.com>
* Merge from main & Translate new changes to Chinese & Fix typos. (cairo-book#237) * fix: missing example (cairo-book#240) * feat: named parameters (cairo-book#239) * Add Security Considerations chapter (cairo-book#206) * feat: security considerations * doc: using errors for condition validations * fix: security considerations * feat: improved security chapter, access control * fix: add missing cairo * fix(cairo-book#206): security chapter format, anchor, guards * Merge from main & Translate new changes to Chinese & Fix typos. (cairo-book#242) * simplified the trait definition * Revert "simplified the trait definition" This reverts commit ddf5cce. * cairo-book#231: Auto stash before revert of "removed return calls from functions" * added generate trait * fix renamed trait * fix: reword sentence --------- Co-authored-by: cryptonerdcn <cryptonerdcn@gmail.com> Co-authored-by: Mathieu <60658558+enitrat@users.noreply.github.com> Co-authored-by: julio4 <30329843+julio4@users.noreply.github.com> Co-authored-by: msaug <msaug@protonmail.com>
* Merge from main & Translate new changes to Chinese & Fix typos. (cairo-book#237) * fix: missing example (cairo-book#240) * feat: named parameters (cairo-book#239) * Add Security Considerations chapter (cairo-book#206) * feat: security considerations * doc: using errors for condition validations * fix: security considerations * feat: improved security chapter, access control * fix: add missing cairo * fix(cairo-book#206): security chapter format, anchor, guards * Merge from main & Translate new changes to Chinese & Fix typos. (cairo-book#242) * changed & and | to && and || * added StorageAccess docs * minor corrections * fix broken md formatting * fix: rephrase StorageAccess derive * updated example snippet, not it compiles --------- Co-authored-by: cryptonerdcn <cryptonerdcn@gmail.com> Co-authored-by: Mathieu <60658558+enitrat@users.noreply.github.com> Co-authored-by: julio4 <30329843+julio4@users.noreply.github.com> Co-authored-by: msaug <msaug@protonmail.com>
* added scarb test section to docs * added code format on file name * added code format on file name * addition of test point to summary * updated scarb version to latest 0.5.0-alpha * fix: wrong explanation in previous commit * chore: synced fork * recovered deleted files * fix: rework scarb test part --------- Co-authored-by: msaug <msaug@protonmail.com>
* 🚀 add macros chapter * 🩹 fix pr * add cairo code * refactor: update structure --------- Co-authored-by: msaug <msaug@protonmail.com>
* ch01-01 minor edit * ch01-01 minor edit
* fix: example nolonger invalid * fix: add does_not_compile tag --------- Co-authored-by: msaug <msaug@protonmail.com>
* fixed typo no -> need to * pubic (lol) -> public
* fix typos * more fixes * more fixes
Co-authored-by: Tristan <tristan@Tristans-MacBook-Pro.local>
* fix list value error * Update zh-cn.po
* fixign snippet * update inline code"
* chore: update-2.2.0 * chore: update scarb version
Co-authored-by: Yangqijun <40876894+Again1013@users.noreply.github.com>
* feat: store packing * Apply suggestions from code review Co-authored-by: glihm <dev@glihm.net> * fix: build * add suggestions * fmt --------- Co-authored-by: glihm <dev@glihm.net>
Co-authored-by: Yangqijun <40876894+Again1013@users.noreply.github.com>
Some url have been updated
Wrong chapter in comment
# Conflicts: # po/zh-cn.po
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.