1
0
mirror of https://github.com/SmallJoker/exchange_shop.git synced 2025-07-05 01:30:29 +02:00
This commit is contained in:
Maksim
2022-03-23 23:37:58 +01:00
parent 1d91873150
commit 3b86d9a7d5
6 changed files with 99 additions and 78 deletions

View File

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