-
Notifications
You must be signed in to change notification settings - Fork 20
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
feature: 国际化支持 (closed #262) #265
base: v1.0.24-rc
Are you sure you want to change the base?
feature: 国际化支持 (closed #262) #265
Conversation
第一版:麻烦简单 review 即可 |
Codecov Report
@@ Coverage Diff @@
## v1.0.24-rc #265 +/- ##
=============================================
Coverage ? 40.44%
=============================================
Files ? 182
Lines ? 9223
Branches ? 0
=============================================
Hits ? 3730
Misses ? 5493
Partials ? 0 |
|
||
|
||
class BaseActivityManager(object): | ||
def __init__(self, job: Job, job_task: JobTask, *args, **kwargs): | ||
self.job = job | ||
self.job_task = job_task | ||
|
||
def inject_vars_to_global_data(self, global_pipeline_data: builder.Data, meta: Dict[str, Any]): |
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.
|
||
#: apps/gsekit/cmdb/handlers/cmdb.py:568 | ||
msgid "【当前实例对象】" | ||
msgstr "【current instance object】" |
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.
单个词组,至少是首字母要大写
No description provided.