Closed
Bug 1126171
Opened 10 years ago
Closed 10 years ago
Line feeds in string used to generate Hello invitation emails is not parsed correctly by tools
Categories
(Hello (Loop) :: Client, defect)
Hello (Loop)
Client
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: flod, Unassigned)
Details
As noted in bug 1113090, the "\r\n" combination generates issues with external localization tools. From a localizer point of view, it also makes the string quite unreadable.
Original string: http://hg.mozilla.org/releases/mozilla-aurora/file/default/browser/locales/en-US/chrome/browser/loop/loop.properties#l68
share_email_body4=Hello!\r\n\r\nJoin me for a video conversation using {{clientShortname}}:\r\n\r\nYou don't have to download or install anything. Just copy and paste this URL into your browser:\r\n\r\n{{callUrl}}\r\n\r\nIf you want, you can also learn more about {{clientShortname}} at {{learnMoreUrl}}\r\n\r\nTalk to you soon!
This is the exported results (\r is lost)
http://hg.mozilla.org/releases/l10n/mozilla-aurora/cy/file/d31dcb9f223d/browser/chrome/browser/loop/loop.properties#l68
share_email_body4=Helo! \n\nYmunwch â mi mewn sgwrs fideo gan ddefnyddio {{clientShortname}}: \n\nDoes dim rhaid i chi lwytho i lawr na gosod dim. Dim ond copïo a gludo'r URL yma i'ch porwr: \n\n{{callUrl}} \n\nOs hoffech chi, mae modd dysgu rhagor am {{clientShortname}} yn {{learnMoreUrl}} \n\nEdrych ymlaen am sgwrs!
I'm not sure if we can split this string up, because localizers will loose control over the empty lines.
Comment 1•10 years ago
|
||
Francesco, we're now using \n everywhere as a result of other bugs. Is there anything more we need here or can we close this bug?
Flags: needinfo?(francesco.lodolo)
Reporter | ||
Comment 2•10 years ago
|
||
(In reply to Mark Banner (:standard8) from comment #1)
> Francesco, we're now using \n everywhere as a result of other bugs. Is there
> anything more we need here or can we close this bug?
Yes, we can close this one. Not sure what's the proper resolution though (WORKSFORME given that's been fixed elsewhere?).
Flags: needinfo?(francesco.lodolo)
Comment 3•10 years ago
|
||
Thanks, yeah lets go WFM.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•