1
0
鏡像自 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)).
此提交包含在:
Louis Royer
2020-08-26 02:11:54 +02:00
父節點 ea92403fa3
當前提交 3212fae8cf
共有 12 個檔案被更改,包括 1067 行新增364 行删除

查看文件

@@ -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)")