Difference between revisions of "KoreanTranslation"

From The Battle for Wesnoth Wiki
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Translation Project team
+
한글화 (Korean Translation)
  
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
+
sejo
  
특히 이 글을 보시는 한국분들은 필시 연락바랍니다!
 
  
----
+
카페 주소 : [http://cafe.naver.com/wesnothko cafe.naver.com/wesnothko]
I modified data/fonts.cfg as following:
 
  
    [fonts]
+
mistzone, Kim Woong (Andrew Kim) (전 번역자님들)
          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
+
번역은 Wesnoth 번역 상황 페이지로 가셔서 wesnoth, wesnoth-lib 등 원하는 부분을 찾고 링크를 다른 이름으로 저장하신 다음 poedit로 편집하시면 됩니다.
    # sudo ln -sf ../../../fonts/truetype/baekmuk/dotum.ttf korean.ttf
+
 
 +
== 폰트 문제 ==
 +
 
 +
1.10 버전부터 한글이 제대로 표시되는 폰트로 변경되었습니다.
 +
 
 +
폰트가 마음에 안들어서 다른걸로 바꾸고 싶으실 경우 Wesnoth폴더\data\hardwired\fonts.cfg 파일을 편집하시면 됩니다.
 +
(백업 필수)
  
-- 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
 
위에 실행하면 잘 보이실 것입니다.
 
  
 
 
[[Category:Translations]]
 
[[Category:Translations]]

Latest revision as of 14:44, 6 October 2019

한글화 (Korean Translation)

한글화 팀 구성원

sejo


카페 주소 : cafe.naver.com/wesnothko

mistzone, Kim Woong (Andrew Kim) (전 번역자님들)

한글화에 참여하고 싶으시면 카페에서 포럼 번역란 또는 자유 게시판에 번역한것을 올려주시면 제가 확인후 반영하겠습니다

번역은 Wesnoth 번역 상황 페이지로 가셔서 wesnoth, wesnoth-lib 등 원하는 부분을 찾고 링크를 다른 이름으로 저장하신 다음 poedit로 편집하시면 됩니다.

폰트 문제

1.10 버전부터 한글이 제대로 표시되는 폰트로 변경되었습니다.

폰트가 마음에 안들어서 다른걸로 바꾸고 싶으실 경우 Wesnoth폴더\data\hardwired\fonts.cfg 파일을 편집하시면 됩니다. (백업 필수)

This page was last edited on 6 October 2019, at 14:44.