From 87b468454c7ac25c40a7c55a4249ee834741451d Mon Sep 17 00:00:00 2001 From: Natxo <1172351+natxocc@users.noreply.github.com> Date: Sat, 28 Mar 2026 22:09:41 +0100 Subject: [PATCH] Update quick.md --- docs/ui/quick.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ui/quick.md b/docs/ui/quick.md index 1b39fd9..b980fd0 100644 --- a/docs/ui/quick.md +++ b/docs/ui/quick.md @@ -129,7 +129,7 @@ The UI library comes with a built-in locale system. ```javascript // Set the global UI language -SetLocale("en"); +Locale("en"); // Access translated strings (Returns a signal that tracks the current locale) const t = tt("confirm");