You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-l10n, Michal Vašíček
Hi.
We are facing a problem with one fennec string, partially because how it
was escaped by Pontoon and partially how the string is. I am talking
about tab_queue_notification_settings in
mobile/android/base/android_strings.dtd. Dashboard is complaining
<https://l10n.mozilla.org/dashboard/compare?run=569064> about unescaped
/"/ (which is copied from English) and I am complaining about
/\'/ placed to our translation, where /\'/ in original is. ;)
So when exporting translations, Pontoon replaces quotes (") with
\" and apostrophes (') with \'. The original string however
contains " without the backslash, which is not allowed. And if
you re-use it in the translation, it breaks.
To fix the error, you can replace " with " in your translation.
But you might need to do it again after the original string changes.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Matjaz Horvat, dev-l10n, Michal Vašíček
Thank you for the info. If the string is going to change, but keep the
entity name, I will rather remove it from our translation now and wait
until it's fixed, so we won't forget.