Rails 3.1 list of supported locales

Hi,

  1. What s the best way to get a list of all supported locales in a
    rails 3.1 app?
  2. What s the best way to iterate them to generate javascript code for
    each locale using corresponding translations?

Thanks a lot in advance…
Volker

Hi Volker,

There is no real limit to which locales are supported, you can create
your own if you like. A good list of pre-made translations for rails
are available at: GitHub - svenfuchs/rails-i18n: Repository for collecting Locale data for Ruby on Rails I18n as well as other interesting, Rails related I18n stuff

You can get a list of all locales for which you have translations with
I18n.available_locales.

– iain

Hi,

thanks a lot will try out available_locales call.


Volker

My question was more like, which locales are actually supported by an
application.

Hi,

Just wanted to add to Iain answer, that locale can be whatever come to
your
mind. For example: I18n.locale = :bonus_language_ex
just make sure your have yaml file bonus_language_ex.yml in your locale
(this is if you use simple locale).

On Sat, Jun 25, 2011 at 9:57 AM, Iain H. [email protected] wrote:

http://groups.google.com/group/rails-i18n?hl=en.
http://groups.google.com/group/rails-i18n?hl=en.