iceman1001 / ChameleonMini-rebootedGUI

Windows based GUI for Chameleon Mini, the contactless smartcard emulator (NFC/RFID)
GNU General Public License v3.0
290 stars 72 forks source link

fix translation issue #52

Closed hiwanz closed 6 years ago

hiwanz commented 6 years ago
  1. Fix Chinese translation
  2. Fix control names

Names of tabcontrol pages in Language directory are wrong

this.tpOperation.Name = "tpOperation";

this.tpDump.Name = "tpDump";

this.tpSerial.Name = "tpSerial";

this.tpSettings.Name = "tpSettings";

iceman1001 commented 6 years ago

Great catch with the tabcontrol name changes. Can't verify the translations so I just have to trust you on this one.

hiwanz commented 6 years ago

Thx, I'm Chinese, so if there is any translation work to do, i can help

iceman1001 commented 6 years ago

Great! Feel free to contribute!