Globalize2 advice needed

1 view
Skip to first unread message

Max Williams

unread,
Feb 8, 2010, 7:57:58 AM2/8/10
to rails...@googlegroups.com
Hey all

I'm doing my first i18n app in rails 2.3.4. I installed the globalize2
plugin and am now struggling to understand what's going on - there's not
much documentation i can see for globalize2 besides the home page
(http://github.com/joshmh/globalize2#readme) which isn't very in-depth.

Does most of the documentation for globalize (eg
http://globalize-rails.org/wikipages/getting-started#install) apply?
Globalize2 says it hooks into i18n which comes shipped with rails post
2.2, so should i just be following the i18n documentation instead?
(http://guides.rubyonrails.org/i18n.html)

Do i even need to use globalize2? Is it better to just stick with rails
built in i18n? Globalize doesn't seem to be compatible with rails 2.2.

Kind of confused, basically, grateful for any advice.

thanks, max
--
Posted via http://www.ruby-forum.com/.

Henrik Nyh

unread,
Feb 8, 2010, 8:42:26 AM2/8/10
to rails...@googlegroups.com
On Mon, Feb 8, 2010 at 13:57, Max Williams <li...@ruby-forum.com> wrote:
> Hey all
>
> I'm doing my first i18n app in rails 2.3.4.  I installed the globalize2
> plugin and am now struggling to understand what's going on - there's not
> much documentation i can see for globalize2 besides the home page
> (http://github.com/joshmh/globalize2#readme) which isn't very in-depth.

The built-in i18n does a lot. I think all Globalize2 adds is model
translations (translating attributes like item.description or
whatever). I prefer http://github.com/iain/translatable_columns/ for
that. For translations in controllers, views, mailers, helpers etc,
i18n is all you need.

Max Williams

unread,
Feb 8, 2010, 10:52:46 AM2/8/10
to rails...@googlegroups.com

Thanks Henrik. I ended up ditching globalize2 and just using I18n. I'm
currently looking at the translate routes plugin
(http://github.com/raul/translate_routes) for handling my urls. Looks
good.

cheers, max

Andrés gutiérrez

unread,
Feb 8, 2010, 12:09:25 PM2/8/10
to rails...@googlegroups.com
My advise is: First learn I18n and then learn Translate routes o Globalize. Step by step. I'm newbe too

2010/2/8 Max Williams <li...@ruby-forum.com>
--
You received this message because you are subscribed to the Google Groups "rails-i18n" group.
To post to this group, send email to rails...@googlegroups.com.
To unsubscribe from this group, send email to rails-i18n+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rails-i18n?hl=en.




--
Experiencia es lo que obtienes, cuando no obtienes lo que quieres.
-----------------------------------------------------------------------------
"Caminar sobre el agua y desarrollar software a partir de unas
especificaciones es fácil. si ambas están congeladas."
Edward V. Berard, ingeniero informático.

Max Williams

unread,
Feb 8, 2010, 12:25:54 PM2/8/10
to rails...@googlegroups.com
Hi Andres, i think you're right. The translate_routes plugin is great
btw. Not only does it seamlessly prefix the country code into the url
but also it translates the url if it finds a translated section. So you
would have

/my-account

in english, and

/de/mein-konto

in german, with no work required other than putting an entry for
my-account into your strings file. In your code you still just refer to
it as "account_path" or whatever.

grimen

unread,
Feb 9, 2010, 1:56:07 PM2/9/10
to rails-i18n
Yes, totally. Globalize2 just messed up things for me when I tried it
a year ago, so I successfully rolled with http://github.com/janne/model_translations
instead which together with I18n and minor tweaks do what Globalize 2
do. Globalize 1 made sense, Globalize 2 is not - I would state.

grimen

Max Williams

unread,
Feb 10, 2010, 4:07:18 AM2/10/10
to rails...@googlegroups.com
Thanks grimen!
Reply all
Reply to author
Forward
0 new messages