Skip to content
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

Add localization for Code Coverage API plugin #5

Merged
merged 3 commits into from
Sep 28, 2018
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Code\ Coverage=\u4ee3\u7801\u8986\u76d6\u7387
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Global\ Option=\u5168\u5c40\u9009\u9879
Global\ Thresholds=\u5168\u5c40Thresholds
Copy link
Member

Choose a reason for hiding this comment

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

这里的中英文之间加上空格

Copy link
Contributor Author

Choose a reason for hiding this comment

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

我之前加了空格,发现看着不是特别舒服,就删掉了。

Copy link
Contributor Author

Choose a reason for hiding this comment

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

那我还是加上吧

Copy link
Member

Choose a reason for hiding this comment

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

嗯,还是按照咱们定的规范来比较好

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Report\ File\ Path=\u8986\u76d6\u7387\u62a5\u544a\u6587\u4ef6\u8def\u5f84
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Coverage\ Reports=\u4ee3\u7801\u8986\u76d6\u7387\u62a5\u544a
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Source\ Files\ Storing\ Level=\u6e90\u6587\u4ef6\u4fdd\u5b58\u7b49\u7ea7
Source\ code\ is\ unavailable.=\u6e90\u4ee3\u7801\u6d4f\u89c8\u4e0d\u53ef\u7528
Some\ possible\ reasons\ are\:=\u53ef\u80fd\u7684\u539f\u56e0
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Source\ code\ is\ unavailable.=\u6e90\u4ee3\u7801\u6d4f\u89c8\u4e0d\u53ef\u7528
Some\ possible\ reasons\ are\:=\u53ef\u80fd\u7684\u539f\u56e0
reason.1=\
\u60a8\u5c06\u6e90\u6587\u4ef6\u4fdd\u5b58\u7b49\u7ea7\u8bbe\u7f6e\u4e3a\u4e86\u6c38\u4e0d\u4fdd\u5b58
reason.2=\
Code Coverage API plugin \u60a8\u5c06\u6e90\u6587\u4ef6\u4fdd\u5b58\u7b49\u7ea7\u8bbe\u7f6e\u4e3a\u4e86\u6c38\u4e0d\u4fdd\u5b58
reason.3=\
\u4f60\u6ca1\u6709\u8db3\u591f\u7684\u6743\u9650\u6d4f\u89c8\u6e90\u6587\u4ef6
Code\ Coverage=\u4ee3\u7801\u8986\u76d6\u7387

3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
<resource>
<directory>kubernetes-plugin/src/main/resources</directory>
</resource>
<resource>
<directory>code-coverage-api-plugin/src/main/resources</directory>
</resource>
<resource>
<directory>configuration-as-code-plugin/src/main/resources</directory>
</resource>
Expand Down