[farming_plus] Update to Git patch 8bee49a:

https://github.com/AntumMT/mod-farming_plus/tree/8bee49a
master
AntumDeluge 2017-07-08 20:04:55 -07:00
parent 6193e10120
commit 81b2863969
4 changed files with 108 additions and 3 deletions

View File

@ -545,7 +545,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
[patch.drawers]: https://github.com/AntumMT/mtmod-drawers/tree/a77f809
[patch.enchanting]: https://github.com/AntumMT/mtmod-enchanting/tree/7a01f2f
[patch.ethereal]: https://github.com/AntumMT/mtmod-ethereal/tree/4dd599e
[patch.farming_plus]: https://github.com/AntumMT/mtmod-farming_plus/tree/454a443
[patch.farming_plus]: https://github.com/AntumMT/mod-farming_plus/tree/8bee49a
[patch.gems_encrustable]: https://github.com/AntumMT/mtmod-gems_encrustable/tree/791bff5
[patch.gems_tools]: https://github.com/AntumMT/mtmod-gems_tools/tree/abe21e3
[patch.hbarmor]: https://github.com/AntumMT/mtmod-hbarmor/tree/d1168bb

View File

@ -1,9 +1,13 @@
farming.registered_plants = {}
-- Boilerplate to support localized strings if intllib mod is installed.
if (minetest.get_modpath("intllib")) then
if (minetest.global_exists("intllib")) then
dofile(minetest.get_modpath("intllib").."/intllib.lua")
farming.S = intllib.Getter(minetest.get_current_modname())
if intllib.make_gettext_pair then
farming.S = intllib.make_gettext_pair(minetest.get_current_modname())
else
farming.S = intllib.Getter(minetest.get_current_modname())
end
else
farming.S = function ( s ) return s end
end

View File

@ -0,0 +1,50 @@
# Translation by Xanthin
### bananas.lua ###
Banana Tree Sapling = Bananenbaumsetzling
Banana = Banane
### carrots.lua ###
Carrot Seeds = Karottensamen
Carrot = Karotte
### cocoa.lua ###
Cocoa Tree Sapling = Kakaobaumsetzling
Cocoa = Kakao
Cocoa Bean = Kakaobohne
### oranges.lua ###
Orange Seeds = Orangensamen
Orange = Orange
### potatoes.lua ###
Potato Seeds = Kartoffelsamen
Potato = Kartoffel
### pumpkin.lua ###
Pumpkin Seed = Kürbissamen
Pumpkin = Kürbis
Pumpkin Face = Kürbislaterne
Pumpkin Face With Light = Leuchtende Kürbislaterne
Big Pumpkin = Riesen-Kürbis
Scarecrow = Vogelscheuche
Scarecrow With Light = Leuchtende Vogelscheuche
Pumpkin Bread = Kürbisbrot
Pumpkin Flour = Kürbismehl
### rhubarb.lua ###
Rhubarb Seeds = Rhabarbersamen
Rhubarb = Rhabarber
### strawberries.lua ###
Strawberry Seeds = Erdbeersamen
Strawberry = Erdbeere
### tomatoes.lua ###
Tomato Seeds = Tomatensamen
Tomato = Tomate
### init.lua ###
### weed.lua ###
Weed = Unkraut

View File

@ -0,0 +1,51 @@
# Template
### bananas.lua ###
Banana Tree Sapling =
Banana =
### carrots.lua ###
Carrot Seeds =
Carrot =
### cocoa.lua ###
Cocoa Tree Sapling =
Cocoa =
Cocoa Bean =
### oranges.lua ###
Orange Seeds =
Orange =
### potatoes.lua ###
Potato Seeds =
Potato =
### pumpkin.lua ###
Pumpkin Seed =
Pumpkin =
Pumpkin Face =
Pumpkin Face With Light =
Big Pumpkin =
Scarecrow =
Scarecrow With Light =
Pumpkin Bread =
Pumpkin Flour =
### rhubarb.lua ###
Rhubarb Seeds =
Rhubarb =
### strawberries.lua ###
Strawberry Seeds =
Strawberry =
### tomatoes.lua ###
Tomato Seeds =
Tomato =
### init.lua ###
### weed.lua ###
Weed =