gallery: add translation for application name (#39504)

This commit is contained in:
Frédéric Péters 2020-02-03 18:55:04 +01:00
parent 90f166505b
commit cfa9eedcd0
1 changed files with 3 additions and 0 deletions

View File

@ -15,9 +15,12 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import django.apps
from django.utils.translation import ugettext_lazy as _
class AppConfig(django.apps.AppConfig):
name = 'combo.apps.gallery'
verbose_name = _('Gallery')
def get_after_manager_urls(self):
from . import urls