1
0
Fork 0

Update ver_info

This commit is contained in:
the-real-herowl 2024-05-02 06:13:56 +02:00 committed by teknomunk
parent 4b83aaaa77
commit 71c0d493ed
4 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@ end
-- register normal user access to debug levels 1 and 0.
minetest.register_chatcommand("ver", {
description = S("Display Mineclone 2 game version."),
description = S("Display VoxeLibre game version."),
func = function(name, params)
--[[ get_game_info's table data:
{
@ -46,7 +46,7 @@ minetest.register_chatcommand("ver", {
local version = conf:get("version")
if game_info.title == nil or game_info.title == "" then
game_info.title = "Mineclone 2"
game_info.title = "VoxeLibre"
end
-- Notes: "game.conf doesn't support id currently, this is planned in the future" - rubenwardy from the github issue.
-- TODO: Remove workaround after minetest.get_game_info().id is implemented.

View File

@ -1,3 +1,3 @@
# textdomain: mcl_ver_info
Sorry, but your version of Minetest doesn't support the latest API. Please upgrade your minetest.=Désolé, mais votre version de Minetest ne supporte la dernière API. Veuillez mettre à jour minetest.
Display Mineclone 2 game version.=Affiche la version de Mineclone 2.
Display VoxeLibre game version.=Affiche la version de VoxeLibre.

View File

@ -1,3 +1,3 @@
# textdomain: mcl_ver_info
Sorry, but your version of Minetest doesn't support the latest API. Please upgrade your minetest.=Desculpe, mas sua versão do Minetest não suporta a última API. Por favor atualize seu minetest.
Display Mineclone 2 game version.=Mostrar a versão do jogo Mineclone 2.
Display VoxeLibre game version.=Mostrar a versão do jogo VoxeLibre.

View File

@ -1,3 +1,3 @@
# textdomain: mcl_ver_info
Sorry, but your version of Minetest doesn't support the latest API. Please upgrade your minetest.=Ваша версия Minetest не поддерживает последнюю версию API. Пожалуйста, обновите ваш Minetest.
Display Mineclone 2 game version.=Показать версию Mineclone 2.
Display VoxeLibre game version.=Показать версию VoxeLibre.