From d40f988877b65d36099c14566f7096addd79de8a Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Sun, 30 Aug 2026 08:35:21 +0200 Subject: [PATCH] Improved the documentation of the README file in the Localization package. --- Packages/Localization/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/Localization/README.md b/Packages/Localization/README.md index 5128cc4..3f79dae 100644 --- a/Packages/Localization/README.md +++ b/Packages/Localization/README.md @@ -1,5 +1,5 @@ # Localization -The server-side localization toolkit the **Loud** services build on: locale-explicit String Catalog lookups, `Accept-Language` negotiation, and the catalog-derived language list — with no dependencies beyond Foundation. +The server-side localization toolkit the platform's services build on: locale-explicit String Catalog lookups, `Accept-Language` negotiation, and the catalog-derived language list — with no dependencies beyond Foundation. ## Overview | Role | Types |