I want to have a sentence that contains elements i already have
translations for.
I already have:
      <%= t 'nested' %>
      <%= t 'be_cool' %>

This is my sentance:
      "This is an example of where nested translations would be cool."

Is there anyway to have something like this in my yml file??

en:
  nested: "nested"
  be_cool: "be Cool"
  the_sentence_with_nested_elements: "This is an example of where
                                     <%= t 'nested' %> translations
would
                                     <%= t 'be cool' %>."


Any help or insight is appreciated, If this isn't possible...let me
know!!
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Railsi18n-discussion mailing list
Railsi18n-discussion@rubyforge.org
http://rubyforge.org/mailman/listinfo/railsi18n-discussion

Reply via email to