i18n discontinued

This commit is contained in:
MrIbby 2016-02-20 11:30:01 -08:00
parent 2434f29a6d
commit a9f7d425b1
7 changed files with 0 additions and 23 deletions

View File

@ -1,4 +1,3 @@
bucket bucket
farming farming
i18n?
intllib? intllib?

View File

@ -131,5 +131,3 @@ if throwable_cake then
end, end,
}) })
end end
if not intllib and minetest.get_modpath("i18n") then i18n.localize_mod() end

View File

@ -1,4 +0,0 @@
local l10n = {}
l10n["cake:cake"] = "Kuchen"
l10n["cake:sugar"] = "Zucker"
return l10n

View File

@ -1,4 +0,0 @@
local l10n = {}
l10n["cake:cake"] = "Pastel"
l10n["cake:sugar"] = "Azúcar"
return l10n

View File

@ -1,4 +0,0 @@
local l10n = {}
l10n["cake:cake"] = "Gâteau"
l10n["cake:sugar"] = "Sucre"
return l10n

View File

@ -1,4 +0,0 @@
local l10n = {}
l10n["cake:cake"] = "Bolo"
l10n["cake:sugar"] = "Açúcar"
return l10n

View File

@ -1,4 +0,0 @@
local l10n = {}
l10n["cake:cake"] = "Пирожное"
l10n["cake:sugar"] = "Сахар"
return l10n