Commit graph

57 commits

Author SHA1 Message Date
Marco Bonetti
caad6f9e35 preparing v0.10.0 2023-12-04 16:48:07 +01:00
Marco Bonetti
d36b89749f Deepl: use the PRO API endpoint when using a PRO API key. Fixes #278 2023-05-11 13:03:18 +02:00
Marco Bonetti
020903d4cc proxy deeply through the backend. Fixes #271 2023-01-01 14:17:08 +01:00
Marco Bonetti
6c61ac8570 Test against Django 4.0-dev 2021-08-29 10:20:58 +02:00
Marco Bonetti
e2e2a7f05a Move context and comments hints into the rightmost column. Fixes #260 2021-07-20 20:06:35 +02:00
Marco Bonetti
417094f0f1 minor docs adjustements 2021-06-17 09:48:35 +02:00
Halit Celik
84c2ec8b77 docs and settings / revert translation in po file back to actual state 2021-06-03 15:35:49 +02:00
Halit Celik
9364126efc deepl api integration ajax and test for language setting detection 2021-06-03 14:24:40 +02:00
Marco Bonetti
66268b4e57 Stop loading jQuery from Google 2021-03-04 15:53:39 +01:00
Marco Bonetti
636cbf6e76 Test against Django 3.2 2021-03-04 15:34:18 +01:00
Marco Bonetti
d0dcb47b98 Removed support and tests for Django <= 2.1 2021-01-11 11:13:05 +01:00
Marco Bonetti
b02ad3ad1d initial tests against Django 3.1 2020-06-07 17:11:30 +02:00
Marco Bonetti
efdc0a649d dropped support for python2 and django < 1.11 2020-06-07 16:43:21 +02:00
Marco Bonetti
4b2a5638ed 0.9.4: Django 3.0 and python 3.8 2020-04-13 17:12:07 +02:00
Marco Bonetti
6b5aef3cc1 Merge branch 'develop' of github.com:mbi/django-rosetta into pr/221 2019-04-23 17:23:33 +02:00
serhat
785eb30f35 Option to hide file name & path - feature request #77 2019-04-23 20:35:19 +05:30
Marco Bonetti
705b4c4606 Remove spurious translations 2019-04-20 15:17:58 +02:00
serhat
734426e688 wish: un-tick 'fuzzy' when a translation is changed #16 2019-04-20 17:02:14 +05:30
Marco Bonetti
cb982b8556 Fix for duplicate PO files listed on case insensitive filesystems (#47, #52, #218, thanks @malkstar) 2019-04-12 16:02:42 +02:00
Marco Bonetti
664b37e904 New ROSETTA_LANGUAGES setting allows for translating languages which are not yet in LANGUAGES 2019-04-07 12:50:18 +02:00
Marco Bonetti
a704f4f565 test against Django 2.2 2019-01-17 21:48:38 +01:00
Marco Bonetti
9cd7fd9b27 0.9.0 release 2018-08-24 09:11:26 +02:00
Marco Bonetti
0e77a93552 Adds a test for Azure translation 2018-08-07 08:28:21 +02:00
Marco Bonetti
a43d369387 Check PEP8 while running tests
Use polib >= 1.1.0
Rosetta version bump and changelog
2018-01-10 12:44:24 +01:00
Marco Bonetti
0bd2f6e3dc Tests passing on Django 2.0a1 2017-09-23 21:16:16 +02:00
Marco Bonetti
67285f2174 use AdminSite.index_template instead of overriding the default AdminSite 2016-12-13 11:26:09 +01:00
Marco Bonetti
ba44f3bf6b Test against Django 1.10b1 and dropped support for goslate and the Google translate API 2016-06-24 12:24:29 +02:00
Marco Bonetti
d1cb2455c4 Merge branch 'develop' into pr/60 2016-03-22 09:09:55 +01:00
Marco Bonetti
786b67e810 adds an explicit test to detect zh_Hans (for #161) 2016-03-08 09:50:22 +01:00
Leo Zhou
5969b598d7 Fix issue #133: Support discovering locale directories like zh_Hans(xx_Xxxx) 2016-02-03 21:07:45 +08:00
Marco Bonetti
1ceea0d17b preparing for 0.7.7 release, and mock the google translate API call 2015-11-30 13:00:38 +01:00
Marco Bonetti
293e08a0be whitespace 2015-10-05 15:26:59 +02:00
Marco Bonetti
237c36f0d2 massive cleanup, only test against supported django versions 2015-09-24 11:20:09 +02:00
Marco Bonetti
c1b0c38968 WIP django 1.9, looks ok so far 2015-09-14 10:30:51 +02:00
Marco Bonetti
83b65717f2 Added support for composite locales 2015-09-14 10:19:45 +02:00
Marco Bonetti
1de4dfe41a adds a msgctxt comment 2015-02-27 11:13:15 +01:00
Marco Bonetti
6d474d74d4 Fix for issue 113 and issue 125. Discovery of catalogs in apps defined by their AppConfig 2015-02-25 15:43:52 +01:00
Marco Bonetti
6b59b42ba1 Added support for the Free Google Translate API (PR #117, thanks @cuchac) 2015-02-18 13:32:03 +01:00
Marco Bonetti
bd00ce90b4 initial fixes for testing against django 1.7 final, fixes some translations 2014-09-17 10:40:41 +02:00
Marco Bonetti
46634bbe10 wip 2014-09-17 10:22:17 +02:00
Marco Bonetti
6e8c30b843 Yandex Translate API support 2013-09-05 15:04:19 +02:00
Marco Bonetti
f891399d52 WIP tests against Django 1.6b1, some tests failing with Python3 2013-06-29 08:57:42 +02:00
Marco Bonetti
44b3314fd4 Accept languages as 'fr_FR.utf8' in lang_sel url. Fixes Issue #71 2013-04-30 14:57:16 +02:00
Marco Bonetti
f1a332bf90 Fixes issue #67 - settings imports unicode_literals from __future__ 2013-03-04 18:24:36 +01:00
Marco Bonetti
0e1f21e88b release 0.7.1 -- missing value in context 2013-03-01 11:33:07 +01:00
Marco Bonetti
d9b0355825 coverage and removed nasty locals() calls 2013-02-28 13:36:31 +01:00
Marco Bonetti
08569f23ce wip python 3 support 2013-02-27 18:24:53 +01:00
Marco Bonetti
f243ab7eaa add an explicit cache timeout value in the CacheRosettaStorage, to mitigate #59 2013-01-30 20:45:16 +01:00
Marco Bonetti
3009ab1525 added a test to check for DummyCache when using CacheRosettaStorage, which could explain issues #51 and #56 2013-01-09 15:03:01 +01:00
Marco Bonetti
5a51e39738 FIXES #46 - New quoted URL system in django 1.5 2013-01-09 14:16:54 +01:00