From 5304595cd74d9f3a53a3c6430fa603ee9f23140f Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Thu, 26 Dec 2013 14:46:07 +0100 Subject: [PATCH] include the translator tests --- CHANGES | 1 + rosetta/tests/__init__.py | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 6c19b2b..2678877 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,7 @@ Version 0.7.3 * Test against Django 1.6.1 * Missing context variable in catalog list (Issue #87 - Thanks @kunitoki) * Added support for Yandex translation API (Issue #89 - Thanks @BlackWizard) See supported languages and limitations here: https://github.com/mbi/django-rosetta/pull/89 +* Added support for the Azure translation API, replacing the BING API. (Issue #86, thanks @davidkuchar and @maikelwever) * Removed support for the signed_cookies SESSION_ENGINE + SessionRosettaStorage in Django 1.6, because serialization of POFiles would fail * Simplified the group membership test (Issue #90 - Thanks @dotsbb) diff --git a/rosetta/tests/__init__.py b/rosetta/tests/__init__.py index 8baa6e5..c123308 100644 --- a/rosetta/tests/__init__.py +++ b/rosetta/tests/__init__.py @@ -1 +1,2 @@ from .tests import * +from ..utils.microsofttranslator.test import *