Commit Graph

26 Commits

Author SHA1 Message Date
0799101da3 feat: add admin panel, Replicate AI translation, and document translation
- Admin panel (/admin) with JWT auth: configure Replicate API token,
  JigsawStack API key, model version, enable/disable AI translation,
  change admin password. Settings persisted in data/settings.json.

- Replicate AI translation: POST /api/translate/replicate uses
  JigsawStack text-translate model via Replicate API. Main page
  switches to client-side AI translation when enabled.

- Document translation tab: supports PDF, DOCX, XLSX, XLS, CSV.
  Excel/Word formatting fully preserved (SheetJS + JSZip XML manipulation).
  PDF uses pdf-parse extraction + pdf-lib reconstruction.
  Column selector UI for tabular data (per-sheet, All/None toggles).

- Updated README with full implementation documentation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 07:43:54 +01:00
David
0a22d26a98 Add Docker ARM images support in CI (#114) 2022-06-16 00:49:29 +02:00
David
274e7f1a4b Refactor to external scraper and update dependencies (#113) 2022-06-15 23:37:15 +02:00
David
a8ed159bf4 Fix audio being unclickable on textarea focus (#105)
* Fix audio being unclickable on textarea focus

* Small Readme fix
2022-05-04 20:28:59 +02:00
David
6b8ed50251 Add Vercel sponsor banner as environment (#83) 2022-01-24 10:13:26 +01:00
David
adb90754ea Vercel OSS Sponsorship (#81) 2022-01-23 23:30:36 +01:00
David
0f6ad1a978 Make localStorage usable while disabling cookies (#44) 2021-09-04 18:58:26 +02:00
David
47aa0c3b0e Update dependencies again (#37)
* Initial Next update to canary

* Dependencies updated

* Dependencies updated for real
2021-08-28 15:55:41 +02:00
David
e4ad09578f Revert "Update dependencies & URL slash bugfix (#36)" (#38)
This reverts commit c244c007e1.
2021-08-28 15:55:21 +02:00
David
c244c007e1 Update dependencies & URL slash bugfix (#36)
* Initial Next update to canary

* Dependencies updated
2021-08-28 15:36:21 +02:00
David
5870e4b096 Add manual translate as default (#33)
* Added translate and switch auto buttons

* Tests updated

* Added hotkey & improved buttons visually
2021-07-12 17:06:27 +02:00
David
f537dff588 Hide Grammarly extension button (#29)
Fix TTS icon being hidden by Grammarly extension
2021-06-17 22:51:10 +02:00
David
bdaced0457 Dependencies updated & small enhancements (#27)
* Dependencies updated and imports shortened

* Head tags refactored

* Final tweaks
2021-06-12 22:44:56 +02:00
David
cf0b310918 Added hotkeys + updated dependencies & webpack5 + humanetech badge (#15)
* Added language & theme switch hotkeys

* Hotkeys testing

* Language switch when equal

* Shortcut keys changed

* Dependencies updated & upgraded to webpack5

* Added HumaneTech badge

* Disabled FLoC
2021-04-30 23:11:26 +02:00
David
a80c177440 Added translator cleanup on logo click (#11) 2021-04-08 22:28:45 +02:00
David
ea8c1bad57 Blocking behaviour while typing fixed + added spinner (#6)
* Some README tweaks

* Next's staticProps blocking beheaviour while typing fixed + Added spinner

* Testing for previous fix

* Faker deprecational update
2021-04-01 15:40:25 +02:00
David
2938f780aa APIs (#3)
* Initial RESTful API

* RESTful API tests

* Scrapping error handling refactored

* Initial GraphQL API

* GraphQL API tests
2021-03-28 23:17:47 +02:00
David
7288e9ace7 Text to Speech (#2)
* Initial TTS scrapping implemented

* Audio & copy buttons added

* TTS langs mapping fix

* Webkit audio api fix

* Added TTS-related testing

* Last tweaks
2021-03-25 16:48:46 +01:00
David
fa178c3d9e SEO & PWA (#1)
* Initial SEO test

* Canonical URL added using envs

* OG & Twitter fix

* Robots.txt & meta added

* Localhost support for canonical url

* Initial PWA version

* Icons reexported & added maskable
2021-03-21 16:02:15 +01:00
David
b87953a34e Manual 'lang' 2021-03-19 00:20:28 +01:00
David
a3ae493c25 Layout extraction refactoring 2021-03-18 14:18:29 +01:00
David
eafad585fc a11y support 2021-03-17 21:30:47 +01:00
David
0646b17c9b Custom error page 2021-03-16 23:58:12 +01:00
David
75757ae5a7 Custom error management & some improvements 2021-03-16 13:23:11 +01:00
David
13877b5e11 Initial theme designed 2021-03-16 01:33:19 +01:00
David
61f83278bc Language selection added 2021-03-10 18:15:57 +01:00