mirror of
https://repo.or.cz/minetest_hudbars.git
synced 2025-06-30 15:30:26 +02:00
Add another string for translation
This commit is contained in:
2
init.lua
2
init.lua
@ -164,7 +164,7 @@ function hb.register_hudbar(identifier, text_color, label, textures, default_sta
|
||||
end
|
||||
end
|
||||
if format_string == nil then
|
||||
format_string = "%s: %d/%d"
|
||||
format_string = S("%s: %d/%d")
|
||||
end
|
||||
|
||||
hudtable.add_all = function(player, hudtable, start_value, start_max, start_hidden)
|
||||
|
Reference in New Issue
Block a user