Skip to content

Commit

Permalink
Merge pull request #4 from araname/patch-1
Browse files Browse the repository at this point in the history
Add Korean translation
  • Loading branch information
splitbrain committed Sep 2, 2016
2 parents 12ec8bc + 8d6a295 commit 199f1e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lang/ko/lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
/**
* Korean language file
*
* @author Myeongjin <aranet100@gmail.com>
*/

$lang['nopng'] = "PHP의 gd 라이브러리는 없거나 PNG 그림을 만들 수 없습니다";
$lang['noft'] = "PHP 설치가 freetype 라이브러리에 접근할 수 없음";

0 comments on commit 199f1e2

Please sign in to comment.