Skip to content

Commit 3e34132

Browse files
committed
update message and add translation
1 parent a48722c commit 3e34132

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

lang/en/settings.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
<?php
22

33
$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.';
4-

lang/ko/settings.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
/**
3+
* Korean language file
4+
*
5+
* @author Myeongjin <[email protected]>
6+
*/
7+
8+
$lang['path'] = '로컬 graphviz dot 바이너리로의 경로 (예를 들어 <code>/usr/bin/dot</code>). google.com에서 원격 렌더하기를 사용하려면 비워 두세요.';

0 commit comments

Comments
 (0)