From 4bd74a00668557ce827e4c51d7c278548518aaf8 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 23 Sep 2010 23:59:28 +0000 Subject: =?UTF-8?q?#882164=20follow-up=20by=20G=C3=A1bor=20Hojtsy,=20reglo?= =?UTF-8?q?gge:=20Further=20clarifications=20to=20localization=20install?= =?UTF-8?q?=20instructions.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/install.core.inc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'includes/install.core.inc') diff --git a/includes/install.core.inc b/includes/install.core.inc index 8f26a1d34..56f3e4091 100644 --- a/includes/install.core.inc +++ b/includes/install.core.inc @@ -1209,7 +1209,15 @@ function install_select_locale(&$install_state) { $output = '

Follow these steps to translate Drupal into your language:

'; $output .= '
    '; $output .= '
  1. Download a translation from the translation server.
  2. '; - $output .= '
  3. Rename the downloaded file to your language\'s ISO code (e.g., de.po or fr.po) and place it into the following directory: + $output .= '
  4. Rename the downloaded file retaining only the language code at the end of the file name and its extension. For example, if the file name is +
    +drupal-7.0.pt-br.po
    +
    +rename it to +
    +pt-br.po
    +
  5. '; + $output .= '
  6. Place it into the following directory:
     /profiles/' . $profilename . '/translations/
     
  7. '; -- cgit v1.2.3