|
| Version: |
17.10.0 |
| Description: |
Reproduction steps: * Import the attached XAR * Open the imported page
Expected result: * It should display: {noformat} 0 with 'quotes'
10 with 'quotes' {noformat}
Obtained result: * it displays: {noformat} 0 with 'quotes'
10 with ''quotes'' {noformat}
--- Previous description --- For example, for the like UI for XWIKI-18545, we have the following translation (in french):
{noformat} like.likers.link.zero={0} J''aime {noformat}
(the doubled single quote is needed because it's a parametrized message and this is the format for such messages).
When used from velocity, it displays as "0 J'aime" (correctly), when fetched from javascript using the xwiki-l10n API added by XWIKI-18973, it shows "0 J''aime" (incorrectly). |
| Attachment: |
TestLikeTranslation.WebHome.xar |
|