Commit graph

134 commits

Author SHA1 Message Date
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
Adam J. Forster
155ed011a7 Update regular expressions to support PEP 3101 2015-08-13 11:37:23 +01:00
Marco Bonetti
9713471de1 updated django versions in toxfile, fixed a formatting issue 2015-08-10 09:00:59 +02:00
Marco Bonetti
85c2eca379 adds a test for Issue #135 and PR # 136 2015-08-04 16:12:00 +02:00
pgcd
8d7c529129 Output error messages to user 2015-07-16 16:35:46 +02:00
pgcd
62776d1256 Adds minimal feedback on error 2015-07-16 16:34:22 +02:00
Marco Bonetti
e117f1c135 Better handling for Custom User Models. Fixes Issue #131 2015-06-04 11:44:42 +02:00
Marco Bonetti
edfc1d40d3 adds a fuzzy toggle, fixes Issue #132 2015-06-04 11:04:20 +02:00
Marco Bonetti
cd7fa0795a 0.7.6 release 2015-04-02 10:13:57 +02:00
Marco Bonetti
67f5803687 removed quite a few warnings on Django 1.8 2015-02-26 14:12:57 +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
5b881382c2 Merge branch 'develop' into pr/117 2015-02-18 13:08:47 +01:00
Marco Bonetti
81c94d7f95 0.7.5 2015-02-10 09:58:29 +01:00
Marco Bonetti
4bf0c04988 Merge remote-tracking branch 'origin/pr/118' into develop 2015-02-10 09:23:52 +01:00
Raymond Penners
ebf9e5452f Typ-o (You are use the...) 2015-01-30 09:21:10 +01:00
Arrvi
2decd4de94 Updated polish translation
Completed translation and corrected some typos
2014-12-10 17:52:02 +01:00
cuchac
9cb28dddc8 Add support for Google translate 2014-12-10 01:07:56 +01:00
Marc Belmont
42c2492b85 Update rosetta.js
Yandex will convert < and > to html entities. Convert the entities back to normal characters.
2014-10-27 10:18:55 +01:00
Marco Bonetti
19a2e7ed5a possible fix for issue #114, dont assume that request.user has settable properties 2014-10-17 20:42:24 +02:00
Marco Bonetti
c988123af8 Use content_type instead of mimetype in HttpResponse. (Issue #115, thanks @vesteinn) 2014-10-17 20:13:44 +02:00
vesteinn
6ea3198417 Update views.py
Mimetype changed to content_type in django 1.7, fix in rosett views.
2014-10-17 10:40:02 +02: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
142570ae75 Merge pull request #110 from benebun/patch-2
Use formal form of address consistently in German
2014-08-12 21:03:03 +02:00
Benedikt Breinbauer
8a0f7ced03 Use formal form of address consistently in German 2014-08-12 20:21:29 +02:00
Benedikt Breinbauer
34c42991fe Capitalize German spelling of Sie consistently 2014-08-12 20:18:28 +02:00
artscoop
88136e21b3 Update poutil.py 2014-06-07 03:02:54 +02:00
artscoop
a08e017980 Initial Django 1.7 compatibility fix
When rosetta tries to load every INSTALLED_APP, it fetches app modules. However, in Django 1.7, importing some INSTALLED_APPS can fetch AppConfig instances instead of modules, and they have no `__file__` attribute. You then need to find the app module for the AppConfig instance.
This allows rosetta to properly seek locale folders.
2014-06-07 02:54:05 +02:00
Marco Bonetti
6c638bcc3f Removed microsofttranslator as a shipped dependency, now that Python3 support has landed upstream 2014-06-02 09:32:29 +02:00
Marco Bonetti
e963ca69f1 Added docs, tests and fine tuned ROSETTA_LANGUAGE_GROUPS setting 2014-05-02 12:04:41 +02:00
Marco Bonetti
dc5a2462fd Merge branch 'develop' into pr/103 2014-05-02 11:40:56 +02:00
Marco Bonetti
7b84c42016 Changelog, tests and docs for ROSETTA_EXCLUDE_PATHS 2014-05-02 11:37:39 +02:00
Morten Barklund
1efd2a8ba0 Added new config option to enable language-specific translator groups 2014-04-29 15:53:28 +02:00
elpaso
729286033d Added ROSETTA_EXCLUDED_PATHS 2014-04-29 15:33:22 +02:00
Marco Bonetti
68e02a3094 version bump 2014-04-06 10:01:27 +02:00
Marco Bonetti
c1ebedd95a fixes a microsofttranslator test that was too noisy 2014-04-06 09:33:40 +02:00
Marco Bonetti
2ad3f83e61 import the external js file with the correct URL scheme 2014-04-06 09:18:37 +02:00
tsouvarev
18ae20cbea Update base.html
jsapi from 'http://www.google.com/jsapi' is not working, but 'httpS://www.google.com/jsapi' loading just fine
2014-04-01 11:14:08 -04:00
Marco Bonetti
84991fa7c8 rebuilt Czech translation 2014-03-01 15:09:18 +01:00
Joe
b2879d46e9 Update czech plural forms 2014-02-28 14:53:32 +01:00
Marco Bonetti
78a6b4d325 No longer ship Polib but rely on the cheese shop instead. Also fixes a behavior with plural forms that was addressed upstram in polib 1.0.4 2014-02-28 14:12:21 +01:00
Marco Bonetti
b8654ab7b1 fixes standard compliance of all shipped translation catalogs 2014-02-28 14:11:19 +01:00
cuchac
acbe54ae4a Update czech translation 2014-02-28 10:57:48 +01:00
Marco Bonetti
78224d7f7c Merged PR #44, wrote a test 2014-01-15 17:22:38 +01:00
Marco Bonetti
043ace4ebb Merge branch 'develop' into pr/44
Conflicts:
	README.rst
	rosetta/conf/settings.py
	rosetta/poutil.py
2014-01-15 17:07:38 +01:00
Marco Bonetti
5125ebac7f Merge branch 'develop' of https://github.com/tback/django-rosetta into tback-develop
Conflicts:
	rosetta/__init__.py
2013-12-26 15:02:38 +01:00
Marco Bonetti
4d8afd8e5b wip 2013-12-26 14:59:23 +01:00
Marco Bonetti
5304595cd7 include the translator tests 2013-12-26 14:46:07 +01:00