鏡像自
https://github.com/mt-mods/moretrees.git
已同步 2025-09-18 12:40:34 +02:00
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)).
此提交包含在:
10
init.lua
10
init.lua
@@ -62,14 +62,6 @@ if io.open(worldpath.."/moretrees_settings.txt","r") then
|
||||
dofile(worldpath.."/moretrees_settings.txt")
|
||||
end
|
||||
|
||||
-- Boilerplate to support localized strings if intllib mod is installed.
|
||||
local S
|
||||
if minetest.get_modpath("intllib") then
|
||||
S = intllib.Getter()
|
||||
else
|
||||
S = function(s) return s end
|
||||
end
|
||||
moretrees.intllib = S
|
||||
|
||||
-- infinite stacks checking
|
||||
|
||||
@@ -334,4 +326,4 @@ function moretrees.grow_fir_snow(pos)
|
||||
minetest.spawn_tree(pos,moretrees.fir_model)
|
||||
end
|
||||
|
||||
print(S("[Moretrees] Loaded (2013-02-11)"))
|
||||
print("[Moretrees] Loaded (2013-02-11)")
|
||||
|
新增問題並參考
封鎖使用者