Closed paolofulgoni closed 10 years ago
Could you please check that you are simply not hitting a MessageFormat syntax issue? I believe single quote has to be escaped as two consequtive single quotes.
You can also disable MessageFormat'ting with raw=false
. See here:
https://github.com/rodionmoiseev/c10n/wiki/Overview#disabling-message-formatting
You're perfectly right, sorry for wasting your time!
No probs, thanks.
Consider a translation containing the apostrophe char
'
like in the following example:Calling the
apostropheIssue()
method on the concrete class generated by C10N will result in the stringLItaliano
(i.e. the apostrophe is missing).I've just created a JUnit test for this that I'm going to commit...