mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
9 lines
269 B
PHP
9 lines
269 B
PHP
<?php
|
|
/**
|
|
* @file /modules/editor/components/emoticon/lang/ko.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief 위지윅에디터(editor) 모듈 > 이모티콘(emoticon) 컴포넌트의 언어팩
|
|
**/
|
|
|
|
$lang->emoticon = "이모티콘";
|
|
?>
|