1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2025-06-28 06:20:33 +02:00

Fix broken translations (#124)

* Fix broken translation
This commit is contained in:
randomei
2023-11-22 09:29:44 +03:00
committed by GitHub
parent 9a687fbb51
commit 7a0c456638
10 changed files with 19 additions and 21 deletions

View File

@ -5,7 +5,7 @@
-- support for i18n
local S = armor.get_translator
local S = minetest.get_translator(minetest.get_current_modname())
--- Mithril
--
@ -159,4 +159,4 @@ if armor.materials.mithril then
{m, "", m},
},
})
end
end