Skip to content

Commit

Permalink
Issue backdrop#3560 Switch translation links in installer from drupal…
Browse files Browse the repository at this point in the history
….org to backdropcms.org

Fixes backdrop/backdrop-issues#3560.
  • Loading branch information
olafgrabienski committed Apr 8, 2019
1 parent e63ab79 commit 73d92eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/includes/install.core.inc
Expand Up @@ -1352,10 +1352,10 @@ function install_select_language(&$install_state) {
if (!empty($install_state['parameters']['translate'])) {
$output = '<p>Follow these steps to translate Backdrop into your language:</p>';
$output .= '<ol>';
$output .= '<li>Download a translation from the <a href="http://localize.drupal.org/download" target="_blank">translation server</a>.</li>';
$output .= '<li>Download a translation from the <a href="https://localize.backdropcms.org/translate/languages" target="_blank">translation server</a>.</li>';
$output .= '<li>Place it into the following directory:<pre>' . $directory . '</pre></li>';
$output .= '</ol>';
$output .= '<p>For more information on installing Backdrop in different languages, visit the <a href="http://drupal.org/localize" target="_blank">drupal.org handbook page</a>.</p>';
$output .= '<p>For more information on installing Backdrop in different languages, visit the <a href="https://backdropcms.org/user-guide/install-backdrop-another-language" target="_blank">Backdrop user guide page</a>.</p>';
$output .= '<p>How should the installation continue?</p>';
$output .= '<ul>';
$output .= '<li><a href="' . check_url(backdrop_current_script_url(array('translate' => NULL))) . '">Reload the language selection page after adding translations</a></li>';
Expand Down

0 comments on commit 73d92eb

Please sign in to comment.