summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-22 01:49:17 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-22 01:49:17 +0000
commit18a68728d07e2e8da14d84a923eb21b0f8f58cfa (patch)
tree8496e06bbd4fab39da7a1f2d34e64503e9195ad7 /INSTALL.txt
parent936344ea5549a724fa504dec9df98fbc49f2dc01 (diff)
downloadbrdo-18a68728d07e2e8da14d84a923eb21b0f8f58cfa.tar.gz
brdo-18a68728d07e2e8da14d84a923eb21b0f8f58cfa.tar.bz2
#882164 by aschiwi, Gábor Hojtsy, David_Rothstein, reglogge, et al: Fix the 'install from another language' instructions so that they actually work.
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt24
1 files changed, 18 insertions, 6 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index 45f414735..ba7e54ef0 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -72,12 +72,24 @@ INSTALLATION
mv drupal-x.x/* drupal-x.x/.htaccess /var/www/html
- If you would like to have the default English interface translated to a
- different language, we have good news. You can install and use Drupal in
- other languages from the start. Check whether a released package of the
- language desired is available for this Drupal version at
- http://drupal.org/project/translations and download the package. Extract
- the contents to the same directory where you extracted Drupal into.
+ By default, Drupal is installed in English, and further languages may be
+ installed later. Follow these steps to translate Drupal into your language
+ during installation:
+
+ - Download a translation file for this Drupal version from the translation
+ server:
+ http://localize.drupal.org/download
+
+ - Rename the downloaded file to your language's ISO code (e.g., de.po or
+ fr.po) and place it into the directory /translations right below
+ the installation profile's directory that you want to use for your
+ installation (usually "standard"):
+
+ /profiles/standard/translations/
+
+ - Reload the language selection page after adding translations.
+
+ For detailed instructions, visit http://drupal.org/localize.
2. IF NECESSARY, CREATE THE CONFIGURATION FILE AND GRANT WRITE PERMISSIONS