Merge pull request #9331 from lijiming/develop

fix: add translation for Leaderboard Title
This commit is contained in:
mergify[bot] 2020-01-21 04:33:11 +00:00 committed by GitHub
commit 4a8208c729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -13,7 +13,7 @@ class Leaderboard {
constructor(parent) {
frappe.ui.make_app_page({
parent: parent,
title: "Leaderboard",
title: __("Leaderboard"),
single_column: false
});
this.parent = parent;

View file

@ -4046,3 +4046,5 @@ apps/frappe/frappe/public/js/frappe/web_form/web_form.js,Saved Successfully,保
apps/frappe/frappe/core/doctype/user/user.py,Please ask your administrator to verify your sign-up,请向管理员询问,以确认您的注册
DocType: Domain Settings,Active Domains,活动域
apps/frappe/frappe/public/js/integrations/razorpay.js,Show Log,显示日志
apps/frappe/frappe/desk/page/leaderboard/leaderboard.js,Leaderboard,排行榜
apps/frappe/frappe/config/desktop.py,Leaderboard,排行榜

1 apps/frappe/frappe/utils/change_log.py New {} releases for the following apps are available 可以使用以下应用程序的新{}版本
4046
4047
4048
4049
4050