I\'m trying to render a template in a different language using i18n. I did everything I could read about, from setting the language code, creating and compiling translation
I had the same issues, it seems that your locale path have to end with a slash :
LOCALE_PATHS = ( '/dir/to/my/locale/', )