update core.py label and zh po file (#2642)

This commit is contained in:
Rogan 2017-04-20 03:46:07 +08:00 committed by Maxime Beauchemin
parent 5b26667fd5
commit 1cadfecd4b
3 changed files with 721 additions and 1672 deletions

2383
superset/translations/zh/LC_MESSAGES/messages.po Executable file → Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2235,16 +2235,22 @@ appbuilder.add_view_no_menu(CssTemplateAsyncModelView)
appbuilder.add_link(
'SQL Editor',
label=_("SQL Editor"),
href='/superset/sqllab',
category_icon="fa-flask",
icon="fa-flask",
category='SQL Lab')
category='SQL Lab',
category_label=__("SQL Lab"),
)
appbuilder.add_link(
'Query Search',
label=_("Query Search"),
href='/superset/sqllab#search',
icon="fa-search",
category_icon="fa-flask",
category='SQL Lab')
category='SQL Lab',
category_label=__("SQL Lab"),
)
@app.after_request