Merge remote-tracking branch 'origin/php8' into php8

This commit is contained in:
xiaomlove
2025-09-17 04:05:45 +07:00
19 changed files with 365 additions and 108 deletions
+4
View File
@@ -8,5 +8,9 @@ return [
'post' => [
'edited_notify_subject' => 'Post reply was modified',
'edited_notify_body' => 'Your reply to topic: :topic_subject was modified by: :editor.',
],
'reply' => [
'replied_notify_subject' => 'Your reply has a new reply',
'replied_notify_body' => 'Your reply to topic:topic_subject was replied by :replyer.',
]
];
+2
View File
@@ -14,4 +14,6 @@ return [
'msg_you_must_upload_in' => "Please upload the offer within ",
'msg_hours_otherwise' => " hours. Otherwise the offer would be deleted.",
'msg_reason_is' => "The reason: ",
'msg_new_offer_subject' => "A new offer has been added",
'msg_new_offer_msg' => "User :username has added a new offer :offername",
];