Skip to content

It does not change the pause and play states #17

@dofBobo

Description

@dofBobo

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/[email protected]/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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions