Add locale, en_US, DJ and Database functions.
This commit is contained in:
parent
67066287fc
commit
5fe1a21b8e
7 changed files with 440 additions and 8 deletions
|
@ -1,5 +1,18 @@
|
|||
<?php
|
||||
return [
|
||||
'welcome' => 'Welcome to our Website!',
|
||||
'description' => 'This is a description in English.'
|
||||
'description' => 'This is a description in English.',
|
||||
'userProfile' => "User Profile",
|
||||
'user' => 'User',
|
||||
'home' => 'Home',
|
||||
'djName' => 'DJ Name',
|
||||
'email' => 'Email',
|
||||
'location' => 'Location',
|
||||
'bio' => 'Bio',
|
||||
'submit' => 'Submit',
|
||||
'login' => 'Login',
|
||||
'message' => 'Message',
|
||||
'follow' => 'Follow',
|
||||
'djs' => 'DJs',
|
||||
"djNotFound" => "Could not load DJ; either the DJ wasn't found or this DJ is private.",
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue