phpvms/resources/lang/en/home.php

12 lines
133 B
PHP
Raw Normal View History

2018-05-19 03:59:34 +08:00
<?php
/**
*
*/
return [
'welcome' => [
'title' => 'Welcome!',
'message' => 'Welcome to :appname',
],
];