Conversation
Change some translation from machine translation to my translation. Update readme v0.3.0 in Chinese. Not Completed, maybe someday I will remember this and then translate the left english text.
cdfmlr
reviewed
Mar 13, 2025
Owner
cdfmlr
left a comment
There was a problem hiding this comment.
感谢🙏,计划等你翻译完再一起合并,请务必继续工作🥺。
另外标记了发现的几个小 Markdown 语法问题,如果可以也请顺手修一下哈🙏
| P.S. 许多 Markdown 编辑器(例如 Typora)也支持这种流程图语法(参考:[Typora doc about flowchart](https://support.typora.io/Draw-Diagrams-With-Markdown/#flowcharts))。如果你喜欢 CLI,可以参考 [francoislaberge/diagrams](https://github.com/francoislaberge/diagrams/#flowchart)。 | ||
| (v0.3.0) 你同时可以使用 pyflowchart.output_html 来生成一个类似于上图的界面: | ||
|
|
||
| output_html('output.html', 'a_pyflow_test', fc.flowchart()) |
Owner
There was a problem hiding this comment.
Markdown: please wrap it in a code block.
Comment on lines
+204
to
+208
| `code`: The Python code to be converted into a flowchart. | ||
| `field`: The name of a field in the code to be converted into a flowchart. If this parameter is not specified, the entire code will be converted. | ||
| `inner`: If True, the body of the field will be parsed as a nested flowchart. If False, the body of the field will be parsed as a single node. | ||
| `simplify`: If True, simple If and Loop statements will be simplified. For example, an If statement with a single expression will be converted into a single node. | ||
| `conds_align`: If True, consecutive If statements will be aligned in the flowchart. |
Owner
There was a problem hiding this comment.
Markdown: please add - prefixes to make them in a list.
|
|
||
|  | ||
|
|
||
| **Note:** 还在测试,有时会寄。 |
Author
There was a problem hiding this comment.
收到,话说您的母语是什么,现在翻译软件甚至能翻译 “寄” 这个词汇的网络用语含义吗?
I'm curious about your mother tongue. You even can understand the internet meaning of "寄"??!
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
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.
Change some translation from machine translation to my translation.
Update readme v0.3.0 in Chinese.
Not Completed, maybe someday I will remember this and then translate the left english text.