I'd like to do the following (only because it is elegant to do it here than in Java/javascript code)
messages file
-------------
greeting=hello
message= ?greeting? world!
|
I'd like to do the following (only because it is elegant to do it here than in Java/javascript code)
|
|||
|
|
|
According to the play framework code (play.i18n.MessagesPlugin and play.i18n.Messages) this is not supported. |
|||
|
|