Public Lab
Option to change strings defined for toolbar actions
For example:
let img = L.distortableImageOverlay('image.jpg', {
// options
strings: {
delete: 'Usuń',
confirmDelete: 'Czy na pewno chcesz usunąć obraz?',
lock: 'Zablokuj',
unlock: 'Odblokuj',
rotate: 'Obróć',
// ...
}
});
Task tags
Students who completed this task
VladeDev