forked from mtcontrib/moretrees
Add MT5 client-side translation
- Improve french translation Warnings: - many untranslated new strings for German and Spanish translations (some help would be appreciated) - Inner and Outer Stairs are still badly translated (since there is [no support for this in stairs api yet](https://github.com/minetest/minetest_game/issues/2582)).
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
local S = moretrees.intllib
|
||||
local S = minetest.get_translator("moretrees")
|
||||
|
||||
for i in ipairs(moretrees.treelist) do
|
||||
local treename = moretrees.treelist[i][1]
|
||||
|
Reference in New Issue
Block a user