Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Problem with translation for Target dropdown in LinkItem editor

Vote:
0

We discovered that the dropdown for link target (Open in new window/Open in current window) has become translated to the same thing (Öppna i nytt fönster/Öppna i nytt fönster). It does however render the correct _target-attribute, so it's just the translation that's wrong.

#299649
Apr 06, 2023 9:39
Vote:
2

Yep looks like a bug. You can workaround this by adding a custom translation file to your solution like this:

<?xml version="1.0" encoding="utf-8"?>
<languages>
  <language name="svenska" id="sv">
    <frames>
      <frame name="_blank">
        <description>Öppna i nytt fönster</description>
      </frame>
      <frame name="_top">
        <description>Öppna i hela fönstret</description>
      </frame>
    </frames>
  </language>
</languages>
#299653
Apr 06, 2023 10:12
Vote:
0

Same in Dutch.

Thanks for the workaround!

#304223
Jun 28, 2023 8:43
Vote:
0
#304292
Jun 29, 2023 7:12
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.