Update quick.md

This commit is contained in:
Natxo
2026-03-28 22:09:41 +01:00
committed by GitHub
parent 62d872bec3
commit 87b468454c

View File

@@ -129,7 +129,7 @@ The UI library comes with a built-in locale system.
```javascript ```javascript
// Set the global UI language // Set the global UI language
SetLocale("en"); Locale("en");
// Access translated strings (Returns a signal that tracks the current locale) // Access translated strings (Returns a signal that tracks the current locale)
const t = tt("confirm"); const t = tt("confirm");