Files

11 lines
252 B
PHP
Raw Permalink Normal View History

<?php
return [
// Default language
'locale' => 'zh_CN',
// Fallback language
'fallback_locale' => ['zh_CN', 'en'],
// Folder where language files are stored
'path' => base_path() . "/plugin/shortplay/resource/translations",
];