Translation update + Slovak texts

master
daret 2020-11-02 21:57:21 +01:00
parent 59dcde13d1
commit c584e555e6
4 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
name = Planet Alive
name = A Planet Alive

View File

@ -38,7 +38,7 @@ origin https://github.com/sirrobzeroone/comboblock (fetch)
Mod: blocks_functions/comboblock
origin https://gitlab.com/VanessaE/signs_lib (fetch)
* master 8b975d7 [origin/master] add minimum minetest version key for contentdb
* master 1a6b9f3 [origin/master] enable static save on signs' entities
Mod: building_blocks/signs_lib
origin https://github.com/Sokomine/cottages (fetch)

View File

@ -0,0 +1,3 @@
# textdomain: comboblock
Hmmmm... that wont work I can't mix glass slabs and none glass slabs=Hmmmm ... toto nebude fungovať, nie je možné miešať sklenené a ostatné stupienky
Hmmmm... The slab wont fit there, somethings in the way=Hmmmm ... stupienok tam nepasuje, niečo mu zavadzia

View File

@ -161,7 +161,7 @@ minetest.register_entity("signs_lib:text", {
visual = "mesh",
mesh = "signs_lib_standard_sign_entity_wall.obj",
textures = {},
static_save = false,
static_save = true,
backface_culling = false
})