Difference between revisions of "KoreanTranslation"

From The Battle for Wesnoth Wiki
 
Line 7: Line 7:
  
 
특히 이 글을 보시는 한국분들은 필시 연락바랍니다!
 
특히 이 글을 보시는 한국분들은 필시 연락바랍니다!
 +
 +
----
 +
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

Revision as of 11:06, 23 November 2007

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