mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-06-28 14:36:20 +02:00
update translation string formatting, fix a typo in ice sprites
This commit is contained in:
@ -7,7 +7,7 @@ local ice_sprite_bottle_desc
|
||||
local ice_sprite_bottle_usage
|
||||
|
||||
if minetest.get_modpath("doc") then
|
||||
ice_sprite_desc = S("Ice sprites are mysterious glowing insect-like creatures that appear to be made partly of crystalized water.")
|
||||
ice_sprite_desc = S("Ice sprites are mysterious glowing insect-like creatures that appear to be made partly of crystallized water.")
|
||||
if minetest.get_modpath("vessels") then
|
||||
if minetest.get_modpath("fireflies") then
|
||||
ice_sprite_usage = S("Ice sprites can be caught with nets and placed in bottles as sources of light and freezing cold.")
|
||||
|
@ -1,11 +1,18 @@
|
||||
# textdomain: ice_sprites
|
||||
##### textdomain: ice_sprites #####
|
||||
|
||||
|
||||
# ./ice_sprites/init.lua
|
||||
### init.lua ###
|
||||
|
||||
A bottle containing a captured ice sprite.=
|
||||
|
||||
Hidden Ice Sprite=
|
||||
|
||||
Ice Sprite=
|
||||
|
||||
Ice Sprite in a Bottle=
|
||||
Ice sprites are mysterious glowing insect-like creatures that appear to be made partly of crystalized water.=
|
||||
|
||||
Ice sprites are mysterious glowing insect-like creatures that appear to be made partly of crystallized water.=
|
||||
|
||||
Ice sprites can be caught with nets and placed in bottles as sources of light and freezing cold.=
|
||||
Ice sprites radiate both light and freezing cold.=
|
||||
|
||||
Ice sprites radiate both light and freezing cold.=
|
||||
|
Reference in New Issue
Block a user