Add review workflow and use python script to put en_us and zh_cn content togerther #162
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.
Submitter checklist
Here is an online tool which can help you to do the review work.
Desired reviewers
@jenkinsci/chinese-localization-sig
Description
close #114
使用 workflow 和 python 脚本将变更文件的原始内容和中文内容以 markdown 的形式评论在 PR 中,方便 review。
实现效果可参考:yuezhuangshi#14 (comment)
已知问题:
core/src/main/resources/widgets/HistoryPageFilter/queue-items.zh_CN.properties
对应的原始文件为core/src/main/resources/widgets/HistoryPageFilter/queue-items.properties
,可能会存在找不到的情况(源仓库中可能只有.jelly
,而没有.properties
)