This project is archived and is in readonly mode.
starting a translation with an interpolation without quotations provokes error
Reported by Florent2 | November 3rd, 2009 @ 08:43 PM
In a YAML translation file the translation
time_ago: {{duration}} ago
provokes an error: "syntax error" raised during the YAML file parsing
whereas
time_ago: ago {{duration}}
or
time_ago: '{{duration}} ago'
or
time_ago: "{{duration}} ago"
do not
Tested with Rails 2.3.4
This is an edge case, maybe just mentioning it in the doc is enough if it is hard to fix.
Comments and changes to this ticket
-
Rohit Arondekar October 6th, 2010 @ 06:36 AM
- State changed from new to stale
- Importance changed from to
Marking ticket as stale. If this is still an issue please leave a comment with suggested changes, creating a patch with tests, rebasing an existing patch or just confirming the issue on a latest release or master/branches.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>