mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
9 lines
221 B
PHP
9 lines
221 B
PHP
<?php
|
|
/**
|
|
* @file modules/plugin/lang/ko.lang.php
|
|
* @author zero <zero@nzeo.com>
|
|
* @brief 플러그인(plugin) 모듈의 기본 언어팩
|
|
**/
|
|
|
|
$lang->plugin_info = "플러그인 정보";
|
|
?>
|