Skip to content

Latest commit

 

History

History

nodejs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
  • 配置API

VoerkaI18n支持使用外部API服务来获取翻译数据,需要在languages/api.json中配置API地址。

{
  "api": "http://localhost:3000/api/translations"
}

```javascript