-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate all builtin prases (
Core/builtin/
). Remove our partial tr…
- Loading branch information
Showing
12 changed files
with
251 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
-- As for now, this mod used only for translations of builtin functionality. | ||
-- Translations need to be removed after it appears in MT (#1187). |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
name = builtin | ||
description = As for now, this mod used only for translations of builtin functionality. Translations need to be removed after it appears in MT (#1187). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,3 @@ | ||
local SL = minetest.get_translator("lord_base_commands") | ||
|
||
-- Эти команды были переопределены в изначальном LOTT, подключались в их `default`-мод, который они скопировали из MTG | ||
dofile(minetest.get_modpath(minetest.get_current_modname()).."/chatcommands.lua") | ||
|
||
|
||
local function redefinition(chatcommand, new_description) | ||
if minetest.chatcommands[chatcommand] then | ||
if new_description then | ||
minetest.chatcommands[chatcommand].description = SL(new_description) | ||
else | ||
minetest.chatcommands[chatcommand].description = SL(minetest.chatcommands[chatcommand].description) | ||
end | ||
end | ||
end | ||
|
||
redefinition("admin") | ||
redefinition("auth_reload") | ||
redefinition("ban") | ||
redefinition("clearinv") | ||
redefinition("clearobjects") | ||
redefinition("clearpassword") | ||
redefinition("days") | ||
redefinition("deleteblocks") | ||
redefinition("emergeblocks") | ||
redefinition("fixlight") | ||
redefinition("give") | ||
redefinition("giveme") | ||
redefinition("grant") | ||
redefinition("grantme") | ||
redefinition("help") | ||
redefinition("kick") | ||
redefinition("last-login") | ||
redefinition("me") | ||
redefinition("mods") | ||
redefinition("msg") | ||
redefinition("mvol") | ||
redefinition("privs") | ||
redefinition("pulverize") | ||
redefinition("remove_player") | ||
redefinition("revoke") | ||
redefinition("rollback") | ||
redefinition("rollback_check", "Check who has last touched a node or near it, max <seconds> ago") | ||
redefinition("set") | ||
redefinition("setpassword") | ||
redefinition("shutdown") | ||
redefinition("spawnentity") | ||
redefinition("status") | ||
redefinition("svol") | ||
redefinition("teleport") | ||
redefinition("time") | ||
redefinition("unban") |
40 changes: 0 additions & 40 deletions
40
mods/lord/Game/lord_base_commands/locale/lord_base_commands.en.tr
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
mods/lord/Game/lord_base_commands/locale/lord_base_commands.ru.tr
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
mods/lord/Game/lord_base_privs/locale/lord_base_privs.en.tr
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
mods/lord/Game/lord_base_privs/locale/lord_base_privs.ru.tr
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.