﻿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
34021	collect_translations	Mahdi Firouzjah	nobody	"according to a situation that I had some texts and words marked for translation that tey were also used in some djnago apps as well. my LOCALE_PATH was set to the root of project and all the marked strings were collected there but the ones in common with django apps were not translated according to what I provided and instead they were following django's translation.
so it seems that inorder to fix this conflict I have to use [https://docs.djangoproject.com/en/4.1/topics/i18n/translation/#contextual-markers contextual-markers], both in python files and templates but there are so many strings and it is possible to miss some.
so I'm requesting a feature like `collectstatic` so to collect all the translation marked strings of all apps(django's default apps, user defined apps, third party packages, etc.) in a specified path so to have more control over what is going on."	New feature	closed	Internationalization	4.0	Normal	invalid	translation contextual-markers		Unreviewed	0	0	0	0	0	0
