aboutsummaryrefslogtreecommitdiff
path: root/po/kn
Commit message (Collapse)AuthorAge
* Update translationsupdatepo.sh2022-01-25
|
* Update translation filesupdatepo.sh2021-11-27
|
* Update translation filesupdatepo.sh2021-06-16
|
* Update translation filesupdatepo.sh2021-02-23
|
* Update translation filesupdatepo.sh2021-01-30
|
* Translated using Weblate (Kannada)Tejaswi Hegde2021-01-30
| | | | Currently translated at 4.9% (67 of 1350 strings)
* Update translation filesupdatepo.sh2020-06-13
|
* Update translation filesupdatepo.sh2020-04-03
|
* Update translation sourcesrubenwardy2020-01-24
|
* Translated using Weblate (Kannada)Krock2020-01-24
| | | | Currently translated at 3.0% (38 of 1274 strings)
* Update translation stringsupdatepo.sh2019-10-12
|
* Update from Weblate (hacky)Translators2019-10-12
|
* Update translation stringsupdatepo.sh2019-09-09
|
* Run updatepo.shTranslations2019-02-24
|
* Update minetest.conf.example, settings strings and locale files (#8230)Wuzzy2019-02-14
|
* Run updatepo.shTranslation2019-02-14
|
* Cleanup translation filesLoïc Blot2019-01-28
| | | | These were broken on the previous commits
* Update translationsTranslations2019-01-27
16, 4/16} }, }, groups = groups, display_entities = { ["steles:text"] = { on_display_update = font_api.on_display_update, depth = -2/16 - display_api.entity_spacing, top = -2/16, aspect_ratio = 0.4, size = { x = 10/16, y = 12/16 }, maxlines = 3, }, }, on_place = function(itemstack, placer, pointed_thing) minetest.rotate_node(itemstack, placer, pointed_thing) return display_api.on_place(itemstack, placer, pointed_thing) end, on_construct = function(pos) local meta = minetest.get_meta(pos) meta:set_string("formspec", string.format([=[ size[6,4]%s%s%s textarea[0.5,0.7;5.5,2;display_text;%s;${display_text}] button[1,3;2,1;font;%s] button_exit[3,3;2,1;ok;%s]]=], default.gui_bg, default.gui_bg_img, default.gui_slots, F("Displayed text (3 lines max)"), F("Font"), F("Write"))) display_api.on_construct(pos) end, on_destruct = display_api.on_destruct, on_rotate = display_api.on_rotate, on_receive_fields = function(pos, formname, fields, player) if not minetest.is_protected(pos, player:get_player_name()) then local meta = minetest.get_meta(pos) if fields.ok or fields.font then meta:set_string("display_text", fields.display_text) meta:set_string("infotext", "\""..fields.display_text.."\"") display_api.update_entities(pos) end if fields.font then font_api.show_font_list(player, pos) end end end, on_punch = display_api.update_entities, }) end end