aboutsummaryrefslogtreecommitdiff
path: root/advtrains/init.lua
diff options
context:
space:
mode:
authorywang <yw05@forksworld.de>2020-07-19 15:50:34 +0200
committerywang <yw05@forksworld.de>2020-07-19 16:21:08 +0200
commitcc78b63e342c131e2a08b3697681d9d5fbf86d4f (patch)
treed344fa9eac221c805d2364cbc48e9ee2209158b9 /advtrains/init.lua
parent19509acf56aef4b6e5f45023ee5603e95822fe69 (diff)
downloadadvtrains-cc78b63e342c131e2a08b3697681d9d5fbf86d4f.tar.gz
advtrains-cc78b63e342c131e2a08b3697681d9d5fbf86d4f.tar.bz2
advtrains-cc78b63e342c131e2a08b3697681d9d5fbf86d4f.zip
[BREAKING] Use client-side translations instead of intllib; add zh_CN translations
* Client-side translations is used instead of intllib. [Breaks MT4 compat] * Existing locale files have been moved to advtrains/locale and named with the format advtrains.[lang].tr * Add zh_CN locale. (requires a font that supports CJK text)
Diffstat (limited to 'advtrains/init.lua')
-rw-r--r--advtrains/init.lua8
1 files changed, 2 insertions, 6 deletions
diff --git a/advtrains/init.lua b/advtrains/init.lua
index 84cfa38..d6c3c92 100644
--- a/advtrains/init.lua
+++ b/advtrains/init.lua
@@ -22,12 +22,8 @@ Copyright (C) 2016-2020 Moritz Blei (orwell96) and contributors
local lot = os.clock()
minetest.log("action", "[advtrains] Loading...")
--- Boilerplate to support localized strings if intllib mod is installed.
-if minetest.get_modpath("intllib") then
- attrans = intllib.Getter()
-else
- attrans = function(s,a,...)a={a,...}return s:gsub("@(%d+)",function(n)return a[tonumber(n)]end)end
-end
+-- There is no need to support 0.4.x anymore given that the compatitability with it is already broken by 1bb1d825f46af3562554c12fba35a31b9f7973ff
+attrans = minetest.get_translator ("advtrains")
--advtrains