mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-06-30 07:20:29 +02:00
zh_TW Translations (#76)
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
local S = digilines.S
|
||||
|
||||
local GET_COMMAND = "GET"
|
||||
|
||||
local lsensor_nodebox =
|
||||
@ -31,7 +33,7 @@ end
|
||||
|
||||
minetest.register_alias("digilines_lightsensor:lightsensor", "digilines:lightsensor")
|
||||
minetest.register_node("digilines:lightsensor", {
|
||||
description = "Digiline Lightsensor",
|
||||
description = S("Digiline Lightsensor"),
|
||||
drawtype = "nodebox",
|
||||
tiles = {"digilines_lightsensor.png"},
|
||||
|
||||
|
Reference in New Issue
Block a user