Commit graph

557 commits

Author SHA1 Message Date
Virgil Dupras
90432b0eeb Merge remote-tracking branch 'mbi/develop' into reflang
Conflicts:
	rosetta/conf/settings.py
	rosetta/tests/__init__.py
	rosetta/urls.py
	rosetta/views.py
2014-08-07 11:01:34 -04:00
Marco Bonetti
4145946195 recording @artscoop's contribution 2014-06-10 19:00:19 +02:00
Marco Bonetti
95f4bf7235 Merge pull request #105 from artscoop/patch-1
Initial Django 1.7 support
2014-06-10 18:57:17 +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
barklund
d29e9aca8f Added info about ROSETTA_LANGUAGE_GROUPS 2014-04-29 16:15:36 +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
242e5bff79 Merge pull request #100 from ppo/patch-1
Updated broken link
2014-03-30 09:07:04 +02:00
Pascal Polleunus
485811090f Updated broken link
Yandex's "obtain an AppID key" URL has changed.
2014-03-30 08:47:35 +02:00
Marco Bonetti
cca274a7c1 test against django 1.7b1 2014-03-28 09:36:59 +01: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
7496bcc082 Merge branch 'develop' of github.com:mbi/django-rosetta into develop
Conflicts:
	README.rst
2014-02-13 11:25:55 +01:00
Marco Bonetti
9bf4abb23e Merge pull request #96 from bitdeli-chef/master
Add a Bitdeli Badge to README
2014-02-13 11:24:54 +01:00
Bitdeli Chef
cd24fc5a57 Add a Bitdeli badge to README 2014-02-10 10:48:25 +00:00
Marco Bonetti
56dbec8cdb Update README.rst 2014-02-10 11:46:37 +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
cb3b26dab2 prune some __pycache__ folders 2013-12-26 15:11:13 +01:00
Marco Bonetti
58ed9ad1fc Dropping support for 1.3 2013-12-26 15:09:23 +01:00
Marco Bonetti
007e624207 CHANGES 2013-12-26 15:03:46 +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
Marco Bonetti
46c6ff05a3 included the Microsoft translator API client 2013-12-26 14:34:04 +01:00
Marco Bonetti
4924ee5fbd upgraded test runner to test against Django 1.6.1 2013-12-26 13:59:30 +01:00
Marco Bonetti
2362191876 More explicit warning about multi-process environments 2013-10-16 17:08:06 +02:00
Marco Bonetti
3061b8799f Merge branch 'pr/90' into develop 2013-09-18 14:40:23 +02:00
Marco Bonetti
07a11a9bc1 Merge branch 'develop' of github.com:mbi/django-rosetta into develop
Conflicts:
	runtests_multi_venv.sh
2013-09-18 14:40:11 +02:00
Marco Bonetti
a5ea8cc35e Small refactoring of tests 2013-09-18 14:38:48 +02:00
Marco Bonetti
0a08024004 print python versions 2013-09-18 14:04:47 +02:00
Alexey Subbotin
7afdffb34a just single quotes 2013-09-18 13:37:16 +02:00
dotsbb
f3a38f5877 ORM Query refactoring access.py
One query instead of two queries to database.
2013-09-18 13:12:34 +02:00
Marco Bonetti
76e8387f8c Removed support for the signed_cookies SESSION_ENGINE + SessionRosettaStorage in Django 1.6 2013-09-09 10:57:28 +02:00
Marco Bonetti
6e8c30b843 Yandex Translate API support 2013-09-05 15:04:19 +02:00
Marco Bonetti
0c5bd77122 Merge branch 'develop' into pr/89 2013-09-05 14:49:51 +02:00
Marco Bonetti
860e69a686 clear the django apps cache key prior to testing 2013-09-05 14:49:37 +02:00
BlackWizard
23d14c2228 Formatting error 2013-09-03 17:21:42 +04:00