remove intllib

This commit is contained in:
tenplus1 2023-08-08 18:14:51 +01:00
parent b70f99bb6c
commit 00b34b49e5
5 changed files with 20 additions and 27 deletions

View File

@ -1,3 +0,0 @@
default
intllib?
lucky_block?

View File

@ -1 +0,0 @@
Adds bees and hives to Minetest.

View File

@ -7,8 +7,6 @@
local S local S
if minetest.get_translator then if minetest.get_translator then
S = minetest.get_translator("bees") S = minetest.get_translator("bees")
elseif minetest.global_exists("intllib") then
S = intllib.Getter()
else else
S = function(s) return s end S = function(s) return s end
end end

View File

@ -1,22 +1,21 @@
# Template # Template
Bees = Bees=
Honey Extractor = Honey Extractor=
Wild Bee Hive = Wild Bee Hive=
Artificial Bee Hive = Artificial Bee Hive=
Industrial Bee Hive = Industrial Bee Hive=
Colony died, not enough flowers in area! = Colony died, not enough flowers in area!=
Requires Queen bee to function = Requires Queen bee to function=
Progress = Progress=
Does not have empty frame(s) = Does not have empty frame(s)=
Queen inserted, now for empty frames = Queen inserted, now for empty frames=
Bees are aclimating = Bees are aclimating=
Empty hive frame = Empty hive frame=
Filled hive frame = Filled hive frame=
Honey Bottle = Honey Bottle=
Bees wax = Bees wax=
Honey comb = Honey comb=
Queen Bee = Queen Bee=
Smoker = Smoker=
Grafting tool = Grafting tool=
[MOD] Bees Loaded! =

View File

@ -1,4 +1,4 @@
name = bees name = bees
depends = default depends = default
optional_depends = intllib, lucky_block optional_depends = lucky_block
description = Adds bees and hives to Minetest. description = Adds bees and hives to Minetest.