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
if minetest.get_translator then
S = minetest.get_translator("bees")
elseif minetest.global_exists("intllib") then
S = intllib.Getter()
else
S = function(s) return s end
end

View File

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

View File

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