I was looking at some python code and saw this:
class ActionListFilter(admin.SimpleListFilter):
title = _('action')
Is _('action')
method of a tuple? Is that a coding "convention"?
Sorry if this a duplicate, but it hard to search for _()
in SO or web search engines.