From 76766ebc2366015f67c8cb99a59f8b1de5a39c28 Mon Sep 17 00:00:00 2001 From: zhangzhanwei Date: Mon, 8 Sep 2025 10:24:35 +0800 Subject: [PATCH] fix: Information regarding role permissions management has not been internationalised. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1061417 --user=张展玮 【国际化BUG】2.10版本,角色权限管理的信息没有国际化 https://www.tapd.cn/62980211/s/1768834 --- apps/common/constants/permission_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/constants/permission_constants.py b/apps/common/constants/permission_constants.py index 514396f3f..dbd6fe913 100644 --- a/apps/common/constants/permission_constants.py +++ b/apps/common/constants/permission_constants.py @@ -10,7 +10,7 @@ from functools import reduce from typing import List from django.db import models -from django.utils.translation import gettext as _ +from django.utils.translation import gettext_lazy as _ from maxkb import settings