1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-08-21 13:50:13 +02:00
Commit Graph

197 Commits

Author SHA1 Message Date
Christian Eichert
54bdc77bdc
brightened the Realm of Darkness
some CSS adjustments to make "Tanslate-Files" look like "Translate-Text
2022-08-06 17:08:11 +02:00
Christian Eichert
537430f55d
Update dark-theme.css
just a bit css, making <select> and <option> more readable in dark theme
2022-07-31 20:53:48 +02:00
Piero Toffanin
be88f289c7 More forgiving 2022-07-15 13:03:13 -04:00
Piero Toffanin
1dddcea794 Add --threads 2022-07-15 12:12:20 -04:00
Minosity-VR
752d2aae2c
Add api keys db path as env var (#1)
* Add API Keys DB path to command & env vars

* Create API Keys DB directory if not exists before sqlite connection & Add docker-compose example
2022-07-15 13:22:04 +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
c2b82e9303 Use get_api_key link in link 2022-06-21 17:00:27 -04:00
Piero Toffanin
79b9af9071 Say something on startup 2022-06-21 16:56:48 -04:00
Piero Toffanin
78d2bc7be4 Better error message when API key link is available 2022-06-21 16:39:08 -04:00
Piero Toffanin
47fc85fdec return None on failed remote key lookup 2022-06-21 16:37:06 -04:00
Piero Toffanin
ed68f1bcf9 Add --get-api-key-link 2022-06-21 15:17:42 -04:00
Piero Toffanin
8f8087f8ae Add --api-keys-remote 2022-06-21 14:57:32 -04:00
Piero Toffanin
647379aea5 Fix check_and_install_transliteration 2022-06-21 14:22:12 -04:00
dingedi
9831ba88a6
improve translation of punctuation 2022-05-30 09:14:45 +02:00
Anomalion
8eece0e984
Include dark-theme.css 2022-05-10 11:57:47 +02:00
Anomalion
d28b684ee8
Create dark-theme.css 2022-05-09 14:15:18 +02:00
dingedi
3873d51c3c
improve translation formating 2022-05-03 16:48:06 +02:00
Dingedi
5773adaabd
Revert "improve translation formating" 2022-05-03 16:43:05 +02:00
dingedi
a91303d27e
improve translation formating 2022-05-03 16:30:20 +02:00
P.J. Finlay
278a7057e4
Upgrade deprecated Argos Translate call
- load_installed_languages has been deprecated in favor of get_installed_languages
2022-04-30 06:15:54 -05:00
Sébastien Thuret
51768e2d82
update deprecated parameter name 2022-04-07 15:56:57 +02:00
Piero Toffanin
9eb1bff261
Merge pull request #237 from dingedi/main
Run test for pull requests, add some functional tests
2022-04-06 09:41:30 -04:00
Dingedi
5b45b9a53b
Focus textarea after delete text 2022-04-03 18:08:10 +02:00
Sébastien Thuret
d7377d174b
/languages should be only available for GET 2022-04-03 13:17:13 +02:00
Sébastien Thuret
00a6039289
Refactor & add the first test ! 2022-04-02 22:26:37 +02:00
Sébastien Thuret
a88841c174
upgrade-to-flask2 2022-03-26 09:02:54 +01:00
Kyle Harrity
2499c6c379 include language detected, confidence for /translate calls with auto detect 2022-03-25 02:19:56 -04:00
Piero Toffanin
c3548bffe1 Memoize 2022-03-04 10:24:29 -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
Mufeed Ali
9edcbe8bea
suggestions: Abort when missing parameters 2022-02-20 22:52:12 +05:30
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
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
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
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
74e2823658 Fix frontendTimeout 2022-01-31 10:19:14 -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
Seth Falco
558f58e4b2
bug: optimize download btn for mobile 2022-01-04 21:13:43 +01:00
Seth Falco
da36cd77cd
fix translate text/file buttons 2022-01-04 20:20:02 +01: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
Piero Toffanin
0cb437083e Slower forgiveness 2021-12-06 22:15:16 +01:00
Piero Toffanin
66f62efcbb Tweak ban logic, update config description 2021-11-24 12:49:07 -05:00
Piero Toffanin
3a7527c418 Improve banned forgiveness logic 2021-11-24 12:41:12 -05:00
Piero Toffanin
ffc0c1dcda
Merge pull request #165 from fushinari/key-support-frontend
Expose api_keys in frontend settings
2021-11-07 15:09:47 -05:00