-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This won't translate #25
Comments
We need to change this to: minetest.chat_send_player(player_name,
S("This @1 belongs to @2. You can't remove or edit it.",
description,
tostring(owner_name)
)
) We can set this as a good first-issue and let beginners resolve it, or solve it ourselves by making a PR. 🙂 |
Yes, thanks. |
Maybe that should be put in a separate issue? |
or solve as I suggested in comments to #25 |
travelnet/functions.lua
Line 360 in f27a7e9
The text was updated successfully, but these errors were encountered: