Rename file, as it's lande, not laude

This commit is contained in:
Thomas Steiner 2025-07-14 13:34:41 +02:00
parent 9c9442ab84
commit 8bde7fe8b9
2 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ if (languageDetectorInGlobalThis) {
}
module = await import('./language_detection_with_languagedetector');
} else {
module = await import('./language_detection_with_laude');
module = await import('./language_detection_with_lande');
}
const debouncedGuess = module.debouncedGuess;