🌐(i18n) add Spanish language support

Add Spanish to the language selection system on both trees, with 872
frontend phrases and 145 backend ones translated from the French source.

The frontend to backend language map gains it too, so a Spanish browser
does not write an empty language to the account on every load.
This commit is contained in:
Villaquiranm
2026-08-25 08:48:08 +02:00
committed by aleb_the_flash
parent 564b3dc595
commit a20a0a6b38
22 changed files with 2158 additions and 4 deletions
+1
View File
@@ -11,6 +11,7 @@ and this project adheres to
### Added
- ✨(agent) support Voxtral realtime as inference engine
- 🌐(i18n) add Spanish language support
### Changed