feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'verified' => [
|
||||
'title' => 'Adresa de email a fost schimbată',
|
||||
'body' => 'Adresa dumneavoastră de email a fost schimbată cu succes la :email.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user