From dfb23c8db059be66cd3735d453aa272c48021f34 Mon Sep 17 00:00:00 2001 From: "updatepo.sh" Date: Sun, 11 Aug 2024 17:35:23 +0200 Subject: [PATCH] Update minetest.conf.example and settings_translation_file.cpp --- minetest.conf.example | 9 +++++++-- src/settings_translation_file.cpp | 6 ++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/minetest.conf.example b/minetest.conf.example index eaedae947..efe9c19bd 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -116,7 +116,7 @@ # type: bool # virtual_joystick_triggers_aux1 = false -# The gesture for for punching players/entities. +# The gesture for punching players/entities. # This can be overridden by games and mods. # # * short_tap @@ -707,6 +707,11 @@ # type: string # contentdb_url = https://content.minetest.net +# If enabled and you have ContentDB packages installed, Minetest may contact ContentDB to +# check for package updates when opening the mainmenu. +# type: bool +# contentdb_enable_updates_indicator = true + # Comma-separated list of flags to hide in the content repository. # "nonfree" can be used to hide packages which do not qualify as 'free software', # as defined by the Free Software Foundation. @@ -740,7 +745,7 @@ # type: bool # enable_split_login_register = true -# URL to JSON file which provides information about the newest Minetest release +# URL to JSON file which provides information about the newest Minetest release. # If this is empty the engine will never check for updates. # type: string # update_information_url = https://www.minetest.net/release_info.json diff --git a/src/settings_translation_file.cpp b/src/settings_translation_file.cpp index 78c3cfb44..6347bc257 100644 --- a/src/settings_translation_file.cpp +++ b/src/settings_translation_file.cpp @@ -50,7 +50,7 @@ fake_function() { gettext("Virtual joystick triggers Aux1 button"); gettext("Use virtual joystick to trigger \"Aux1\" button.\nIf enabled, virtual joystick will also tap \"Aux1\" button when out of main circle."); gettext("Punch gesture"); - gettext("The gesture for for punching players/entities.\nThis can be overridden by games and mods.\n\n* short_tap\nEasy to use and well-known from other games that shall not be named.\n\n* long_tap\nKnown from the classic Minetest mobile controls.\nCombat is more or less impossible."); + gettext("The gesture for punching players/entities.\nThis can be overridden by games and mods.\n\n* short_tap\nEasy to use and well-known from other games that shall not be named.\n\n* long_tap\nKnown from the classic Minetest mobile controls.\nCombat is more or less impossible."); gettext("Graphics and Audio"); gettext("Graphics"); gettext("Screen"); @@ -276,6 +276,8 @@ fake_function() { gettext("Content Repository"); gettext("ContentDB URL"); gettext("The URL for the content repository"); + gettext("Enable updates available indicator on content tab"); + gettext("If enabled and you have ContentDB packages installed, Minetest may contact ContentDB to\ncheck for package updates when opening the mainmenu."); gettext("ContentDB Flag Blacklist"); gettext("Comma-separated list of flags to hide in the content repository.\n\"nonfree\" can be used to hide packages which do not qualify as 'free software',\nas defined by the Free Software Foundation.\nYou can also specify content ratings.\nThese flags are independent from Minetest versions,\nso see a full list at https://content.minetest.net/help/content_flags/"); gettext("ContentDB Max Concurrent Downloads"); @@ -289,7 +291,7 @@ fake_function() { gettext("Enable split login/register"); gettext("If enabled, account registration is separate from login in the UI.\nIf disabled, new accounts will be registered automatically when logging in."); gettext("Update information URL"); - gettext("URL to JSON file which provides information about the newest Minetest release\nIf this is empty the engine will never check for updates."); + gettext("URL to JSON file which provides information about the newest Minetest release.\nIf this is empty the engine will never check for updates."); gettext("Server"); gettext("Admin name"); gettext("Name of the player.\nWhen running a server, clients connecting with this name are admins.\nWhen starting from the main menu, this is overridden.");