Commit graph

37 commits

Author SHA1 Message Date
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
Marco Bonetti
7269e88714 Merge branch 'storages' into develop
Conflicts:
	testproject/settings.py
2012-06-07 13:47:53 +02:00
Marco Bonetti
3fd728d415 dont impose a CACHES setting in the test project 2012-06-07 13:47:13 +02:00
Marco Bonetti
4146da3287 rosetta 0.6.8 with pluggable storage classes, fixes Issue 38 2012-06-07 13:46:16 +02:00
Marco Bonetti
cf9daaf0d1 storages seem to work, more testing needed 2012-05-27 22:21:12 +02:00
Marco Bonetti
9aa9ae2526 something out there needs STATIC_URL, cant really remember what 2012-05-27 17:48:33 +02:00
Marco Bonetti
3185d99bf7 storages, wip 2012-05-23 11:45:04 +02:00
Marco Bonetti
a73243f30b added a test project to run tests 2012-04-15 09:02:06 +02:00