forked from VoxeLibre/VoxeLibre
Update ver_info
This commit is contained in:
parent
4b83aaaa77
commit
71c0d493ed
|
@ -25,7 +25,7 @@ end
|
||||||
|
|
||||||
-- register normal user access to debug levels 1 and 0.
|
-- register normal user access to debug levels 1 and 0.
|
||||||
minetest.register_chatcommand("ver", {
|
minetest.register_chatcommand("ver", {
|
||||||
description = S("Display Mineclone 2 game version."),
|
description = S("Display VoxeLibre game version."),
|
||||||
func = function(name, params)
|
func = function(name, params)
|
||||||
--[[ get_game_info's table data:
|
--[[ get_game_info's table data:
|
||||||
{
|
{
|
||||||
|
@ -46,7 +46,7 @@ minetest.register_chatcommand("ver", {
|
||||||
local version = conf:get("version")
|
local version = conf:get("version")
|
||||||
|
|
||||||
if game_info.title == nil or game_info.title == "" then
|
if game_info.title == nil or game_info.title == "" then
|
||||||
game_info.title = "Mineclone 2"
|
game_info.title = "VoxeLibre"
|
||||||
end
|
end
|
||||||
-- Notes: "game.conf doesn't support id currently, this is planned in the future" - rubenwardy from the github issue.
|
-- 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.
|
-- TODO: Remove workaround after minetest.get_game_info().id is implemented.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# textdomain: mcl_ver_info
|
# 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.
|
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.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# textdomain: mcl_ver_info
|
# 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.
|
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.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# textdomain: mcl_ver_info
|
# textdomain: mcl_ver_info
|
||||||
Sorry, but your version of Minetest doesn't support the latest API. Please upgrade your minetest.=Ваша версия Minetest не поддерживает последнюю версию API. Пожалуйста, обновите ваш Minetest.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue