JuliaPluto / PlutoUI.jl

https://featured.plutojl.org/basic/plutoui.jl
The Unlicense
299 stars 54 forks source link

Multilingual `confirm` #184

Closed fonsp closed 2 years ago

fonsp commented 2 years ago

This uses <input type=submit> for automatic language :)

(in dutch)

image

The problem is now that the button says "Submit" in English, instead of "Confirm", and the function is called confirm... Maybe we can make an alias, called submit?

github-actions[bot] commented 2 years ago

Try this Pull Request!

Open Julia and type:

  julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/JuliaPluto/PlutoUI.jl", rev="confirm-multilingual")
julia> using PlutoUI

Or run this code in your browser: Run with binder