mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Add more Japanese suffixes
This commit is contained in:
parent
3740f55ef3
commit
97596e2e23
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class ncenterliteModel extends ncenterlite
|
|||
if(!$config->mention_names) $config->mention_names = 'nick_name';
|
||||
if(!$config->mention_suffixes)
|
||||
{
|
||||
$config->mention_suffixes = array('님', '様');
|
||||
$config->mention_suffixes = array('님', '様', 'さん', 'ちゃん');
|
||||
}
|
||||
unset($config->mention_format);
|
||||
if(!$config->document_notify) $config->document_notify = 'direct-comment';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue