Implement admin functions for FCM and APNs configuration

This commit is contained in:
Kijin Sung 2020-06-16 15:47:42 +09:00
parent 3c15c34aa1
commit e49c77926a
7 changed files with 135 additions and 1 deletions

View file

@ -115,6 +115,7 @@ $lang->tag = 'Tag';
$lang->mail = 'Mail';
$lang->email = 'E-mail';
$lang->sms = 'SMS';
$lang->push_notification = 'Push Notification';
$lang->allow_comment = 'Allow Comments';
$lang->lock_comment = 'Block Comments';
$lang->allow_trackback = 'Allow Trackbacks';

View file

@ -117,6 +117,7 @@ $lang->tag = '태그';
$lang->mail = '메일';
$lang->email = '이메일';
$lang->sms = 'SMS';
$lang->push_notification = '푸시 알림';
$lang->allow_comment = '댓글 허용';
$lang->lock_comment = '댓글 잠금';
$lang->allow_trackback = '엮인글 허용';