Commit Graph

21 Commits

Author SHA1 Message Date
Sébastien Thuret 54f5c5ed94 keep selected languages and text in url 2022-02-07 17:58:30 +01:00
Piero Toffanin 9e77f82470 Fix extra t 2022-01-31 10:39:55 -05:00
Piero Toffanin 74e2823658 Fix frontendTimeout 2022-01-31 10:19:14 -05:00
Gustavo Rodrigues 64ae20e932 Properly escape data in the request code
It was only escaping the first quote, all other quotes and other characters that require to be escaped (like line breaks) were not being escaped. JSON.stringify is a good function to handle this.
2021-12-09 10:31:48 -03:00
Mufeed Ali 29eca1fbd4 Forward API key in suggestions client event 2021-10-31 12:57:36 +05:30
Piero Toffanin a82b851a3d Fix API key logic, add some error handling 2021-10-26 17:13:51 -04:00
Sébastien Thuret 42c44a2ba1 fix 2021-10-25 17:24:03 +02:00
Sébastien Thuret b3c089b246 Dont show switch type if files translation disabled 2021-10-25 17:20:57 +02:00
Sébastien Thuret 738dba7476 fix 2021-10-25 11:46:23 +02:00
Sébastien Thuret 8d5a418bee format 2021-10-25 10:56:17 +02:00
Sébastien Thuret 6a304df2e8 add download link & auto download translated file 2021-10-25 10:50:55 +02:00
Sébastien Thuret b97134ac07 fix 2021-10-25 10:33:49 +02:00
Sébastien Thuret 73ebb96171 fix 2021-10-24 19:14:09 +02:00
Sébastien Thuret 0b14600199 Add file translation 2021-10-24 18:27:37 +02:00
Sébastien Thuret aaa3c83d4f add file and translate button display 2021-10-24 17:38:53 +02:00
Sébastien Thuret 50ce3720eb remove console.log 2021-10-24 17:11:39 +02:00
Sébastien Thuret ae5d67d966 Show supported file format and add it to settings 2021-10-24 16:57:45 +02:00
Sébastien Thuret e0ecf41526 Upgrade to VueJS v2.6.14 2021-10-24 16:57:17 +02:00
Sébastien Thuret f906a39f66 make switch type work 2021-10-24 13:15:36 +02:00
Sébastien Thuret 7df304d955 Move the javascript in his own file 2021-10-09 18:16:50 +02:00
Tobias 42267eb8db Add offline parameter
Offline usage is possible after initializing and downloading of models
2021-02-10 17:52:03 +01:00