Add warning message to import translations after enabling Interface Translation

Created on 5 November 2015, over 8 years ago
Updated 3 March 2024, 5 months ago

Problem/Motivation

When interface translation is installed after language the interface translations are not downloaded.

Steps to reproduce

  1. from a fresh Drupal 8.0.0-rc3 standard install, enable "Language"
  2. go to admin/config/regional/language and add a new language
  3. enable "Interface translation"

Expected behaviour
Translations of the user interface should have been imported.

What happens instead
User interface appears not translated when switching to the given language

Currently available workaround
From there, the following works fine:

  1. delete the given language
  2. add the given language again (while "Interface Translation is still enabled): then import process happens as expected, and the user interface appears translated (apart from the part currently missing, but this is another point)

Proposed resolution

  1. when enabling "Interface Translation", warn that there are translations ready for import, with a link

Remaining tasks

review
commit

User interface changes

API changes

none

Data model changes

none

Release notes snippet

🐛 Bug report
Status

Fixed

Version

10.2

Component
Locale 

Last updated about 17 hours ago

Created by

🇫🇷France cFreed

Live updates comments and jobs are added and updated live.
  • Usability

    Makes Drupal easier to use. Preferred over UX, D7UX, etc.

Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇩🇪Germany sleitner

    Enable "Interface Translation" still doesn't import translations for an already defined language in 10.1.6.

    The user can import the translation easily here /admin/reports/translations: Check manually click Update translations

    There should be a message after enabling "Interface Translation" which guides the user to /admin/reports/translations

  • Pipeline finished with Failed
    8 months ago
    Total: 864s
    #55391
  • Status changed to Needs review 8 months ago
  • Status changed to Needs work 8 months ago
  • 🇺🇸United States smustgrave

    If the ticket is to now display a message instead can the issue summary/title be updated to reflect that.

    With a new message a screenshot of the new UI should be added to the issue summary also.

    Believe we will test coverage for this.

    Thanks!

  • Pipeline finished with Canceled
    8 months ago
    Total: 412s
    #58229
  • Status changed to Needs review 8 months ago
  • Pipeline finished with Success
    8 months ago
    Total: 832248s
    #58231
  • Status changed to RTBC 8 months ago
  • 🇺🇸United States smustgrave
    1) Drupal\Tests\locale\Functional\LocaleInstallTest::testLocaleInstallMessage
    Element matching xpath "//div[@data-drupal-messages]//div[(contains(@aria-label, "Warning message") or contains(@aria-labelledby, "warning")) and contains(., "Available translation updates")]" not found.
    /builds/issue/drupal-2609256/core/tests/Drupal/Tests/WebAssert.php:830
    /builds/issue/drupal-2609256/core/modules/locale/tests/src/Functional/LocaleInstallTest.php:43
    /builds/issue/drupal-2609256/vendor/phpunit/phpunit/src/Framework/TestResult.php:728
    FAILURES!
    

    Ran the test-only feature and shows the test coverage of the new message. Tried to find an existing file this could go to but didn't see one that made sense for just a message.

    Applied the MR and locally am seeing the warning message now also.

  • 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10

    I've pinged the UX team in slack to give them a chance to confirm they're happy with the text of the message.

  • Status changed to Needs review 7 months ago
  • 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10

    Putting to NR to give UX team a chance to review. I'll keep an eye on this one, feel free to ping me if its sitting a while.

  • 🇬🇧United Kingdom AaronMcHale Edinburgh, Scotland

    Adding tag per #29.

  • 🇩🇪Germany rkoller Nürnberg, Germany

    Usability review

    We've discussed this issue at 📌 Drupal Usability Meeting 2023-12-22 Needs work . The direct link to the recording is https://www.youtube.com/watch?v=WXxcozzJpmY .

    For the record, the attendees at the usability meeting were @AaronMcHale, @benjifisher, @rkoller, and @worldlinemine.

    We’ve briefly revisited the issue at 📌 Drupal Usability Meeting 2023-12-29 Active . That issue will have a link to a recording of the meeting.

    For the record, the attendees at the usability meeting were @AaronMcHale, @benjifisher, @rkoller, and @worldlinemine.

    If you want more feedback from the usability team, a good way to reach out is in the #ux channel in Slack.

    In general there was a consensus that having an informational as well as actionable message is a good thing. During the meeting we've followed the points listed in the Steps to reproduce section adding German as the second language on a Drupal 11.x-dev install with the MR applied. At first a list of things we’ve noticed:

    • Not related and entirely out of scope for this issue, after installing a second language the status message on /admin/config/regional/language has a link called block administration page<code> (<code>Use one of the language switcher blocks to allow site visitors to switch between languages. You can enable these blocks on the block administration page.). Block administration page is not clear, it could either refer to /admin/content/block (you administer, edit and delete, blocks there) or /admin/structure/block. On the block layout page nor on /admin/content/block the term “block administration” is used either. It might be a good thing to keep the wording consistent across admin pages and avoid ambiguity by directly calling it "block layout page" in that info message.
    • It is a good thing that the order of the status message and the warning message changed with the patch applied and that the warning message is first in line now.
    • The warning message Go to Available translation updates in order to download translations for your languages. sort of "fools” the user creating the expectation being able to download the available translation updates on the linked page. Instead you are just presented the German language with the status "Missing translations for one project”. There is no apparent direct way to act upon. If you manually check for available updates the translation is still missing. After the meeting @benjifisher and me continued the discussion on Slack and tested the patch on a install of Drupal 10.2. There the user also gets sort of “fooled” since the status shows “Missing translations for one project” as well and no direct call to action is available. The only difference when you click Check manually, checking for available updates, an available update for German is shown now (in contrast to 11.x, a German translation is available for 10.2.x).
    • In regards of the microcopy the order of the points made with the current warning message “ Go to Available translation updates in order to download translations for your languages.” might be improved. At the moment the action is front-loaded and the information why the action aka the link is necessary at all comes at the end.
    • It was noted that the warning message is only shown directly after the interface translation module is installed. In case the call to action to go to the available translations updates page isn’t directly responded to the warning message isn’t shown on any subsequent page the user is visiting afterwards. If someone was not closely reading, was with the thoughts and focus somewhere else, and or has a small working memory, the fact that translations are available could be completely missed or forgotten.
    • It was also asked why the translation isn’t downloaded automatically when the interface translation module is installed and one or more languages were already being added beforehand. It would be nice if that extra step of going to the available translation updates page wouldn’t be required - as voiced in other comments in this issue as well. But completely out of the scope for this issue.
    • If you check /admin/reports/dblog the entry No configuration objects have been updated. of the type locale is not very informativ nor helpful. Without any context it is difficult to figure out what lead to that log entry and how to actually fix it.

    There was a consensus about the following recommendations:

    1. Change the message from Go to <a>Available translation updates</a> in order to download translations for your languages. to Check <a>available translations</a> for your language(s).. We've tried to avoid the term update in that context. It feels more like in this case the translation is initially added here instead of being updated.
    2. Change the url for the available translations link from
      /admin/reports/translations to /admin/reports/translations/check?destination=/admin/reports/translations. That way the user is directly presented the action to download the translations - no extra step required.

    About the message after the interface translations module is installed and the log message the group came up with two suggestions:

    • With the available translations link's url changed to /admin/reports/translations/check?destination=/admin/reports/translations there is no “real” apparent failing of the system. Therefore the suggestion was to use instead of a warning message an info message.
    • In regards of the log message the initial idea was to use the message from the available translation updates page including a link to the reports page. But already during the follow up discussions on Slack we've gotten away from the suggestion providing an actionable link on a log entry. And it is also the question how helpful the message from the available translations updates page would be on it's own as a log message.
  • Status changed to Needs work 7 months ago
  • 🇺🇸United States smustgrave

    Thanks for the great detail and for the ux team taking a look!

    Moving to NW for the recommendations.

  • Pipeline finished with Failed
    7 months ago
    Total: 174s
    #72410
  • Pipeline finished with Failed
    7 months ago
    Total: 173s
    #72416
  • Pipeline finished with Failed
    7 months ago
    Total: 519s
    #72419
  • Status changed to Needs review 7 months ago
  • 🇩🇪Germany sleitner

    message and url are updated following the recommendations.

  • 🇩🇪Germany rkoller Nürnberg, Germany

    @smustgrave thanks for setting the issue to needs work back then. i completely forgot to change the status after posting the comment.

    @sleitner Thank you, I've manually tested the latest changes. The status message looks good

    and the link correctly points to the available translation updates page now:

    The only odd thing is that the available language isn't vertically centered and is shifted towards the top of the box it is contained in. But I've tested the same without the patch applied and the shift is there as well (tested in Safari and Edge on MacOS). Therefore out of scope for this issue. Would it make sense to open up a follow up issue for that as well? I'll leave the status at Needs review since i've only manually tested the latest changes but am unable to provide feedback about the code part.

  • Status changed to Needs work 7 months ago
  • 🇺🇸United States smustgrave

    Have not re-reviewed but appears to have a kernel test failure

  • Pipeline finished with Success
    7 months ago
    Total: 164s
    #74537
  • Pipeline finished with Failed
    7 months ago
    Total: 3307s
    #74528
  • Pipeline finished with Failed
    7 months ago
    Total: 628s
    #74547
  • Pipeline finished with Failed
    6 months ago
    Total: 621s
    #90812
  • Pipeline finished with Success
    6 months ago
    Total: 596s
    #90860
  • Status changed to Needs review 6 months ago
  • 🇩🇪Germany sleitner

    core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php did fail because path alias is not available when locale is installed. Instead of the route to url conversion, the url is now hardcoded.

  • 🇺🇸United States smustgrave

    Changes look good. Left 2 small nitpicky items but probably good to self RTBC after that.

  • Status changed to Needs work 6 months ago
  • Pipeline finished with Canceled
    5 months ago
    #94327
  • Pipeline finished with Canceled
    5 months ago
    Total: 186s
    #94328
  • Pipeline finished with Success
    5 months ago
    Total: 539s
    #94332
  • Status changed to RTBC 5 months ago
  • 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10

    Issue credits

  • 🇺🇸United States benjifisher Boston area
    • larowlan committed cfacbed7 on 10.2.x
      Issue #2609256 by sleitner, rkoller, smustgrave, vegantriathlete,...
    • larowlan committed 5a0ad9b6 on 11.x
      Issue #2609256 by sleitner, rkoller, smustgrave, vegantriathlete,...
  • Status changed to Fixed 5 months ago
  • 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10

    Committed to 11.x and backported to 10.2.x

    Thanks folks

  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.69.0 2024