Hi there,
I have a problem with the replacement of piece of translations set into
the yml file with dynamic content.
Like, I have this is my view :
<h1><%= I18n.t :home_welcome2, :test=>"plop" %></h1>
and here is my en.yml :
en:
home_welcome2: "Welcome to my site {{test}}"
Test is not replaced by "plop" anymore, it just displays plainly
{{test}}. It USED to work perfect (this site is under dev) but I really
can't find out what broke it.
- removing everything from the en.yml file BUT the two lines above
doesn't help.
- remove everything in the view but this line, as a test, doesn't help
- tried to replace {{test}} by #{test} but it doesn't help either
(anyway, {{test}} was working before)
Has anyone an idea about what could conflict or make the translation
files not accept parameters ?
This site uses :
Ruby 1.8.7
Rails 2.5.8
I18n gem seems to be 0.5
Thanks to anyone who can help about this :S
By the way, happy new year everyone :)
on 2011-01-05 06:00
on 2011-01-05 09:28
On Wed, Jan 5, 2011 at 06:00, Lily ^_^ <lists@ruby-forum.com> wrote: > > - tried to replace {{test}} by #{test} but it doesn't help either > (anyway, {{test}} was working before) > Does %{test} work? I believe that's the new syntax.
on 2011-01-05 16:22
O_o It works ! Thanks a lot ! I'm just... puzzled. What can I have changed so this new syntax would be required ?
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.