From e996417a0e69475056ac24997d40307db8e657dc Mon Sep 17 00:00:00 2001
From: jaapjansma <jaap.jansma@civicoop.org>
Date: Wed, 12 Feb 2025 09:35:10 +0000
Subject: [PATCH 1/2] Clarified translated installations

---
 docs/standalone/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/standalone/index.md b/docs/standalone/index.md
index 4c49e2a..8ec1761 100644
--- a/docs/standalone/index.md
+++ b/docs/standalone/index.md
@@ -104,7 +104,7 @@ The default CiviCRM language is US English (`en_US`). You can select a different
 
 Alternatively, if you need the web installer in another language you can manually download all the translation files now.
 
-Head to https://civicrm.org/download and choose "Internationalisation files" from the Download dropdown, then extract these into your `core` directory. The extracted files should end up in `core/l10n` and `core/sql`.
+Head to https://civicrm.org/download and choose "Internationalisation files" from the Download dropdown, then extract these into your `core` directory. The extracted files should end up in `core/l10n` and `core/sql`. When you used option 1 (Download release tarbal) the directory contents of the `l10n` from the Internationalisation files should end up in `private/l10n`.
 
 
 ## Step 5. Configure MySQL {:#mysql}
-- 
GitLab


From 78666ad261b0f8b1d213d6215f86e2247dd59ce3 Mon Sep 17 00:00:00 2001
From: jaapjansma <jaap.jansma@civicoop.org>
Date: Mon, 17 Feb 2025 14:53:47 +0000
Subject: [PATCH 2/2] Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: ufundo <bsgw@ufundo.tech>
---
 docs/standalone/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/standalone/index.md b/docs/standalone/index.md
index 8ec1761..6746233 100644
--- a/docs/standalone/index.md
+++ b/docs/standalone/index.md
@@ -104,7 +104,7 @@ The default CiviCRM language is US English (`en_US`). You can select a different
 
 Alternatively, if you need the web installer in another language you can manually download all the translation files now.
 
-Head to https://civicrm.org/download and choose "Internationalisation files" from the Download dropdown, then extract these into your `core` directory. The extracted files should end up in `core/l10n` and `core/sql`. When you used option 1 (Download release tarbal) the directory contents of the `l10n` from the Internationalisation files should end up in `private/l10n`.
+Head to https://civicrm.org/download and choose "Internationalisation files" from the Download dropdown, then copy the `l10n` directory from the download into the `private` directory of your site (so you should end up with folders like `private/l10n/es_ES`).
 
 
 ## Step 5. Configure MySQL {:#mysql}
-- 
GitLab