Change translate function
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 4s

This commit is contained in:
2026-04-30 22:13:26 +02:00
parent 2a14fad95b
commit 60483765c9
8 changed files with 19 additions and 77 deletions

View File

@@ -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 builtin 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 builtin dictionary based on current locale.
```

File diff suppressed because one or more lines are too long