forked from mtcontrib/minetest_hbhunger
Change translation system to MT 5.0.0
This commit is contained in:
parent
7b10cdcb5b
commit
d6b281bcab
@ -1,5 +1,4 @@
|
|||||||
hudbars
|
hudbars
|
||||||
intllib?
|
|
||||||
default?
|
default?
|
||||||
flowers?
|
flowers?
|
||||||
animalmaterials?
|
animalmaterials?
|
||||||
|
7
init.lua
7
init.lua
@ -1,9 +1,4 @@
|
|||||||
local S
|
local S = minetest.get_translator("hbhunger")
|
||||||
if (minetest.get_modpath("intllib")) then
|
|
||||||
S = intllib.Getter()
|
|
||||||
else
|
|
||||||
S = function ( s ) return s end
|
|
||||||
end
|
|
||||||
|
|
||||||
if minetest.settings:get_bool("enable_damage") then
|
if minetest.settings:get_bool("enable_damage") then
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Satiation = Sättigung
|
|
2
locale/hbhunger.de.tr
Normal file
2
locale/hbhunger.de.tr
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# textdomain:hbhunger
|
||||||
|
Satiation=Sättigung
|
2
locale/hbhunger.it.tr
Normal file
2
locale/hbhunger.it.tr
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# textdomain:hbhunger
|
||||||
|
Satiation=Sazietà
|
2
locale/hbhunger.ms.tr
Normal file
2
locale/hbhunger.ms.tr
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# textdomain:hbhunger
|
||||||
|
Satiation=Kekenyangan
|
2
locale/hbhunger.pt.tr
Normal file
2
locale/hbhunger.pt.tr
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# textdomain:hbhunger
|
||||||
|
Satiation=Saciedade
|
@ -1 +0,0 @@
|
|||||||
Satiation = Sazietà
|
|
@ -1 +0,0 @@
|
|||||||
Satiation = Kekenyangan
|
|
@ -1 +0,0 @@
|
|||||||
Satiation = Saciedade
|
|
@ -1 +1,2 @@
|
|||||||
Satiation
|
# textdomain:hbhunger
|
||||||
|
Satiation=
|
||||||
|
Loading…
Reference in New Issue
Block a user