Ability to translate the group name into other languages
Change-Id: Ie126ecae16f9944096b3359195c873c0ddfcef28 Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
PANEL_GROUP = 'rating'
|
||||
PANEL_GROUP_NAME = 'Rating'
|
||||
PANEL_GROUP_NAME = _('Rating')
|
||||
PANEL_GROUP_DASHBOARD = 'admin'
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
PANEL_GROUP = 'rating'
|
||||
PANEL_GROUP_NAME = 'Rating'
|
||||
PANEL_GROUP_NAME = _('Rating')
|
||||
PANEL_GROUP_DASHBOARD = 'project'
|
||||
|
||||
Reference in New Issue
Block a user