forked from Mirrorlandia_minetest/emeraldbank
locale update
This commit is contained in:
parent
dd0eed7ab8
commit
4c634064e8
@ -46,6 +46,6 @@ Price=Precio
|
||||
Price: @1=Precio: @1
|
||||
Shop=Tienda
|
||||
This is your own shop, you can't exchange to yourself!=No puedes comprarte a ti mismo.
|
||||
You've earned @1 Emeralds with this shop.=Has ganado @1 Esmeraldas con esta tienda.
|
||||
You've earned @1 Emeralds with your shops.=Has ganado @1 Esmeraldas con tus tiendas.
|
||||
Your stock:=Tus existencias:
|
||||
x @1=x @1
|
||||
|
2
shop.lua
2
shop.lua
@ -108,7 +108,7 @@ local function get_stonks(pos, player)
|
||||
})
|
||||
emeraldbank.add_emeralds(player, stonks)
|
||||
meta:set_int("stonks", 0)
|
||||
core.chat_send_player(name, S("You've earned @1 Emeralds with this shop.", stonks) )
|
||||
core.chat_send_player(name, S("You've earned @1 Emeralds with your shops.", stonks) )
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user