mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-16 15:03:03 +00:00
fix
This commit is contained in:
parent
b3c089b246
commit
42c44a2ba1
2 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ document.addEventListener('DOMContentLoaded', function(){
|
|||
inputFile: false,
|
||||
loadingFileTranslation: false,
|
||||
translatedFileUrl: false,
|
||||
disableFilesTranslation: false,
|
||||
filesTranslation: true,
|
||||
},
|
||||
mounted: function(){
|
||||
var self = this;
|
||||
|
@ -52,7 +52,7 @@ document.addEventListener('DOMContentLoaded', function(){
|
|||
self.charactersLimit = self.settings.charLimit;
|
||||
self.suggestions = self.settings.suggestions;
|
||||
self.supportedFilesFormat = self.settings.supportedFilesFormat;
|
||||
self.disableFilesTranslation = self.settings.disableFilesTranslation;
|
||||
self.filesTranslation = self.settings.filesTranslation;
|
||||
}else {
|
||||
self.error = "Cannot load /frontend/settings";
|
||||
self.loading = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue