* add fr, it and pl translations
translations as po files from unmerged PRs: #52, #58 and #41 in https://github.com/Sokomine/travelnet
converted to tr files manually with regex
* update translations
generated using https://github.com/minetest-tools/update_translations
* clean unused strings and manual fixes
* typos and missing translations
* generate the translations... again with the script
some small fixes too
* more fixes
descriptions defined in travelnet.node_description are translated but not found by the script
* let's do this
add S() to travelnet.node_description directly, remove part of changes in 833c5a3
* one more string
travelnet have this field filled with the player name
* consistency with "Travelnet-Box"
already taken in account by most translations, missed the template in the previous commit
* first pass adding edit functionality
* moved is_falsey_string to functions.lua
* adding some formspec_escape()
* added node_description() getter
* comment updated
* show edit formspec in a subsequent run-loop
* handle edit formspec
* changelog and misc comment fixes
* simplified elevator editing
Don't allow network or owner change on elevators
* remove unused variables
Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
* locale revisions
would be nice if some native speakers would check :)
Co-authored-by: Luke aka SwissalpS <Luke@SwissalpS.ws>
Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>