﻿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
24091	compilemessages does not detect missing variables in djangojs.po files	Philipp Metzler	nobody	"If django.po contains these lines:

{{{
msgid ""This is a string with a %(variable)d.""
msgstr ""Das ist eine Zeichenkette ohne Variable.""
}}}

This error will occur when compiling with
{{{
django-admin.py compilemessages
}}}

''a format specification for argument »variable« doesn't exist in »msgstr«''

BUT if a translation file for JavaScript djangojs.po contains the same lines no error will occur and this mistake will not be discovered until you stumble upon it by chance.

https://docs.djangoproject.com/en/1.7/topics/i18n/translation/#creating-message-files-from-javascript-source-code"	Bug	closed	Internationalization	1.7	Normal	wontfix			Unreviewed	0	0	0	0	0	0
