mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 06:07:40 -07:00
14 lines
391 B
PHP
14 lines
391 B
PHP
<?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!'
|
|
]; |