-
Notifications
You must be signed in to change notification settings - Fork 87
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
User manual i18n + French (partial) translation #354
Conversation
Transactions CostsSizes and execution budgets for Hydra protocol transactions. Note that unlisted parameters are currently using
Cost of Init Transaction
Cost of Commit TransactionCurrently only one UTxO per commit allowed (this is about to change soon)
Cost of CollectCom Transaction
Cost of Close Transaction
Cost of Abort Transaction
Cost of FanOut TransactionInvolves spending head output and burning head tokens. Uses ada-only UTxO for better comparability.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome start! Some suggestions and a few typos, nothing to prevent merge
$ yarn build | ||
``` | ||
|
||
This command generates static content into the `build` directory and can be served using any static contents hosting service. | ||
|
||
|
||
# Translating |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
docs/i18n/fr/docusaurus-plugin-content-docs/current/getting-started/index.md
Show resolved
Hide resolved
|
||
| Nom | Description | | ||
| --- | --- | | ||
| [hydra-node](https://hydra.family/head-protocol/haddock/hydra-node/index.html) | Le coeur du noeud Hydra. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: remove full stop at end
Looks really cool! I have a question though: How will we realize that some content is out of date? I saw |
I just noticed this just now. |
Bonjour.
Some work needed in the configuration and existing pages to make it work, each translation is in its own folder and versioned separately. I've started with French and did most of the interfaces and a few pages. Far from done though but that sets a good example for other languages. See also #323