Checks
Version
0.5.3
Description
It does not change the pause and play states
When changing attributes using i18n, other contents change, but pause and play does not
Reproduction Link
No response
Steps to Reproduce
<script src="https://cdn.jsdelivr.net/npm/@splidejs/splide-extension-auto-scroll@0.5.3/dist/js/splide-extension-auto-scroll.min.js"></script>
<script>
var splide2 = new Splide('#ban', {
type : 'loop',
i18n : { //aria-label
play : 'play',
pause : 'pause ,
first : 'first ',
last : 'last ',
prev : 'prev ',
next : 'next ',
},
autoScroll: {
speed: 0.5,
},
pagination: false,
arrows : true,
autoWidth : true,
accessibility : true,
}).mount(window.splide.Extensions);
### Expected Behaviour
changed aria-label
Checks
Version
0.5.3
Description
It does not change the pause and play states
When changing attributes using i18n, other contents change, but pause and play does not
Reproduction Link
No response
Steps to Reproduce
<script src="https://cdn.jsdelivr.net/npm/@splidejs/splide-extension-auto-scroll@0.5.3/dist/js/splide-extension-auto-scroll.min.js"></script> <script> var splide2 = new Splide('#ban', { type : 'loop', i18n : { //aria-label play : 'play', pause : 'pause , first : 'first ', last : 'last ', prev : 'prev ', next : 'next ', }, autoScroll: { speed: 0.5, }, pagination: false, arrows : true, autoWidth : true, accessibility : true, }).mount(window.splide.Extensions); ### Expected Behaviour changed aria-label