Skip to content

Commit

Permalink
Update minetest.conf.example and dummy translation file
Browse files Browse the repository at this point in the history
  • Loading branch information
updatepo.sh authored and sfan5 committed Feb 23, 2021
1 parent f35b9be commit e86fbf9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion minetest.conf.example
Expand Up @@ -503,6 +503,11 @@

### Basic

# Whether nametag backgrounds should be shown by default.
# Mods may still set a background.
# type: bool
# show_nametag_backgrounds = true

# Enable vertex buffer objects.
# This should greatly improve graphics performance.
# type: bool
Expand Down Expand Up @@ -1298,7 +1303,7 @@
# type: bool
# enable_damage = false

# Enable creative mode for new created maps.
# Enable creative mode for all players
# type: bool
# creative_mode = false

Expand Down
4 changes: 3 additions & 1 deletion src/settings_translation_file.cpp
Expand Up @@ -203,6 +203,8 @@ fake_function() {
gettext("Graphics");
gettext("In-Game");
gettext("Basic");
gettext("Show nametag backgrounds by default");
gettext("Whether nametag backgrounds should be shown by default.\nMods may still set a background.");
gettext("VBO");
gettext("Enable vertex buffer objects.\nThis should greatly improve graphics performance.");
gettext("Fog");
Expand Down Expand Up @@ -513,7 +515,7 @@ fake_function() {
gettext("Damage");
gettext("Enable players getting damage and dying.");
gettext("Creative");
gettext("Enable creative mode for new created maps.");
gettext("Enable creative mode for all players");
gettext("Fixed map seed");
gettext("A chosen map seed for a new map, leave empty for random.\nWill be overridden when creating a new world in the main menu.");
gettext("Default password");
Expand Down

0 comments on commit e86fbf9

Please sign in to comment.