KoreanTranslation

From The Battle for Wesnoth Wiki
Revision as of 05:51, 6 November 2010 by Mistzone (talk | contribs)

한글화 (Korean Translation)

한글화 팀 구성원

mistzone (현재 유일한 구성원)

메일 주소 : drier22@gmail.com

Kim Woong (Andrew Kim) (전 번역자님)


폰트 관련 도움 요청 (Kim Woong님이 작성)

I have to fix something. I changed the font name of chines font that is using in the game to the korean font name and it worked. but we need to find other way to use korean font. if you have any ideas about it, contact me please

이 게임에서 쓰는 중국어 폰트 이름을 한국어 폰트로 바꾸는 방법으로 한국어 폰트를 이용할 수 있었지만 한국어 폰트를 사용할 다른 방법이 필요합니다. 뭔가 방법을 아신다면 연락주세요.

특히 이 글을 보시는 한국분들은 필시 연락바랍니다!


I modified data/fonts.cfg as following:

data/fonts.cfg를 다음과 같이 바꾸었습니다:

   [fonts]
         order="DejaVuSans.ttf,FreeSans.ttf,sazanami-gothic.ttf,gkai00mp.ttf,korean.ttf"
   
   (snip)
   
       [font]
           name="korean.ttf"
           # unicode hangul codepoints:
           # 0x1100-11FF Hangul Jamo
           # 0x3130-318F Hangul Compatibility Jamo
           # 0xAC00-D7AF Hangul Syllables
           codepoints="4352-4607,12592-12687,44032-55215"
       [/font]
   
   [/fonts]

In addition, copied some korean ttf font to the game fonts dir as "korean.ttf" and it worked. (following is how to do that in ubuntu 7.04 feisty:)

추가로 한국어 ttf폰트를 게임 폰트 폴더에 복사했는데 제대로 동작했습니다.

   # cd /usr/share/games/wesnoth/fonts
   # sudo ln -sf ../../../fonts/truetype/baekmuk/dotum.ttf korean.ttf

-- mete0r 우분투 8.04는 위에 처럼하시고

   # cd /usr/share/games/wesnoth/fonts
   # sudo ln -sf ../../../fonts/truetype/baekmuk/dotum.ttf korean.ttf

하시기전에

baekmuk폰트는 /use/share/fonts/truetype/에 넣으시고 터미날에서 sudo fc-cache -f -v 해주시거나

    #sudo apt-get install ttf-baekmuk 

하시면됩니다.

   # cd /usr/share/games/wesnoth/fonts
   # sudo ln -sf ../../../fonts/truetype/baekmuk/dotum.ttf korean.ttf 

위에 실행하면 잘 보이실 것입니다.