Use MT-5 translation system for extranodes mod

This commit is contained in:
Louis 2020-02-08 17:35:25 +01:00
parent 7317fc0f5f
commit f63f0a24a9
14 changed files with 59 additions and 46 deletions

View File

@ -3,7 +3,6 @@ technic_worldgen
basic_materials
concrete
unifieddyes?
intllib?
moreblocks?
steel?
streetsmod?

View File

@ -1,7 +1,7 @@
-- Minetest 0.4.6 mod: extranodes
-- namespace: technic
-- Boilerplate to support localized strings if intllib mod is installed.
local S = rawget(_G, "intllib") and intllib.Getter() or function(s) return s end
-- Translation support
local S = minetest.get_translator("technic_extranodes")
if minetest.get_modpath("moreblocks") then

View File

@ -1,7 +0,0 @@
# technic_extranodes traducido por Carlos Barraza
Marble = Mármol
Marble Bricks = Ladrillos de mármol
Granite = Granito
Concrete = Concreto

View File

@ -1,7 +0,0 @@
# technic_extranodes translation template
Marble = Marbre
Marble Bricks = Briques en marbre
Granite = Granite
Concrete = Béton

View File

@ -1,9 +0,0 @@
# Polish Translation for technic_extranodes
# Polskie tłumaczenie technic_extranodes
# by mat9117
Marble = Marmur
Marble Bricks = Marmurowe cegły
Granite = Granit
Concrete = Beton

View File

@ -1,9 +1,11 @@
# textdomain: technic_extranodes
# German Translation for technic_extranodes
# Deutsche Übersetzung von technic_extranodes
# by Xanthin
Marble = Marmor
Marble Bricks = Marmorziegel
Granite = Granit
Concrete = Beton
Marble=Marmor
Marble Bricks=Marmorziegel
Granite=Granit
Concrete=Beton

View File

@ -0,0 +1,9 @@
# textdomain: technic_extranodes
# technic_extranodes traducido por Carlos Barraza
Marble=Mármol
Marble Bricks=Ladrillos de mármol
Granite=Granito
Concrete=Concreto

View File

@ -0,0 +1,9 @@
# textdomain: technic_extranodes
# technic_extranodes translation template
Marble=Marbre
Marble Bricks=Briques en marbre
Granite=Granite
Concrete=Béton
Insulator/cable clip=Isolateur/pince câble

View File

@ -0,0 +1,11 @@
# textdomain: technic_extranodes
# Polish Translation for technic_extranodes
# Polskie tłumaczenie technic_extranodes
# by mat9117
Marble=Marmur
Marble Bricks=Marmurowe cegły
Granite=Granit
Concrete=Beton

View File

@ -1,9 +1,11 @@
# textdomain: technic_extranodes
# Braziliam portuguese translation for technic_extranodes
# Tradução portuguesa brasileira para technic_extranodes
# By Sires
Marble = Mármore
Marble Bricks = Tijolos de Mármore
Granite = Granito
Concrete = Concreto
Marble=Mármore
Marble Bricks=Tijolos de Mármore
Granite=Granito
Concrete=Concreto

View File

@ -0,0 +1,8 @@
# textdomain: technic_extranodes
# turkish translation by mahmutelmas06
Marble=Mermer
Marble Bricks=Mermer tuğla
Granite=Granit
Concrete=Beton

View File

@ -1,7 +1,9 @@
# textdomain: technic_extranodes
# technic_extranodes translation template
Marble =
Marble Bricks =
Granite =
Concrete =
Marble=
Marble Bricks=
Granite=
Concrete=
Insulator/cable clip=

View File

@ -1,6 +0,0 @@
# turkish translation by mahmutelmas06
Marble = Mermer
Marble Bricks = Mermer tuğla
Granite = Granit
Concrete = Beton

View File

@ -1,3 +1,3 @@
name = extranodes
depends = default, technic_worldgen, basic_materials, concrete
optional_depends = unifieddyes, intllib, moreblocks, steel, streetsmod
optional_depends = unifieddyes, moreblocks, steel, streetsmod