﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
9710	Models translations in applications does not work	me_22	nobody	"There is a project and an application with a model like this:

{{{
from django.utils.translation import gettext_lazy as _
class MODEL(models.Model):
    name = models.TextField(_(""NAME""))

}}}


When creating the *.po file running manage.py makemessages in the application directory and translating and compiling messages, it does not work in the admin panel. It behaves like there isn't any translation.

All works when I create translations in the project directory, then everything is OK without any changes in the settings.py file or anything else.

I can't have translations for the whole project as I need to have some applications in many projects so I want to translate the models once. "		closed	Internationalization	dev		worksforme			Unreviewed	0	0	0	0	0	0
