Rails3 available_locales empty array

Hi.

I’m trying to get the available locales in a rails3 project using

I18n.available_locales
or
I18n.backend.available_locales

The result is always an empty array. The translations are loaded
correctly though, I can use them in the project.


M.

Hi,

I cannot reproduce your problem. In a clean Rails 3.0.1 app I can see
the available locales from both the Rails console and displayed from
the controller.

Have you customized any settings by any chance?

Sorry for the late response, btw?

Cheers, iain