* 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
* Remove the usage of pos2str using context var
* Make sure on punch and paging is working
* Generate formspecs on interact, not on update
* Linting and page_formspec usage
* Clear metadata formspec on interact
* Consolidate ordered formspec function
* Reduce repetition in infotext when updating station
* Formspec redo - first working version
* Move largest actions to individual files
* Cleanup and tested
* Remove the usage of pos2str using context var
* Make sure on punch and paging is working
* Generate formspecs on interact, not on update
* Linting and page_formspec usage
* Clear metadata formspec on interact
* Consolidate ordered formspec function
* Reduce repetition in infotext when updating station
* Check that a node is in fact a travelnet or elevator before parsing input data
* Update functions.lua
Check that node_def and node_def.groups exist before using them
Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
Co-authored-by: Buckaroo Banzai <39065740+BuckarooBanzay@users.noreply.github.com>
* Initial interface
* Paging functionality and conditional display completed
* Cleanup
* Move formspec display to formspecs file
* Linting
* Use max station number to decide if paging is required
* Linting
* Make sure the current page number as a valid number
* 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>
* Initial linting done
* Spaces spaces everywhere, more than you might think
* No space like home
* Continuation indentation
* Double down
* One more thing
* Undo practical change
* Update doors.lua to reduce line lengths
* String concatenation and line lengths
Co-authored-by: Oversword <bionic@oversword.co.uk>
Co-authored-by: OgelGames <olliverdc28@gmail.com>