Commit Graph

390 Commits

Author SHA1 Message Date
Dingedi 8b50afdc82 Set jinja2 version 2022-03-26 08:45:41 +01:00
Piero Toffanin 6b2ef99f78 Merge pull request #229 from K-Francis-H/translate-auto-show-langs
include language detected, confidence for /translate calls with auto detect
2022-03-25 10:37:54 -04:00
Kyle Harrity 2499c6c379 include language detected, confidence for /translate calls with auto detect 2022-03-25 02:19:56 -04:00
Piero Toffanin cd45641452 Merge pull request #223 from ewrenge/fix-broken-link
Fix broken link on README
2022-03-09 19:26:26 -05:00
ewreurei 349d5f1e4a Fix broken link on README 2022-03-10 05:11:33 +09:00
Piero Toffanin bc67c21a41 Merge pull request #222 from LibreTranslate/PJ-Finlay-patch-4
Edit README documentation
2022-03-05 10:49:09 -05:00
P.J. Finlay 1219bbcd30 Edit README documentation
Mostly minor changes in phrasing
2022-03-05 07:54:55 -06:00
P.J. Finlay fae16e7e67 Merge pull request #221 from LibreTranslate/PJ-Finlay-patch-3
Improve links in mobile app documentation
2022-03-05 07:30:50 -06:00
P.J. Finlay f6fd24adcd Improve links in mobile app documentation 2022-03-05 07:28:07 -06:00
Dingedi bf36738552 Merge pull request #220 from TheFrenchGhosty/patch-1
Add the PussTheCat.org instance
2022-03-05 11:58:50 +01:00
TheFrenchGhosty cdab73500b Add the PussTheCat.org instance 2022-03-05 03:11:12 +01:00
Piero Toffanin c3548bffe1 Memoize 2022-03-04 10:24:29 -05:00
Piero Toffanin 45649c3340 Merge pull request #219 from ZenulAbidin/detect_fix
Fix language detection error
2022-03-04 10:09:46 -05:00
Ali Sherief e23b96f1da Fix language detection error
The root cause was load_installed_languages() of argostranslate
being called at the top of the file instead of inside a function,
this caused the list of installed languages to incorrectly be
returned as an empty list.
2022-03-04 08:23:11 +00:00
Piero Toffanin bcf051b7ff Update README.md 2022-02-25 11:43:17 -05:00
Piero Toffanin 3480fbde01 Update README.md 2022-02-25 11:42:21 -05:00
Piero Toffanin ea332b11e6 Merge pull request #216 from fushinari/suggest-errors
suggestions: Abort when missing parameters
2022-02-20 12:26:55 -05:00
Mufeed Ali 9edcbe8bea suggestions: Abort when missing parameters 2022-02-20 22:52:12 +05:30
Piero Toffanin 124e736685 Downgrade flask v1.2.7 2022-02-20 11:41:33 -05:00
Piero Toffanin 0d33e251c1 Pin itsdangerous 2022-02-20 11:40:34 -05:00
Piero Toffanin b87305b375 Update flask 2022-02-20 11:35:43 -05:00
Piero Toffanin a85b645550 Merge pull request #215 from fushinari/api-key-access
app: Fail when giving invalid API keys
2022-02-20 11:29:40 -05:00
Mufeed Ali 2ddb415bba cleanup: Whitespaces and imports
- Remove unnecessary import
- Reorder imports
- Fix whitespace issues
2022-02-20 13:39:02 +05:30
Mufeed Ali 933c96914b app: Fail when giving invalid API keys
When an API key is passed, fail in the case of an invalid API key even
if an API key is not required. This allows the user to know that the API
key is invalid. Otherwise, they work under the assumption that the API
key is correct, even though it is not.
2022-02-20 13:36:29 +05:30
Piero Toffanin 8962de8755 Add auto-detect example 2022-02-10 12:46:02 -05:00
Dingedi a13a714b89 Merge pull request #211 from EsmailELBoBDev2/patch-1
added my instance :)
2022-02-10 16:01:55 +01:00
Esmail EL BoB 6932fed0b6 added my instance :) 2022-02-10 06:25:25 +00:00
Piero Toffanin 1df501db7f Merge pull request #209 from dingedi/feature/keep-selected-langs-in-url
keep selected languages and text in url
2022-02-07 12:39:02 -05:00
Sébastien Thuret 54f5c5ed94 keep selected languages and text in url 2022-02-07 17:58:30 +01:00
Piero Toffanin 61a148d692 Use len 2022-02-07 11:22:08 -05:00
Piero Toffanin 0d122c5d53 Merge pull request #206 from dingedi/feature/set-default-language
set default language instead of raise error
2022-02-07 11:21:20 -05:00
Piero Toffanin 15dcfa12c6 Merge pull request #207 from dingedi/feature/disable-web-ui
Add --disable-web-ui
2022-02-07 11:18:59 -05:00
Piero Toffanin badff01b34 Merge pull request #208 from dingedi/feature/add-python-3.9
add python 3.9
2022-02-07 11:18:19 -05:00
Sébastien Thuret 8eb3644f02 add python 3.9 2022-02-07 11:15:52 +01:00
Sébastien Thuret 6b18b23b46 Add --disable-web-ui 2022-02-07 11:02:32 +01:00
Sébastien Thuret b8df98fdce set default language instead of raise error 2022-02-07 10:45:31 +01:00
Piero Toffanin f75a294aa0 Merge pull request #204 from dingedi/unescape-html-entity-codes
unescape html entity codes (ex: &apos)
2022-02-06 12:07:39 -05:00
Piero Toffanin c11c8a499a Merge pull request #205 from dingedi/upgrade-pyicu
Upgrade to pyicu>=2.8
2022-02-06 12:06:45 -05:00
Dingedi cfabcab016 Upgrade to pyicu>=2.8 2022-02-06 15:04:47 +01:00
Dingedi 79e5b0fb50 unescape html entity codes (ex: &apos) 2022-02-06 14:54:52 +01:00
Piero Toffanin 9e77f82470 Fix extra t 2022-01-31 10:39:55 -05:00
Piero Toffanin 7efe0b0c6f Bump version 2022-01-31 10:21:25 -05:00
Piero Toffanin 74e2823658 Fix frontendTimeout 2022-01-31 10:19:14 -05:00
Piero Toffanin 5eccc20daf Update README.md 2022-01-26 12:25:51 -05:00
Piero Toffanin a35722ea60 Update README.md 2022-01-26 12:23:54 -05:00
Piero Toffanin 85de14fe95 Reference to training video 2022-01-25 18:32:22 -05:00
Dingedi 252adc25f0 Upgrade translatehtml
To have HTML tags exclusions with attribute translate="no"
2022-01-25 14:22:43 +01:00
Piero Toffanin ae9a12f14c Merge pull request #198 from idotj/main
Closes #197
2022-01-17 15:20:40 -05:00
idotj 8ecf708bdd Apply a white background main <body> 2022-01-17 21:19:46 +01:00
idotj 7afce9ae2a Improve color contrast for WCAG standards + add underline to links 2022-01-17 20:09:20 +01:00