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