MrMysterio / Uwizard

All-In-One Wii U PC Program
GNU General Public License v3.0
99 stars 36 forks source link

Add Italian translation #3

Closed nastys closed 9 years ago

nastys commented 9 years ago

Notes: 1 - Not tested 2 - Changelog not updated. If you need to add "Italian language added":

Aggiunta lingua italiana.

You may need to change something else in the program, I don't know...

VinsCool commented 9 years ago

Cool! :)

Just waiting for mrMysterio to merge :P

MrMysterio commented 9 years ago

You need to add the name of the language to the listbox in LangSel.Designer.cs. The list starts at line 47. You may also want to change English to Italian in Langs.cs. It doesn't matter, but it would be easier to read.

nastys commented 9 years ago

Added "Italiano" in LangSel.Designer.cs. What do I need to change in Langs.cs exactly?

MrMysterio commented 9 years ago

You don't NEED to change anything in Langs.cs, but if you changed #Region ENGLISH_UWIZARD to #Region ITALIAN_UWIZARD, it would be more clear for anybody reading the file.

nastys commented 9 years ago

It think you're reading the wrong line... screenshot

MrMysterio commented 9 years ago

Huh? This is what I see: image

nastys commented 9 years ago

That's the old commit. To see the latest version of the file, click Changes then Uwizard/Langs.cs.