KoreanTranslation

From The Battle for Wesnoth Wiki
Revision as of 19:28, 19 June 2008 by Lure (talk | contribs)

Translation Project team

Kim Woong (Andrew Kim) Mail to : sfradix@hotmail.com

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:

   [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:)

   # 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 

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