mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
10 lines
232 B
PHP
10 lines
232 B
PHP
<?php
|
|
/**
|
|
* @file module/referer/lang/zh-TW.lang.php
|
|
* @author haneul <haneul0318@gmail.com>
|
|
* @brief Korean language pack
|
|
*/
|
|
|
|
$lang->referer = "用戶來源";
|
|
$lang->ranking = "排名";
|
|
?>
|