* @copyright walkor * @link http://www.workerman.net/ * @license http://www.opensource.org/licenses/mit-license.php MIT License */ /** * Multilingual configuration */ return [ // Default language 'locale' => 'zh_CN', // Fallback language 'fallback_locale' => ['zh_CN', 'en'], // Folder where language files are stored 'path' => base_path() . '/resource/translations', ];