jquery-steps icon indicating copy to clipboard operation
jquery-steps copied to clipboard

Is there a way to translate button?

Open sincostan00 opened this issue 7 years ago • 2 comments

I'm a newbie in jquery and it's the first time I use a library with no translation. Is is possible to translate the button (previous, next, finished) to have it in french and in english?

Thanks

sincostan00 avatar Jan 12 '18 14:01 sincostan00

Hello, Here an example:

var config = { ..... labels: { cancel: "Abbrechen", current: "Jetziger Schritt:", pagination: "Pagination", finish: "Fertigstellen", next: "Nächste", previous: "Vorherige", loading: "Am Laden ..." } }

var wizard = $("#wizard").steps(config);

I would recommend you, not using this plugin. It is not good at all.

OpenSourceSucks avatar Feb 16 '18 15:02 OpenSourceSucks

OpenSourceSucks you recommend not using this plugin... what plugin you recommend? please I need to use a wizard like jquery steps.

memoferprof avatar Apr 08 '19 21:04 memoferprof