phpvms/resources/lang/en/home.php

10 lines
123 B
PHP
Raw Normal View History

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