Skip to content

Conversation

@EmptyDust
Copy link

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.

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.
Copy link
Owner

@cdfmlr cdfmlr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

感谢🙏,计划等你翻译完再一起合并,请务必继续工作🥺。

另外标记了发现的几个小 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())
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Markdown: please add - prefixes to make them in a list.


![conds-align-result](docs/imgs/conds-align.png)

**Note:** 还在测试,有时会寄。
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好像也不至于寄吧,在我的测试中只是有时候比较丑😭

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

收到,话说您的母语是什么,现在翻译软件甚至能翻译 “寄” 这个词汇的网络用语含义吗?
I'm curious about your mother tongue. You even can understand the internet meaning of "寄"??!

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

话说您的母语是什么

中文啊😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants