How do I switch Ruby-on-Rails into en-UK
Posted
by Nick Clarke
on Stack Overflow
See other posts from Stack Overflow
or by Nick Clarke
Published on 2010-05-10T08:50:46Z
Indexed on
2010/05/10
8:54 UTC
Read the original article
Hit count: 296
ruby-on-rails
|i18n
Hi,
I'm trying to switch one of my websites into en-UK so that I get the correct date and currency formats etc...
I have found this yaml file:
http://github.com/mattetti/globalite/blob/master/lang/rails/en-UK.yml
Any ideas if there is a better one to use?
I also checked here but could not see it:
http://github.com/svenfuchs/rails-i18n/tree/master/rails/locale
Thanks, Nick
© Stack Overflow or respective owner