mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 10:17:41 -07:00
Initial commit
This commit is contained in:
14
app/lang/en/app.php
Normal file
14
app/lang/en/app.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
Asatru PHP - English language file
|
||||
|
||||
Extend this with your phrases
|
||||
|
||||
Set variables with {variable-name}
|
||||
*/
|
||||
|
||||
return [
|
||||
'welcome' => 'Welcome to the Asatru PHP framework',
|
||||
'description' => 'You have successfully installed the Asatru PHP framework. You may now want to start developing your app. Consider the documentation located in /doc for help. Have fun with the framework!'
|
||||
];
|
Reference in New Issue
Block a user