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
--* parts are currently not possible because you cannot set the pitch of an entity from lua
-- Font: 04.jp.org
@ -270,7 +272,7 @@ local lcd_box = {
minetest.register_alias("digilines_lcd:lcd", "digilines:lcd")
minetest.register_node("digilines:lcd", {
drawtype = "nodebox",
description = "Digiline LCD",
description = S("Digiline LCD"),
inventory_image = "lcd_lcd.png",
wield_image = "lcd_lcd.png",
tiles = {"lcd_anyside.png"},