Hmm. How about we just make

  I18n.language == :en
  I18n.locale == :"en-US"

with I18n.language defaulting to I18n.locale.split("-")[0] ?

What do you think?

On Sun, Nov 16, 2008 at 2:26 PM, José Valim <[EMAIL PROTECTED]> wrote:

>
> Can't we implement it in a way we will define how Rails locale should
> be called?
>
>  I18n.rails_locale = :en
>
> And those who want "en-US":
>
>  I18n.rails_locale = :"en-US"
>
> The default could be "en-US" since it's more "complete", who is not
> satisfied can change it for whatever they want.
>
>
>


-- 
Yaroslav Markin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"rails-i18n" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rails-i18n?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to