From 5f02331cf164bc6b4f5836a4d7779e6037e86597 Mon Sep 17 00:00:00 2001
From: jaapjansma <jaap.jansma@civicoop.org>
Date: Fri, 8 Mar 2024 16:38:01 +0000
Subject: [PATCH] Update index.md

---
 docs/standalone/index.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/standalone/index.md b/docs/standalone/index.md
index c1b4ece..63cb15c 100644
--- a/docs/standalone/index.md
+++ b/docs/standalone/index.md
@@ -165,7 +165,9 @@ This folder contains configuration and data-files, so it is important for system
 
 ## Get the translations {:#i18n}
 
-The basic CiviCRM release includes support for US English (`en_US`). To use another language or dialect, please [download and extract the translation files](../general/i18n_l10n.md).
+The basic CiviCRM release includes support for US English (`en_US`). To use another language or dialect you can select the locale during the setup when installing through the web user interface or by passing it in as a parameter to `cv` when installing via the command line. 
+The translation files will then be downloaded by the installer. There is no need anymore to download those files. 
+If you want the installer in the web user interface in another language you have to manually download the translation files first.
 
 ## Configure MySQL {:#mysql}
 
@@ -283,6 +285,8 @@ The installer verifies requirements, prepares the database, and initializes the
     2. The CiviCRM installer will open.
         * *If there are unmet requirements*, the installer will list them. Consult the [Requirements](../general/requirements.md) documentation for additional advice.
         * *If all the requirements are met*, proceed through the questionnaire.
+        * You can select another language if you want CiviCRM to be installed in another language then English. The installer will then download the translation files for you.
+        * You also have to provide a username, password and e-mail address for the administrator user.
         * Finally, click "Install CiviCRM".
     3. After installing, you should navigate to the login screen (`/civicrm/login`), e.g.
         * `https://example.com/civicrm/login`
-- 
GitLab