forked from mtcontrib/minetest_hudbars
Move away from intllib in favor of MT 5.0.0
This commit is contained in:
parent
ba21f47489
commit
94b9c545da
|
@ -1 +0,0 @@
|
|||
intllib?
|
11
init.lua
11
init.lua
|
@ -1,13 +1,4 @@
|
|||
local S
|
||||
if minetest.global_exists("intllib") then
|
||||
if intllib.make_gettext_pair then
|
||||
S = intllib.make_gettext_pair()
|
||||
else
|
||||
S = intllib.Getter()
|
||||
end
|
||||
else
|
||||
S = function ( s ) return s end
|
||||
end
|
||||
local S = minetest.get_translator("hudbars")
|
||||
|
||||
hb = {}
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
Health = Leben
|
||||
Breath = Atem
|
||||
%s: %d/%d = %s: %d/%d
|
4
locale/hudbars.de.tr
Normal file
4
locale/hudbars.de.tr
Normal file
|
@ -0,0 +1,4 @@
|
|||
# textdomain: hudbars
|
||||
Health=Leben
|
||||
Breath=Atem
|
||||
%s: %d/%d=%s: %d/%d
|
|
@ -1,5 +1,6 @@
|
|||
Health = Gezondheid
|
||||
Breath = Adem
|
||||
# textdomain: hudbars
|
||||
Health=Salute
|
||||
Breath=Ossigeno
|
||||
|
||||
# Default format string for progress bar-style HUD bars, e.g. “Health 5/20”
|
||||
%s: %d/%d
|
4
locale/hudbars.ms.tr
Normal file
4
locale/hudbars.ms.tr
Normal file
|
@ -0,0 +1,4 @@
|
|||
# textdomain: hudbars
|
||||
Health=Kesihatan
|
||||
Breath=Nafas
|
||||
%s: %d/%d=%s: %d/%d
|
|
@ -1,5 +1,6 @@
|
|||
Health = Salute
|
||||
Breath = Ossigeno
|
||||
# textdomain: hudbars
|
||||
Health=Gezondheid
|
||||
Breath=Adem
|
||||
|
||||
# Default format string for progress bar-style HUD bars, e.g. “Health 5/20”
|
||||
%s: %d/%d
|
|
@ -1,3 +1,4 @@
|
|||
# textdomain: hudbars
|
||||
Health=Saude
|
||||
Breath=Folego
|
||||
|
4
locale/hudbars.tr.tr
Normal file
4
locale/hudbars.tr.tr
Normal file
|
@ -0,0 +1,4 @@
|
|||
# textdomain: hudbars
|
||||
Health=Can
|
||||
Breath=Nefes
|
||||
%s: %d/%d=%s: %d/%d
|
|
@ -1,3 +0,0 @@
|
|||
Health = Kesihatan
|
||||
Breath = Nafas
|
||||
%s: %d/%d = %s: %d/%d
|
|
@ -1,5 +1,6 @@
|
|||
Health
|
||||
Breath
|
||||
# textdomain: hudbars
|
||||
Health=
|
||||
Breath=
|
||||
|
||||
# Default format string for progress bar-style HUD bars, e.g. “Health 5/20”
|
||||
%s: %d/%d
|
||||
%s: %d/%d=
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
Health = Can
|
||||
Breath = Nefes
|
||||
%s: %d/%d = %s: %d/%d
|
Loading…
Reference in New Issue
Block a user