Forum Discussion
Yingstar
Feb 12, 2023Copper Contributor
Microsoft edge BUG, which has lasted for a long time
When the translated English content contains dates, for example: Your membership will end on August 11, 2023 The built-in translation plug-in of edge browser will translate the content as follows: ...
atlanto
Feb 14, 2023Iron Contributor
Ah indeed. When I performed "Translate selection to Japanese" with "Your membership will end on August 11, 2023" selected, Edge sent requests to the server api.cognitive.microsofttranslator.com (or edge.microsoft.com/translate/) and received a response as below.
[{"detectedLanguage":{"language":"en","score":1.0},"translations":[{"text":"メンバーシップは2023年8月11日に終了します","to":"ja","sentLen":{"srcSentLen":[43],"transSentLen":[24]}}]}]
Translated text is correct, perfect. However, Edge damages it on the page as
メンバーシップは11年2023月<>日に終了します
It is broken...