feat(curriculum): Add new Spanish audios from the CDN (#63353)

This commit is contained in:
Nielda Karla
2025-10-30 20:47:06 -03:00
committed by GitHub
parent 92ea792fc2
commit 222d0bdfd7

View File

@@ -268,8 +268,15 @@ const availableAudios = [
'ES_A1_2.2.mp3',
'ES_A1_2.3.mp3',
'ES_A1_2.4.mp3',
'ES_A1_2_vocabulary.mp3',
'ES_A1_3.1.mp3',
'ES_A1_3.2.mp3'
'ES_A1_3.2.mp3',
'ES_A1_alphabet.mp3',
'ES_A1_alphabet_practice.mp3',
'ES_A1_vowels.mp3',
'ES_A1_vowels_aiu.mp3',
'ES_A1_vowels_oiu.mp3',
'ES_A1_vowels_uae.mp3'
];
const availableAlignments = ['left', 'center', 'right'];