Hi again!
Almost done now :)
If I translate my model like in the example:
#models:
# For example,
# user: "Dude"
# will translate User model name to "Dude"
I get "translation data {:user=>"Dude"} can not be used with :count =>
1"
(first question: why is there an example that does not work?)
If I fix it to something like:
models:
message:
one: "{{count}} Dude"
other: "{{count}} Dudes"
the error message changes to:
translation data {:user=>{:other=>"{{count}} Dudes", :one=>"{{count}}
Dude"}} can not be used with :count => 1
any idea?
Thanks, again :)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---