1
0
ミラー元 https://github.com/mt-mods/homedecor_modpack.git 前回の同期 2025-07-15 12:10:25 +02:00

Split I18N stuff into its own submod.

このコミットが含まれているのは:
Diego Martínez
2017-01-29 20:12:02 -03:00
コミット dc7b60c11f
36個のファイルの変更1694行の追加435行の削除

ファイルの表示

@ -9,15 +9,11 @@
local modpath = minetest.get_modpath("homedecor")
-- Load support for intllib.
local S, NS = dofile(modpath.."/intllib.lua")
local S = homedecor_i18n.gettext
homedecor = {
modpath = modpath,
gettext = S,
ngettext = NS,
-- infinite stacks
expect_infinite_stacks = minetest.setting_getbool("creative_mode") and not minetest.get_modpath("unified_inventory")
}