Skip to content

Commit

Permalink
Merge pull request #8 from araname/master
Browse files Browse the repository at this point in the history
update message and add translation
  • Loading branch information
splitbrain committed Jan 2, 2014
2 parents a48722c + 3e34132 commit d5d42fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion lang/en/settings.php
@@ -1,4 +1,3 @@
<?php

$lang['path'] = 'The path to your local graphviz dot binary (eg. <code>/usr/bin/dot</code>). Leave empty to use remote rendering at google.com.';

8 changes: 8 additions & 0 deletions lang/ko/settings.php
@@ -0,0 +1,8 @@
<?php
/**
* Korean language file
*
* @author Myeongjin <aranet100@gmail.com>
*/

$lang['path'] = '로컬 graphviz dot 바이너리로의 경로 (예를 들어 <code>/usr/bin/dot</code>). google.com에서 원격 렌더하기를 사용하려면 비워 두세요.';

0 comments on commit d5d42fa

Please sign in to comment.