translation added
This commit is contained in:
parent
967e9ccea4
commit
19f8699bbb
@ -2,6 +2,7 @@
|
|||||||
-- Sound :
|
-- Sound :
|
||||||
-- https://freesound.org/people/missozzy/sounds/169985/
|
-- https://freesound.org/people/missozzy/sounds/169985/
|
||||||
-- https://freesound.org/people/zglar/sounds/232289/
|
-- https://freesound.org/people/zglar/sounds/232289/
|
||||||
|
local S = minetest.get_translator("walkingzombie")
|
||||||
|
|
||||||
local zombienods = {
|
local zombienods = {
|
||||||
"default:dirt",
|
"default:dirt",
|
||||||
@ -149,7 +150,7 @@ mobs:spawn({
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
mobs:register_egg("tankzombie:tankzombie", "Tank Zombie", "zombies_egg.png", 0)
|
mobs:register_egg("tankzombie:tankzombie", S("Tank Zombie"), "zombies_egg.png", 0)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
2
tankzombie/locale/tankzombie.ru.tr
Normal file
2
tankzombie/locale/tankzombie.ru.tr
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# textdomain: tankzombie
|
||||||
|
Tank Zombie=Танк Зомби
|
2
tankzombie/locale/template.txt
Normal file
2
tankzombie/locale/template.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# textdomain: tankzombie
|
||||||
|
Tank Zombie=
|
Loading…
Reference in New Issue
Block a user