* Update translations.json
Sort locale alphabetically
* Update translations.json
Default language `en` first, then alphabetically.
* Update translations.json
hu (Hungarian - magyar) locale
* Update translations.json
`en` does not have a space before the exclamation mark (!) and a few other tidy-ups.
* Update translations.json
* Add mover skeleton
Atm it is just the eraser with new icons and renamed variables
* The mover not detect the object to move
* We can move ellipses and rectangles
* The mover now moves all types of objects
* Add the move everything functionality
* Aesthetic changes
* Replace the use of const and let with classic var
* Undo few commits
* Start the transform-translate implementation
* Mover now moves with transform translate
* Put the function to get the translation matrix in the Tools
* Shapes (ellipse, line, pencil, rect, and text) now properly load translate coords
* Add the transform-translate to the createSVG functions
* Done movement using transform-translate
* Fix parenthesization bug in the SVG create
* Fix comment about mover states
* Undo translation loading from Ellipse, Mover, Pencil, and Text tools
* Makes the board send update message to the mover as needed
* Remove the old code from the line tool too
* Simplify the mover tool
See #86
* update the mover icon
* Merge the mover and the hand tools
* Improve preview for pre-rendered elements
* v1.6.0
Co-authored-by: Paolo Bolzoni <paolo.bolzoni1@studenti.unipr.it>
* Allow parentheses in board names
* Pass over the string only once while escaping html special chars (#82)
Co-authored-by: Paolo Bolzoni <paolo@cagla.jp>
* Add a spanish translation
Thanks to @beccobunsen
See #94
* add an italian translation
Improve the spanish translation and
* Added "free online whiteboard" to the main title
* add translations for grid
* Fix translations for "white-out" in es and it
Co-authored-by: Paolo Bolzoni <paolo.bolzoni1@studenti.unipr.it>
Co-authored-by: Paolo Bolzoni <paolo@cagla.jp>