﻿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
25162	Internationalization of static JS	Rignon Noël	nobody	"I want to translate a part of my JS in Django.

I've try the command 
{{{
python manage.py makemessages -d djangojs
}}}

but it take only file in ''TEMPLATE_DIRS'' in the ''settings.py''

I've try to set a JS in a template directory, and it work perfectly.

I've the ''djangojs.po'' and i can generate the ''.mo'' when i compile.

So it's a bug or how make message in static file ?

My architecture:

 - myapp 
  - locale 
  - static 
     - myapp 
         - js 
             - try.js 
  - template
     - myapp
         - try.html
  - views.py
  - urls.py
  - [...]"	Uncategorized	closed	Internationalization	1.8	Normal	invalid			Unreviewed	0	0	0	0	0	0
