import i18next from 'i18next';
import HttpApi from 'i18next-http-backend';
i18next.use(HttpApi).init({
backend: {
loadPath: 'https://path-to-your-private-cdn',
customHeaders: {
authorization: 'some secret or whatever you need to be authorized'
}
},
});
1条答案
按热度按时间0kjbasz61#
根据文档,您可以传递customHeaders选项...
这意味着您可以执行以下操作:
或者使用提供此功能的服务,如locize: