4 lines
148 B
Python
4 lines
148 B
Python
from django.utils.translation import ugettext_lazy as _
|
|
|
|
link_tools = {'text': _(u'Tools'), 'view': 'project_tools:tools_list', 'famfam': 'wrench'}
|