Initial implementation of Notification Settings screen

This commit is contained in:
Kijin Sung 2016-11-12 15:19:26 +09:00
parent ddc0da173a
commit 87b9f7bae6
12 changed files with 415 additions and 0 deletions

View file

@ -110,6 +110,9 @@ $lang->comment = '댓글';
$lang->description = '설명';
$lang->trackback = '엮인글';
$lang->tag = '태그';
$lang->mail = '메일';
$lang->email = '이메일';
$lang->sms = 'SMS';
$lang->allow_comment = '댓글 허용';
$lang->lock_comment = '댓글 잠금';
$lang->allow_trackback = '엮인글 허용';