mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-06-30 07:20:29 +02:00
Add Russian translation (#90)
This commit is contained in:
3
lcd.lua
3
lcd.lua
@ -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)
|
||||
|
Reference in New Issue
Block a user