Closed
Bug 1836117
Opened 2 years ago
Closed 1 year ago
Page translation doesn't work on https://mrotherguy.github.io/fx-nightly-changelog/
Categories
(Firefox :: Translations, defect, P3)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox115 | --- | affected |
People
(Reporter: gregp, Unassigned)
References
(Blocks 1 open bug, )
Details
Attachments
(3 files)
Steps to reproduce:
- Navigate to https://mrotherguy.github.io/fx-nightly-changelog/
- Open the app menu
- Select "Translate Page..."
- Select "Estonian" as the language to translate to
- Press "Translate"
Actual results:
Page glitches out, a bunch of content disappears
Expected results:
Page translates normally
Reporter | ||
Updated•2 years ago
|
Type: task → defect
Comment 1•2 years ago
|
||
This appears to be an issue with the estonian model, it translates fine on en -> es.
Comment 2•2 years ago
•
|
||
This is what gets sent in to the Estonian model.
<a slot="bug-id" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1835681" title="RESOLVED" data-moz-translations-id="0">#1835681 R</a><span slot="bug-component" data-moz-translations-id="1">[Core:CSS Parsing and Computation]</span><span slot="bug-description" data-moz-translations-id="2">Update bitflags in the dom and style crates</span>
The markup that comes out is mangled:
<a slot="bug-id" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1835681" title="RESOLVED" data-moz-translations-id-0">#1835681 R</a><span slot="CSbug-komponent" data-moz-translations-id=">/Core:CSS Parsing and Computation/</span>span span sbug-bug-" data-moz-translation-id="2">Update bit lipud dom ja stiil kraatrid</span>
Specifically this is broken: data-moz-translations-id="
This is an upstream issue with Bergamot.
Reporter | ||
Comment 3•2 years ago
|
||
Looks like the French model is also having a moment
Updated•2 years ago
|
Comment 4•2 years ago
|
||
French model output:
'a slot'"bug-id" href-" https://bugzilla.mozilla.org/show-bug.cgi?id-1835681" title"" data-moz-translations-id-0"-1835681 R-/a-span slot-span-""""s-com-straducts-moz-translations-moz-transls"bug-description" data-moz-translations-id-2"--Mettre à jour les pavages dans les dom et les caisses de style
Comment 5•2 years ago
|
||
Wait, my examples may not be correct. I thought I had turned on useHTML, but I guess I didn't refresh the test page. Estonian output looks correctly formed.
<a slot="bug-id" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1835681" title="RESOLVED" data-moz-translations-id="0">#1835681</a> <span slot="bug-component" data-moz-translations-id="1">R-Core:CSS Parsing ja</span> <span slot="bug-description" data-moz-translations-id="2">Arvutus-Update bit lipud dom ja stiilis kraatsid</span>
As well as this one:
<a slot="bug-id" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1835681" title="RESOLVED" data-moz-translations-id="0">R</a><span slot="bug-component" data-moz-translations-id="1">[Core:CSS Parsing and Computation)</span><span slot="bug-description" data-moz-translations-id="2">Mise</span> <span slot="bug-component" data-moz-translations-id="1">à</span> <span slot="bug-description" data-moz-translations-id="2">jour des basflags dans les caisses dom et de style</span>
So it could be a Gecko bug.
Reporter | ||
Comment 6•2 years ago
|
||
Bulgarian model is also not having a good day
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•