Commit graph

34 commits

Author SHA1 Message Date
Piero Toffanin 4ab7e7d2f5 Fix auto-detect 2022-12-11 00:53:19 -05:00
Piero Toffanin 2b0074b94f Only show target languages, check swap, bump version 2022-12-10 00:21:38 -05:00
Piero Toffanin e79089b5c1 Extend /languages to include targets 2022-12-09 16:36:12 -05:00
dingedi 0e3b9a9ebd
auto focus in input textarea 2022-10-02 14:50:58 +02:00
dingedi b833608f5c
fix swap lang 2022-10-02 14:40:25 +02:00
dingedi 54079b0276
run translation if text is in url 2022-10-02 14:31:57 +02:00
dingedi eee2cf2f33
show iso if language name is not found (prevent error) 2022-10-02 14:20:20 +02:00
dingedi 3072219085
better display of detected language 2022-10-01 17:34:17 +02:00
Dingedi 5d8e513d45
fix 2022-10-01 17:12:05 +02:00
An | Anton Röhm b90d996965
introduce detectedLangText var to store auto-detected lang 2022-10-01 14:21:50 +02:00
Piero Toffanin 727b9192e8
Merge pull request #279 from SethFalco/chores-2
fix: fix race condition in settings and langs
2022-06-22 19:50:22 -04:00
Seth Falco 6e2df73a7f
fix: fix race condition in settings and langs 2022-06-22 23:21:19 +01:00
Piero Toffanin 79b9af9071 Say something on startup 2022-06-21 16:56:48 -04:00
Piero Toffanin ed68f1bcf9 Add --get-api-key-link 2022-06-21 15:17:42 -04:00
Dingedi 5b45b9a53b
Focus textarea after delete text 2022-04-03 18:08:10 +02:00
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 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