From 3ef74dc9d465ef9bc1a9394a299b5693d2e172cb Mon Sep 17 00:00:00 2001 From: Danny Gleckler Date: Tue, 14 Jan 2025 18:44:39 -0500 Subject: [PATCH] Update OSLO collection name docs (#5311) * Update OSLO collection name docs --- mixins/localize/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mixins/localize/README.md b/mixins/localize/README.md index 57289d022c2..12d5fa4355f 100644 --- a/mixins/localize/README.md +++ b/mixins/localize/README.md @@ -196,6 +196,7 @@ static get localizeConfig() { }; } ``` +See [Creating a new collection](https://desire2learn.atlassian.net/wiki/spaces/DEVCENTRAL/pages/3105063520/OSLO#Creating-a-new-collection) to determine your collection name. Backslash (`\`) characters in your collection name must be escaped. > **Important:** When defining language resource keys, avoid using the Full Stop (`.`) character for grouping. OSLO does not support it.