public async addTranslations( file: string, language: string, documentPath: string, options: any ) { const formData = new FormData() formData.append('file', ...
確定! 回上一頁