* [perf story #59898] Add lang.

This commit is contained in:
wangyidong
2024-07-24 14:48:19 +08:00
committed by 孙广明
parent feeaa76c5e
commit 823d97dafc
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -25,6 +25,9 @@ $lang->message->all = 'All Messages';
$lang->message->timeLabel['minute'] = '%s minute ago';
$lang->message->timeLabel['hour'] = '1 hour ago';
$lang->message->notice = new stdclass();
$lang->message->notice->confirmDelete = "Are you sure you want to delete the message?";
$lang->message->label = new stdclass();
$lang->message->label->created = 'create';
$lang->message->label->opened = 'open';