💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 多语言主题 ## 多语言主题 #### 1、安装翻译插件 ``` ## Translate Enables multi-lingual websites and translate website contents. ``` #### 2、后台添加语言与语言翻译 - 1、添加语言 /backend/rainlab/translate/locales - 2、导入翻译 - 翻译信息只能导入,没有添加的地方 - 操作:暂无 #### 3、前台主题使用多语言 - 1、使用语言 默认为后台设置的默认语言 如果要使用其他语言 [http://域名/语言/其他路径](http://xn--eqrt2g/%E8%AF%AD%E8%A8%80/%E5%85%B6%E4%BB%96%E8%B7%AF%E5%BE%84) 如:`http://www.baidu.com/en/contact` - 2、使用方法 如果语言代码没有添加到数据库,会自动添加到数据库中 然后在后台`/backend/rainlab/translate/messages`设置语言代码的各种语言的翻译 ``` {{ '语言代码' | _ }} {{ 'blog.category.title' | _ }} ```