mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-06-30 15:30:22 +02:00
zh_TW Translations (#76)
This commit is contained in:
4
rtc.lua
4
rtc.lua
@ -1,3 +1,5 @@
|
||||
local S = digilines.S
|
||||
|
||||
local GET_COMMAND = "GET"
|
||||
|
||||
local rtc_nodebox =
|
||||
@ -26,7 +28,7 @@ end
|
||||
|
||||
minetest.register_alias("digilines_rtc:rtc", "digilines:rtc")
|
||||
minetest.register_node("digilines:rtc", {
|
||||
description = "Digiline Real Time Clock (RTC)",
|
||||
description = S("Digiline Real Time Clock (RTC)"),
|
||||
drawtype = "nodebox",
|
||||
tiles = {"digilines_rtc.png"},
|
||||
|
||||
|
Reference in New Issue
Block a user