tact-docs
tact-docs copied to clipboard
Chinese translation: Book section
Tracking issue for translation of Book section and all subsequent pages.
Initial:
- [ ] Overview,
/book— unassigned - [ ] Guides → Getting started,
/book/guides/getting-started— unassigned
Fundamentals of Tact:
- [ ]
/book/types— unassigned - [ ]
/book/integers— unassigned - [ ]
/book/maps— unassigned - [ ]
/book/structs-and-messages— unassigned - [ ]
/book/optionals— unassigned - [ ]
/book/contracts— unassigned
Expressiveness:
- [ ]
/book/operators— unassigned - [ ]
/book/expressions— unassigned - [ ]
/book/statements— unassigned - [ ]
/book/constants— unassigned - [ ]
/book/functions— unassigned
Communication:
- [ ]
/book/receive— unassigned - [ ]
/book/bounced— unassigned - [ ]
/book/external— unassigned - [ ]
/book/lifecycle— unassigned - [ ]
/book/send— unassigned - [ ]
/book/message-mode— unassigned
Going places:
- [ ]
/book/deploy— unassigned - [ ]
/book/debug— unassigned - [ ]
/book/upgrades— unassigned - [ ]
/book/import— unassigned - [ ]
/book/config— unassigned - [ ]
/book/masterchain— unassigned - [ ]
/book/func— unassigned - [ ]
/book/exit-codes— unassigned - [ ]
/book/programmatic— unassigned
To add a new page, copy the existing one, adding a .zh postfix after the current name. For example, if the page is called types.mdx, copy it into the types.zh.mdx . Then, add the relevant info into the _meta.zh.js file (navigation), which should be in the same folder as the modified page.
Note, that you should NOT modify the folder structure or copy-paste folders :)
Depends on: #80