mirror of
https://repo.or.cz/minetest_hudbars.git
synced 2025-07-14 06:10:30 +02:00
Compare commits
9 Commits
2.1.0
...
c4ddef312e
Author | SHA1 | Date | |
---|---|---|---|
c4ddef312e | |||
2ffcd94dd6 | |||
8d3fa950f8 | |||
332aa18452 | |||
7f6ed309b3 | |||
99ebd71da7 | |||
699e356609 | |||
7cd5940c68 | |||
67ca481f7c |
@ -11,7 +11,7 @@ this mod will place them accordingly.
|
|||||||
position should be displayed correctly on every screen size.
|
position should be displayed correctly on every screen size.
|
||||||
|
|
||||||
## Current version
|
## Current version
|
||||||
The current version is 2.1.0.
|
The current version is 2.2.0.
|
||||||
|
|
||||||
This software uses [semantic versioning](http://semver.org), as defined by version 2.0.0 of the SemVer
|
This software uses [semantic versioning](http://semver.org), as defined by version 2.0.0 of the SemVer
|
||||||
standard.
|
standard.
|
||||||
@ -38,6 +38,8 @@ Translations:
|
|||||||
* Dutch: kingoscargames
|
* Dutch: kingoscargames
|
||||||
* Italian: Hamlet
|
* Italian: Hamlet
|
||||||
* Malay: muhdnurhidayat
|
* Malay: muhdnurhidayat
|
||||||
|
* Russian: Imk
|
||||||
|
* Spanish: wuniversales
|
||||||
|
|
||||||
This program is free software. It comes without any warranty, to
|
This program is free software. It comes without any warranty, to
|
||||||
the extent permitted by applicable law. You can redistribute it
|
the extent permitted by applicable law. You can redistribute it
|
||||||
|
2
init.lua
2
init.lua
@ -567,3 +567,5 @@ minetest.register_globalstep(function(dtime)
|
|||||||
end
|
end
|
||||||
if timer > 4 then timer = 0 end
|
if timer > 4 then timer = 0 end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
minetest.log("action", "[hudbars] loaded.")
|
||||||
|
4
locale/hudbars.es.tr
Normal file
4
locale/hudbars.es.tr
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# textdomain: hudbars
|
||||||
|
Health=Salud
|
||||||
|
Breath=Aliento
|
||||||
|
@1: @2/@3=@1: @2/@3
|
4
locale/hudbars.ru.tr
Normal file
4
locale/hudbars.ru.tr
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# textdomain: hudbars
|
||||||
|
Health=HP
|
||||||
|
Breath=дыхание
|
||||||
|
@1: @2/@3=@1: @2/@3
|
Reference in New Issue
Block a user