Add german translation
This commit is contained in:
parent
596f302167
commit
0a8fa6a814
3 changed files with 35 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -1,4 +1,4 @@
|
|||
-- support for translation (there's currently no translation...)
|
||||
-- Load support for translation.
|
||||
local S = minetest.get_translator("brickwalls")
|
||||
|
||||
-- table with {wall_name, wall_desc, wall_mat} for all brick walls added;
|
||||
|
|
17
locale/brickwalls.de.tr
Normal file
17
locale/brickwalls.de.tr
Normal file
|
@ -0,0 +1,17 @@
|
|||
# textdomain: brickwalls
|
||||
Brick Wall=Ziegelmauer
|
||||
Stone Brick Wall=Steinziegelmauer
|
||||
Desert Stone Brick Wall=Wüstensteinziegelmauer
|
||||
Sandstone Brick Wall=Sandsteinziegelmauer
|
||||
Desert Sandstone Brick Wall=Wüstensandsteinziegelmauer
|
||||
Silver Sandstone Brick Wall=Silbersandsteinziegelmauer
|
||||
Obsidian Brick Wall=Obsidianziegelmauer
|
||||
Nether Brick Wall=Netherziegelmauer
|
||||
Compressed Nether Brick Wall=Ziegelmauer aus verdichtetem Netherstein
|
||||
Cracked Nether Brick Wall=Rissige Netherziegelmauer
|
||||
Deep Nether Brick Wall=Ziegelmauer aus tiefem Netherstein
|
||||
Ice Brick Wall=Eisziegelmauer
|
||||
Snow Brick Wall=Schneeziegelmauer
|
||||
Cactus Brick Wall=Kaktussteinmauer
|
||||
Moon Brick Wall=Naturziegelwandmauer
|
||||
Swamp Stone Brick Wall=Sumpfsteinziegelmauer
|
17
locale/template.txt
Normal file
17
locale/template.txt
Normal file
|
@ -0,0 +1,17 @@
|
|||
# textdomain: brickwalls
|
||||
Brick Wall=
|
||||
Stone Brick Wall=
|
||||
Desert Stone Brick Wall=
|
||||
Sandstone Brick Wall=
|
||||
Desert Sandstone Brick Wall=
|
||||
Silver Sandstone Brick Wall=
|
||||
Obsidian Brick Wall=
|
||||
Nether Brick Wall=
|
||||
Compressed Nether Brick Wall=
|
||||
Cracked Nether Brick Wall=
|
||||
Deep Nether Brick Wall=
|
||||
Ice Brick Wall=
|
||||
Snow Brick Wall=
|
||||
Cactus Brick Wall=
|
||||
Moon Brick Wall=
|
||||
Swamp Stone Brick Wall=
|
Loading…
Reference in a new issue