Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-77672

French translation of attaching screenshot is not decoded correctly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Low
    • None
    • 9.8.1, 9.12.2, 9.15.1
    • Translations
    • None

    Description

      Problem

      The value of "Joindre une capture d'Ă©cran" in the French translation pack does not show up correctly

      Environment

      Jira 9.12.2

      Steps to Reproduce

      • Set up Jira's language to French in System-General settings
      • Open a ticket and expand the more many to see the hidden options

      Expected Results

      Jira will show "Joindre une capture d'Ă©cran" as an option

      Actual Results

       Jira shows "Joindre une capture d&..." which is incorrect because it can't decode the "Accent aigu" character

      Workaround

      Go to your announcement banner Configuring an announcement banner and set the following value with private visibility.

      <script language="JavaScript" type="module">
        jQuery(document).ready(function () {
          $('span:contains("Joindre une capture")').text('Joindre une capture d\'Ă©cran');
        });
      </script>

      Note : Injecting Javascript using the announcement banner might interfere with other plugins functions , please test the workaround on non-prod first.

      Attachments

        Activity

          People

            Unassigned Unassigned
            f0ea184c9b1c Mohamed Kouki
            Votes:
            2 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:

              Backbone Issue Sync