We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50e9b3 commit 4628acdCopy full SHA for 4628acd
lib/plugins/config/lang/ko/lang.php
@@ -3,6 +3,7 @@
3
/**
4
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
5
*
6
+ * @author DevAny <devany.kr@gmail.com>
7
* @author merefox retronica <merefox@naver.com>
8
* @author take <take@ruu.kr>
9
* @author merefox <admin@homerecz.com>
@@ -140,7 +141,7 @@
140
141
$lang['useslash'] = 'URL에서 이름공간 구분자로 슬래시 사용';
142
$lang['sepchar'] = '문서 이름 낱말 구분자';
143
$lang['canonical'] = '완전한 canonical URL 사용';
-$lang['fnencode'] = 'ASCII가 아닌 파일 이름을 인코딩하는 방법.';
144
+$lang['fnencode'] = 'ASCII가 아닌 파일 이름을 인코딩하는 방법';
145
$lang['autoplural'] = '링크에서 복수형 검사';
146
$lang['compression'] = '첨부 파일의 압축 방법';
147
$lang['gzip_output'] = 'xhtml에 대해 gzip 내용 인코딩 사용';
0 commit comments