* @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-Hans', // Fallback language 'fallback_locale' => ['zh-Hans', 'zh-Hant', 'en'], // Folder where language files are stored 'path' => run_path() . '/resource/translations', ];