Change translate function
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 4s
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 4s
This commit is contained in:
@@ -789,6 +789,6 @@ Displays an 8×8 grid of preset colours.
|
||||
|
||||
## Utility Functions
|
||||
|
||||
- **`Locale(lang)`** – Signal to read/set the current language (`"es"` or `"en"`).
|
||||
- **`tt(key)`** – Returns a reactive translation string from the built‑in dictionary based on current locale.
|
||||
- **`Locale(lang)`** – Signal to read/set the current language (`"en"` or `"es"`).
|
||||
- **`t(key)`** – Returns a reactive translation string from the built‑in dictionary based on current locale.
|
||||
```
|
||||
Reference in New Issue
Block a user