From 18571d072c586aa2bb61a16bb39e7ac3ba725dad Mon Sep 17 00:00:00 2001 From: the-real-herowl Date: Sun, 26 May 2024 15:50:05 +0000 Subject: [PATCH] Further documentation fixes (#4329) All related to the rename. Also updated a script used while releasing. Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4329 Co-authored-by: the-real-herowl Co-committed-by: the-real-herowl --- CREDITS.md | 2 +- README_locale/README.zh_TW.md | 4 +++- tools/generate_ingame_credits.lua | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CREDITS.md b/CREDITS.md index 44a64ccdd..57a7a132f 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -3,7 +3,7 @@ ## Creator of MineClone * davedevils -## Creator of MineClone2 +## Creator of VoxeLibre * Wuzzy ## Maintainers diff --git a/README_locale/README.zh_TW.md b/README_locale/README.zh_TW.md index bdf370533..47d29cd59 100644 --- a/README_locale/README.zh_TW.md +++ b/README_locale/README.zh_TW.md @@ -1,4 +1,6 @@ -# MineClone 2 +This file is severely out of date. If you can help updating this translation, please reach out to us (contact in README.md - the English version). + +# VoxeLibre 一個非官方的Minetest遊戲,遊玩方式和Minecraft類似。由davedevils從MineClone分拆。 由許多人開發。並非由Mojang Studios開發。 diff --git a/tools/generate_ingame_credits.lua b/tools/generate_ingame_credits.lua index a484322c0..cfcc637f7 100755 --- a/tools/generate_ingame_credits.lua +++ b/tools/generate_ingame_credits.lua @@ -4,7 +4,7 @@ local colors = { ["Creator of MineClone"] = "0x0A9400", - ["Creator of MineClone2"] = "0xFBF837", + ["Creator of VoxeLibre"] = "0xFBF837", ["Maintainers"] = "0xFF51D5", ["Developers"] = "0xF84355", ["Past Developers"] = "0xF84355",