Commit graph

75 commits

Author SHA1 Message Date
948938ae37 Synced 2025-09-27 15:38:52 +05:30
bd4d4a39ea Synced 2025-07-28 19:04:31 +05:30
c23291b037 Synced 2025-07-10 14:00:53 +05:30
2a6e54a3f0 Synced 2025-06-16 19:27:16 +05:30
a454b59432 Synced 2025-06-15 11:21:45 +05:30
vdbhb59
34fbfc54d8 Synced 2025-04-22 15:47:21 +05:30
vdbhb59
64b383fafb Synced
Update under attack response
(6ac429fb54)

Spanish translations (ed8c6590c1)
2025-04-20 11:41:20 +05:30
vdbhb59
42fb6cf8d6 Synced
Under attack mode (bdb9b6a224)

Update Locales (97804234f1)

IT Translation (58a95aecef)

Fix z-index (fd0119bf70)

Improvement to under attack mode (411b50178e)

Translations (22268c1923) (c72fb9c836)
2025-04-19 13:15:04 +05:30
vdbhb59
aac4b75a4d Support for ISO 639-1 - 15924 codes
4e86bfa991
2025-04-08 23:13:30 +05:30
vdbhb59
74ea2111d7 Updated from main
add blitzw.in instance (f4d4274b5a)

Limiter func key with api key (6d43dfc504)

Update lexilang (ebbba3e4f6)
2025-03-29 16:14:13 +05:30
vdbhb59
f7afb0d104 Synced with main
Detect emoji translation requests -- 5d73e00664

Catch cant detect errors in lang detection -- 97775d1ca4
2025-03-21 10:54:26 +05:30
vdbhb59
0dcd4b1fe9 Merged from main 2025-03-01 16:09:38 +05:30
Piero Toffanin
6f293f6013 Fix 400 error msg 2024-10-28 16:12:59 -04:00
Piero Toffanin
039f878f7f Bump argos-translate-files, fix src_lang initialization, checks 2024-10-28 16:10:27 -04:00
Ng Ky
db9f92a1c3 Add support for "auto" when translating files 2024-10-27 20:35:11 +08:00
Piero Toffanin
46bc256d5b Check cookies 2024-09-30 12:42:02 -04:00
Piero Toffanin
1f7aac9c89 Strengthen client side security 2024-09-30 11:59:00 -04:00
Piero Toffanin
c827d442ec Encode secret 2024-07-16 15:58:20 -04:00
Piero Toffanin
8e85c04558 Use moving window strategy for limiter 2024-07-16 15:33:51 -04:00
Piero Toffanin
7b75dad479 Use fixed window elastic expiry strategy for limiter 2024-07-16 15:11:41 -04:00
Piero Toffanin
8bbda1949d Filter empty strings 2024-06-03 13:20:48 -04:00
Piero Toffanin
df3680c280 Fix alternatives unique comparison 2024-06-03 13:11:42 -04:00
Piero Toffanin
86d15118ca Fix indendation 2024-06-03 12:55:35 -04:00
Piero Toffanin
ba8b8d97a1 Feat: support for alternative translations 2024-06-03 12:42:32 -04:00
Zach DeCook
94f87cdac1 Documentataion: /detect returns an integer 0-100, not a float 2024-03-26 09:24:16 -04:00
Piero Toffanin
b522a0f763 Add --req-time-cost 2024-02-05 15:03:27 -05:00
Piero Toffanin
2b11e909d3 Granular API key char limit support 2024-01-21 12:48:42 -05:00
Piero Toffanin
6d6202de83 Add hourly decay limit 2023-11-16 15:43:47 -05:00
Piero Toffanin
a4a67b2b79 Prevent div by zero 2023-11-15 15:02:23 -05:00
Piero Toffanin
48464938cb Fix tab 2023-11-15 14:49:53 -05:00
Piero Toffanin
9bc342a9ae Cleanup 2023-11-15 14:47:44 -05:00
Piero Toffanin
f3bf89375f Dynamic limit costs 2023-11-15 14:34:20 -05:00
Piero Toffanin
57c7f63cce
Merge pull request #537 from pierotofy/hourly
Add hourly req limit option
2023-11-10 15:00:49 -05:00
Piero Toffanin
4903ab757c Add --hourly-req-limit 2023-11-10 14:56:52 -05:00
Piero Toffanin
8427f86275 Minor refactor 2023-11-08 21:58:59 -05:00
Piero Toffanin
dc194db0dd Refactor translate_file endpoint 2023-11-08 21:55:55 -05:00
Piero Toffanin
cbe1c5db71 Fix auto batch translation 2023-11-08 21:49:56 -05:00
Piero Toffanin
02ea8ae011 Switch linguars for langdetect 2023-10-30 20:39:30 -04:00
Piero Toffanin
2972292fc5 Fix string index out of range fault 2023-10-30 13:09:39 -04:00
P.J. Finlay
bc10febe9b Don't require API key for suggestions
Remove the access check when a user submits
a suggestion. This allows submitting translation
suggestions without an API key or secret.

https://github.com/LibreTranslate/LibreTranslate/issues/490
2023-10-01 08:07:55 -05:00
Piero Toffanin
bc4bf7cadb
Merge branch 'main' into add_update_option 2023-09-29 21:30:45 -04:00
Robert George
94f63cedda
Use package.version for model version comparison
Change `--install-models` to `--force-update-models`
2023-09-29 15:31:33 -07:00
Robert George
cb11dfc6b1
Allow json submission to /suggest 2023-09-29 13:49:52 -07:00
Robert George
78713d8017
Added option to update models rather than reinstall 2023-09-29 13:43:59 -07:00
Vincent Emonet
1c0fb597fb Fixed some ruff warnings: requests without timeout and naming not complying with PEP 2023-07-09 12:38:03 +02:00
Vincent Emonet
bf18dcbcf9 run ruff formatting 2023-07-09 12:29:11 +02:00
Seth Falco
4f6145e275
fix: don't update url after character-limit 2023-07-08 13:32:17 +01:00
Piero Toffanin
fdb317c559 Don't force ASCII output 2023-05-29 16:47:32 -04:00
misuzu
0f8952fd10 Fix compatibility with flask-babel v3+
Babel.locale_selector was removed in 3.0.0
2023-04-27 19:43:39 +03:00
Piero Toffanin
6a231d974b Testing, fixes 2023-03-09 23:07:12 -05:00