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';