Translate learn page and add audio speed control

This commit is contained in:
Remi
2025-09-18 23:55:13 +02:00
committed by itsrubberduck
parent 69988e9f4e
commit a667bd3d3a
3 changed files with 8 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ const learnProfileSchema = new mongoose.Schema<LearnProfileDocument>(
radioLevel: { type: Number, default: 4, min: 1, max: 5 },
voice: { type: String, default: '', trim: true },
audioChallenge: { type: Boolean, default: false },
audioSpeed: { type: Number, default: 1, min: 0.5, max: 2 },
},
},
{