Files
fastmovieai/fastmovie-admin/plugin/shortplay/config/translation.php
T

11 lines
252 B
PHP

<?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",
];