标签: javascript ionic4
我在我的应用程序(离子性)上使用 ngx-translate 。在服务器上下载新的JSON文件后如何覆盖JSON文件。我无法覆盖assets/i18n上的文件,因为它是只读文件夹。您有解决方案吗?我尝试过:
assets/i18n
this.file.writeFile(this.file.applicationDirectory+"assets/i18n", this.translate.currentLang+'locale.json', jsonData, {replace: true})