defeatedcrow / HeatAndClimateMod

The Mod for Minecraft 1.9.4+
54 stars 18 forks source link

fix & update chinese translation #250

Closed Pliosauroidea closed 2 years ago

Pliosauroidea commented 2 years ago

fix and update translations. changes shown in commit notes

p.s. some language keys appear multiple times in en_us.lang list as follows:

dcs.tip.allcharm=
dcs.tip.amulet=
dcs.tip.offhand_tool=
dcs.tip.r_click_pos=
dcs.tip.r_click_use=
dcs.tip.r_click_remove=
dcs.tip.magic_cost=
dcs.tip.magic_limit=
#entity.dcs.food.cake_lemon.name=

p.s. I notice that the name of creative mode catagory bars are hard-coded in the source code in ClimateMain.java , I wonder if in further development you will recode that part to be localizable?

defeatedcrow commented 2 years ago

thank you!

It was my simple mistake about duplication.

Also, there is no specific reason for the hard-coded creative tabs. (It is inherited from the old code.) It will be fixed in the next update.

Pliosauroidea commented 2 years ago

just to be clear : I did not delete all the duplication in en_us.lang so you may check them on your own