We are translating ZCS Web Client.
I'm posting a translated file(ZhMsg_ko.properties) as a trial.
I'll post the rest of the files as soon as possible.
Thank you.
Printable View
We are translating ZCS Web Client.
I'm posting a translated file(ZhMsg_ko.properties) as a trial.
I'll post the rest of the files as soon as possible.
Thank you.
Many thanks! Look forward to the rest!
We've checked the ZhMsg_ko.properties file into the SVN source repository. In order to do that, however, I needed to convert it to escaped ASCII as detailed in the Translations wiki page. Here is the command that I used: (requires a JDK installed)
In the future, please run the source files through this process before submitting them to the forum. Thanks!Code:native2ascii -encoding EUC-KR {source} {destination}
I got it.
I will do that.
Thanks...