diff --git a/CHANGES b/CHANGES index a1f619e..da7b212 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,10 @@ Version History =============== +Version 0.9.7 (unreleased) +-------------------------- +* Arabic translation. (#257, thanks @Bashar) + Version 0.9.6 ------------- * Remove 'providing_args' kwarg from signals instanciation (#250, thanks @mondeja) diff --git a/rosetta/__init__.py b/rosetta/__init__.py index b53f81e..735ff3b 100644 --- a/rosetta/__init__.py +++ b/rosetta/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 9, 6) +VERSION = (0, 9, 7) default_app_config = "rosetta.apps.RosettaAppConfig" diff --git a/tox.ini b/tox.ini index 6683640..d076491 100644 --- a/tox.ini +++ b/tox.ini @@ -50,6 +50,7 @@ whitelist_externals = msgfmt commands = + msgfmt -c -o ar/LC_MESSAGES/django.mo ar/LC_MESSAGES/django.po msgfmt -c -o cs/LC_MESSAGES/django.mo cs/LC_MESSAGES/django.po msgfmt -c -o de/LC_MESSAGES/django.mo de/LC_MESSAGES/django.po msgfmt -c -o es/LC_MESSAGES/django.mo es/LC_MESSAGES/django.po