mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'topic' => [
|
||||
'replied_notify_subject' => 'Het onderwerp heeft een nieuw antwoord',
|
||||
'replied_notify_body' => 'Je topic::topic_subject heeft een nieuw antwoord.',
|
||||
],
|
||||
'post' => [
|
||||
'edited_notify_subject' => 'Antwoord op bericht is gewijzigd',
|
||||
'edited_notify_body' => 'Je antwoord op onderwerp: :topic_subject is gewijzigd door: :editor.',
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user