Reescaping after reading properties file to messages object
Closed this issue · 0 comments
blaubaer commented
File content with:
foo.bar = Now is \n{time,datetime}.
Will result in Message object containing patterns with
Now is \n{\time,da\te\time}.
but expected is
Now is \n{time,datetime}.