Add Russian translation (#90)

This commit is contained in:
randomei
2024-12-21 21:00:35 +03:00
committed by GitHub
parent 7d4895d5d4
commit caa7ff6677
5 changed files with 34 additions and 4 deletions

View File

@ -1,4 +1,5 @@
local S = digilines.S
local FS = digilines.FS
--* parts are currently not possible because you cannot set the pitch of an entity from lua
@ -186,7 +187,7 @@ local lcds = {
}
local reset_meta = function(pos)
minetest.get_meta(pos):set_string("formspec", "field[channel;Channel;${channel}]")
minetest.get_meta(pos):set_string("formspec", "field[channel;"..FS("Channel")..";${channel}]")
end
local clearscreen = function(pos)