forked from mbi/django-rosetta
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES
More file actions
15 lines (12 loc) · 659 Bytes
/
Copy pathCHANGES
File metadata and controls
15 lines (12 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* Better handling of translation callbacks on Bing's translation API and support of composite locales (Issue #26)
Version 0.6.5
-------------
* Updated polib to 0.7.0
* Added ROSETTA_POFILE_WRAP_WIDTH setting to track the line-length of the updated Po file. (Issue #24)
* Renamed the ``messages``context variable to ``rosetta_messages`` prevent conflicts with ``django.contrib.messages`` (Issue #23)
Version 0.6.4
-------------
* Added ROSETTA_REQUIRES_AUTH option to grant access to non authenticated users (False by default)
Version 0.6.3
-------------
* Support for the Bing transation API service to replace Google's service which is no longer free.