mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Information regarding role permissions management has not been internationalised.
--bug=1061417 --user=张展玮 【国际化BUG】2.10版本,角色权限管理的信息没有国际化 https://www.tapd.cn/62980211/s/1768834
This commit is contained in:
parent
c80ba0128f
commit
966d1c3dce
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue