Piero Toffanin
7eb5081f2a
Removed models submodule
2021-02-08 10:41:27 -05:00
Piero Toffanin
01a4d3a57c
Merge pull request #31 from worldworm/main
...
Add frontend translation timeout parameter
2021-01-28 12:20:43 -05:00
worldworm
a36c3b53f0
update README.md frontend arguments #29
2021-01-28 17:20:13 +01:00
worldworm
6d5f6bdc6c
Add frontend translation timeout parameter #29
2021-01-28 16:16:55 +00:00
Piero Toffanin
370ff7a37c
Fix typo
2021-01-19 16:49:50 -05:00
Piero Toffanin
580887fcc6
Merge pull request #24 from caugner/docker-issues
...
Fixes some Docker issues
2021-01-19 16:49:03 -05:00
Piero Toffanin
5b0cdae2e7
Merge pull request #22 from caugner/batch-translation
...
Add support for batch translation
2021-01-19 16:48:01 -05:00
Claas Augner
4274543bc8
chore(docker): copy models first
2021-01-19 20:05:23 +01:00
Claas Augner
e95915ff87
fixup! fix(docker): ignore .git
2021-01-19 19:55:50 +01:00
Claas Augner
c2722130c8
fix(docker): set WORKDIR
2021-01-19 19:46:56 +01:00
Claas Augner
eab80f0c8c
fix(docker): ignore .git
2021-01-19 19:46:56 +01:00
Claas Augner
8761af718d
feat(batch): add --batch-limit
2021-01-19 18:54:30 +01:00
Claas Augner
2c5eba14b4
feat: support batch translation
2021-01-19 18:53:36 +01:00
Piero Toffanin
72248f0050
Copy text fixes
2021-01-18 10:06:43 -05:00
Piero Toffanin
9aae135420
Merge pull request #16 from wuniversales/patch-1
...
Various improvements
2021-01-18 08:18:49 -05:00
wuniversales
5455c21aad
Various improvements
...
- Added option to delete all text.
- Added button to copy the translated text.
Note, you may need visual enhancements.
Note 2, Shall we change the cdn for the jsdelivr ones?
In my opinion it is better, besides open source.
2021-01-17 17:58:22 +01:00
Piero Toffanin
e673bd76a2
Credits
2021-01-15 12:15:03 -05:00
Piero Toffanin
5b895a591b
Check roadmap
2021-01-15 12:14:36 -05:00
Piero Toffanin
31359064b3
Update example code format
2021-01-15 12:13:42 -05:00
Piero Toffanin
db01aeb404
Only choose from languages available in argos
2021-01-15 12:12:00 -05:00
Piero Toffanin
41e381ae0c
Misc fixes, debug messages
2021-01-15 12:01:16 -05:00
Piero Toffanin
06b3c12ff6
Merge pull request #12 from vemonet/main
...
add support for auto language
2021-01-15 11:36:43 -05:00
Vincent Emonet
55d3c32b40
add support for auto language. Not perfect, it picks a language not supported sometimes
2021-01-13 15:33:58 +01:00
Piero Toffanin
9bf3eabb6e
Merge pull request #11 from andrewkdinh/main
...
Add missing bracket in API request example
2021-01-11 15:01:36 -05:00
Andrew Dinh
951a341ab9
Add missing bracket in API request example
2021-01-11 11:58:56 -08:00
Piero Toffanin
0a7fe447e1
Update README.md
2021-01-10 09:55:26 -05:00
Piero Toffanin
00273d2544
Merge pull request #7 from worldworm/main
...
Add frontend language default parameter, favicon, move charLimit api, swagger response model
2021-01-10 09:43:52 -05:00
worldworm
f5d249c880
move charLimit to settings api
2021-01-10 09:24:42 +00:00
worldworm
b0645cd5d7
add favicon
2021-01-10 08:59:07 +00:00
worldworm
eb832cc538
fix swagger doc response model
2021-01-10 08:38:11 +00:00
worldworm
5c82f9e11e
update README.md frontend arguments #6
2021-01-10 09:15:55 +01:00
worldworm
72b624db4c
add frontend language default parameter #6
2021-01-10 08:07:56 +00:00
Piero Toffanin
9fb974b7b1
Update README.md
2021-01-02 12:17:11 -05:00
Piero Toffanin
d598368099
Merge pull request #5 from vemonet/develop
...
Add badges for GitHub Actions workflows in the README
2020-12-29 13:23:18 -05:00
Vincent Emonet
86b8b515e2
add badges for GitHub Actions workflows to build and publish the docker image
2020-12-29 19:13:40 +01:00
Piero Toffanin
86c69ecb6b
Add docker run instructions
2020-12-29 10:55:53 -05:00
Piero Toffanin
84a6a9466c
Merge pull request #4 from vemonet/add-docker-workflows
...
Automated workflows to publish the docker image
2020-12-29 10:20:47 -05:00
Vincent Emonet
704dd1b8f2
add 2 GitHub Actions workflows to build and publish the docker image to DockerHub and GitHub Container Registry
2020-12-29 01:02:36 +01:00
Piero Toffanin
ac58783511
Update README.md
2020-12-21 14:31:50 -05:00
Piero Toffanin
eebb4ce411
Merge pull request #3 from vemonet/add-docker
...
Add Dockerfile and docker-compose
2020-12-21 14:28:07 -05:00
Vincent Emonet
167964f785
Merge branch 'main' into add-docker
2020-12-21 19:59:04 +01:00
Piero Toffanin
f592c5b4c5
Update README.md
2020-12-21 13:55:14 -05:00
Vincent Emonet
61f388e770
Merge branch 'main' into add-docker
2020-12-21 19:41:15 +01:00
Vincent Emonet
46693f36c1
Add Dockerfile to build and run LibreTranslate as a Docker image. Also added a docker-compose.yml file to provide a reproducible way to run the Docker image. And finally added how to build and run the Docker image to the README.md. Tested with local deployment on port 5000 and public HTTPS deployment using a docker based nginx-proxy
2020-12-21 19:39:53 +01:00
Piero Toffanin
51adc564bb
Rate limit behind proxy
2020-12-21 11:16:49 -05:00
Piero Toffanin
827fe227ce
Merge branch 'main' of https://github.com/uav4geo/LibreTranslate into main
2020-12-21 11:10:51 -05:00
Piero Toffanin
d9a1a14287
Add machine word
2020-12-21 11:10:44 -05:00
Piero Toffanin
dd790885e0
Update README.md
2020-12-21 11:09:23 -05:00
Piero Toffanin
fc9c1dc4a4
Notes at bottom of page
2020-12-20 23:47:24 -05:00
Piero Toffanin
0777d4a103
Merge branch 'main' of https://github.com/uav4geo/LibreTranslate into main
2020-12-20 19:11:24 -05:00