mirror of
https://github.com/mt-mods/biome_lib.git
synced 2024-11-14 14:40:21 +01:00
Remove unused intllib
translations (#6)
This commit is contained in:
parent
823db77217
commit
3a1446e26e
13
init.lua
13
init.lua
|
@ -7,19 +7,6 @@
|
||||||
biome_lib = {}
|
biome_lib = {}
|
||||||
biome_lib.modpath = minetest.get_modpath("biome_lib")
|
biome_lib.modpath = minetest.get_modpath("biome_lib")
|
||||||
|
|
||||||
-- Boilerplate to support localized strings if intllib mod is installed.
|
|
||||||
local S
|
|
||||||
if minetest.global_exists("intllib") then
|
|
||||||
if intllib.make_gettext_pair then
|
|
||||||
S = intllib.make_gettext_pair()
|
|
||||||
else
|
|
||||||
S = intllib.Getter()
|
|
||||||
end
|
|
||||||
else
|
|
||||||
S = function(s) return s end
|
|
||||||
end
|
|
||||||
biome_lib.intllib = S
|
|
||||||
|
|
||||||
local c1 = minetest.settings:get("biome_lib_default_grow_through_nodes")
|
local c1 = minetest.settings:get("biome_lib_default_grow_through_nodes")
|
||||||
biome_lib.default_grow_through_nodes = {["air"] = true}
|
biome_lib.default_grow_through_nodes = {["air"] = true}
|
||||||
if c1 then
|
if c1 then
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
# Translation by Xanthin
|
|
||||||
|
|
||||||
someone = jemand
|
|
||||||
Sorry, %s owns that spot. = Entschuldige, %s gehoert diese Stelle.
|
|
||||||
[Plantlife Library] Loaded = [Plantlife Library] Geladen
|
|
|
@ -1,5 +0,0 @@
|
||||||
# Template
|
|
||||||
|
|
||||||
someone = quelqu'un
|
|
||||||
Sorry, %s owns that spot. = Désolé, %s possède cet endroit.
|
|
||||||
[Plantlife Library] Loaded = [Librairie Plantlife] Chargée.
|
|
|
@ -1,5 +0,0 @@
|
||||||
# Translation by inpos
|
|
||||||
|
|
||||||
someone = кто-то
|
|
||||||
Sorry, %s owns that spot. = Извините, но %s уже является владельцем этой точки.
|
|
||||||
[Plantlife Library] Loaded = [Plantlife Library] Загружена
|
|
|
@ -1,5 +0,0 @@
|
||||||
# Template
|
|
||||||
|
|
||||||
someone =
|
|
||||||
Sorry, %s owns that spot. =
|
|
||||||
[Plantlife Library] Loaded =
|
|
|
@ -1,5 +0,0 @@
|
||||||
# Turkish translation by mahmutelmas06
|
|
||||||
|
|
||||||
someone = birisi
|
|
||||||
Sorry, %s owns that spot. = Üzgünüm, buranın sahibi %s.
|
|
||||||
[Plantlife Library] Loaded = [Plantlife Library] yüklendi
|
|
Loading…
Reference in New Issue
Block a user