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
(GitHub - joshmh/globalize2: The second incarnation of Globalize for Rails) which isn’t very in-depth.
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
(GitHub - joshmh/globalize2: The second incarnation of Globalize for Rails) which isn’t very in-depth.
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
(GitHub - joshmh/globalize2: The second incarnation of Globalize for Rails) which isn’t very in-depth.
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.