TeamShinkansen / Hakchi2-CE

Tool that allows you to add more games to your NES/SNES Classic Mini
https://discord.gg/UUvqsAR
GNU General Public License v3.0
1.21k stars 111 forks source link

Translation of Korean and added flag #450

Closed DDinghoya closed 1 week ago

DDinghoya commented 1 year ago

Korean For Hakchi2-CE.

  1. Translation
  2. Flag image

I look forward to Korean being applied. :)

DanTheMan827 commented 1 year ago

There appear to be a number of errors resulting in a build failure

https://dev.azure.com/TeamShinkansen/Hakchi2%20CE/_build/results?buildId=289&view=results

DDinghoya commented 1 year ago

There appear to be a number of errors resulting in a build failure

https://dev.azure.com/TeamShinkansen/Hakchi2%20CE/_build/results?buildId=289&view=results

hmmm.... I simply translated the value item into Korean, but there are many errors, which is embarrassing...

[error]hakchi_gui\AboutBox.ko.resx(1008,5): Error MSB3103: Invalid Resx file. ? ? is not a valid value for ScrollBars. Line 1008, position 5. [D:\a\1\s\hakchi_gui\hakchi_gui.csproj]

1006 <data name="textBoxDescription.ScrollBars" type="System.Windows.Forms.ScrollBars, System.Windows.Forms"> 1007 <value>둘 다</value> 1008 </data>

"? ?" should not be translated "둘 다" of line#1007, but it seems to be a problem caused by translation into Korean. Can you give me some advice?

DDinghoya commented 1 year ago

@DanTheMan827

All Korean translation errors have been resolved.