diff --git a/core/modules/locale/locale.module b/core/modules/locale/locale.module index 9e42448..7706d91 100644 --- a/core/modules/locale/locale.module +++ b/core/modules/locale/locale.module @@ -165,6 +165,7 @@ function locale_help($route_name, RouteMatchInterface $route_match) { case 'locale.translate_page': $output = '

' . t('This page allows a translator to search for specific translated and untranslated strings, and is used when creating or editing translations. (Note: Because translation tasks involve many strings, it may be more convenient to export strings for offline editing in a desktop Gettext translation editor.) Searches may be limited to strings in a specific language.', [':export' => \Drupal::url('locale.translate_export')]) . '

'; + $output .= '

' . t('Standard translations for contributed modules can be imported at Available translation updates.', [':translation-updates' => \Drupal::url('locale.translate_status')]) . '

'; return $output; case 'locale.translate_import':