Swedish translation (+refresh translations and remove outdated meta) (#97)

* Refresh translations
* Add Swedish translations
* Remove outdated depends.txt and description.txt
This commit is contained in:
ROllerozxa
2022-12-25 18:23:49 +01:00
committed by GitHub
parent 68d724176e
commit 400745dd0c
188 changed files with 458 additions and 1150 deletions

View File

@ -453,7 +453,7 @@ minetest.register_globalstep(function(dtime)
local remove = init_player_armor(player) == true
pending_players[player] = count + 1
if remove == false and count > armor.config.init_times then
minetest.log("warning", S("3d_armor: Failed to initialize player"))
minetest.log("warning", "3d_armor: Failed to initialize player")
remove = true
end
if remove == true then