4 lines
145 B
Python
4 lines
145 B
Python
from django.utils.translation import ugettext_lazy as _
|
|
|
|
link_setup = {'text': _(u'Setup'), 'view': 'project_setup:setup_list', 'famfam': 'cog'}
|