AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
### How to translate `en_US` to `it` for example `shop`. this shop dir has a dir named `messages`. full dir like `shop/messages/en_US`,its a default language. codeing in `shop/messages/I18N.php`. global $allowLanguage; $allowLanguage = ['en_US','it']; $open_translate = true; $language_id = isset($_GET['lang'])?$_GET['lang']:$language_id; $language_id = 'en_US'; //change here if change shop's language ,they all will change to . default language `en_US` php file in `shop/messages/en_US/app.php` copy `shop/messages/en_US/app.php` to `shop/messages/it/app.php` then translate. try language changed. modify `shop/messages/I18N.php` $language_id = 'en_US'; //en_US change to it