zh_TW Translations (#76)

This commit is contained in:
Emo"jigit
2022-08-13 21:03:12 +08:00
committed by GitHub
parent f03cd02854
commit d35f7f12c4
8 changed files with 53 additions and 9 deletions

View File

@ -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"},