From 3cafe7553a9d29a76a87370c5726e325dec3eb59 Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Sun, 25 Nov 2018 10:04:18 -0500 Subject: [PATCH] minor fix for "LV" translations --- technic_cnc/cnc.lua | 13 ++++++------- technic_cnc/locale/de.txt | 1 + technic_cnc/locale/es.txt | 1 + technic_cnc/locale/it.txt | 1 + technic_cnc/locale/template.txt | 1 + 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/technic_cnc/cnc.lua b/technic_cnc/cnc.lua index b5f062f..0e23f5a 100644 --- a/technic_cnc/cnc.lua +++ b/technic_cnc/cnc.lua @@ -13,7 +13,7 @@ local allow_metadata_inventory_put local allow_metadata_inventory_take local allow_metadata_inventory_move local can_dig -local voltage = "" +local desc_tr = S("CNC Machine") if technic_cnc.use_technic then minetest.register_craft({ @@ -29,8 +29,7 @@ if technic_cnc.use_technic then allow_metadata_inventory_take = technic.machine_inventory_take allow_metadata_inventory_move = technic.machine_inventory_move can_dig = technic.machine_can_dig - voltage = "LV " - + desc_tr = S("%s CNC Machine"):format("LV") else minetest.register_craft({ output = 'technic:cnc', @@ -214,7 +213,7 @@ local run = function(pos, node) local meta = minetest.get_meta(pos) local inv = meta:get_inventory() local eu_input = meta:get_int("LV_EU_input") - local machine_name = S("%sCNC Machine"):format(voltage) + local machine_name = desc_tr local machine_node = "technic:cnc" local demand = 450 @@ -249,7 +248,7 @@ end -- The actual block inactive state minetest.register_node(":technic:cnc", { - description = S("%sCNC Machine"):format(voltage), + description = desc_tr, tiles = {"technic_cnc_top.png", "technic_cnc_bottom.png", "technic_cnc_side.png", "technic_cnc_side.png", "technic_cnc_side.png", "technic_cnc_front.png"}, groups = {cracky=2, technic_machine=1, technic_lv=1}, @@ -258,7 +257,7 @@ minetest.register_node(":technic:cnc", { legacy_facedir_simple = true, on_construct = function(pos) local meta = minetest.get_meta(pos) - meta:set_string("infotext", S("%sCNC Machine"):format(voltage)) + meta:set_string("infotext", desc_tr) meta:set_float("technic_power_machine", 1) meta:set_string("formspec", cnc_formspec) local inv = meta:get_inventory() @@ -277,7 +276,7 @@ minetest.register_node(":technic:cnc", { if technic_cnc.use_technic then minetest.register_node(":technic:cnc_active", { - description = S("%sCNC Machine"):format(voltage), + description = desc_tr, tiles = {"technic_cnc_top_active.png", "technic_cnc_bottom.png", "technic_cnc_side.png", "technic_cnc_side.png", "technic_cnc_side.png", "technic_cnc_front_active.png"}, groups = {cracky=2, technic_machine=1, technic_lv=1, not_in_creative_inventory=1}, diff --git a/technic_cnc/locale/de.txt b/technic_cnc/locale/de.txt index a8a3962..8b4e5ff 100644 --- a/technic_cnc/locale/de.txt +++ b/technic_cnc/locale/de.txt @@ -1,4 +1,5 @@ ## CNC +CNC Machine = CNC-Maschine %s CNC Machine = %s CNC-Maschine Cylinder = Zylinder Element Cross = Halbes Kreuzelement diff --git a/technic_cnc/locale/es.txt b/technic_cnc/locale/es.txt index 036f987..f18fdfa 100644 --- a/technic_cnc/locale/es.txt +++ b/technic_cnc/locale/es.txt @@ -1,4 +1,5 @@ ## CNC +CNC Machine = Maquina CNC %s CNC Machine = Maquina CNC %s Element Edge = Elemento Borde Tree = Arbol diff --git a/technic_cnc/locale/it.txt b/technic_cnc/locale/it.txt index 1527f11..e50fd74 100644 --- a/technic_cnc/locale/it.txt +++ b/technic_cnc/locale/it.txt @@ -1,4 +1,5 @@ ## CNC +CNC Machine = Tornio CNC %s CNC Machine = Tornio CNC %s Cylinder = Cilindro Element Cross = Elemento a croce diff --git a/technic_cnc/locale/template.txt b/technic_cnc/locale/template.txt index 2b159ea..bf3cb08 100644 --- a/technic_cnc/locale/template.txt +++ b/technic_cnc/locale/template.txt @@ -1,4 +1,5 @@ ## CNC +CNC Machine = %s CNC Machine = Cylinder = Element Cross =