﻿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
18075	"LOCALE_PATHS needs "","" at the end of the locations"	Stefano Vettorazzi Campos	nobody	"I have wrote it in settings.py:

{{{
LOCALE_PATHS = (
    ""/home/ubuntu/.../locale""
)
}}}

But translation didn't work.

Then I have wrote:

{{{
LOCALE_PATHS = (
    ""/home/ubuntu/.../locale/"",
)
}}}

And it works.

It took me one day for me to realize! HaHaHa"	Bug	closed	Translations	dev	Normal	invalid		Stefano Vettorazzi Campos	Unreviewed	0	0	0	0	0	0
