mirror of
https://github.com/SmallJoker/exchange_shop.git
synced 2025-07-05 01:30:29 +02:00
Update
This commit is contained in:
3
init.lua
3
init.lua
@ -3,8 +3,7 @@ exchange_shop.storage_size = 5 * 4
|
||||
exchange_shop.shopname = "exchange_shop:shop"
|
||||
|
||||
-- Internationalisaton
|
||||
--exchange_shop.S = minetest.get_translator("exchange_shop")
|
||||
exchange_shop.S = intllib.make_gettext_pair()
|
||||
exchange_shop.S = minetest.get_translator_auto("ru")
|
||||
exchange_shop.FS = function(...)
|
||||
return minetest.formspec_escape(exchange_shop.S(...))
|
||||
end
|
||||
|
Reference in New Issue
Block a user