Arabic translation. (#257, thanks @Bashar)

This commit is contained in:
Marco Bonetti 2021-04-17 15:09:26 +02:00
parent 1658719d74
commit b5a97811ac
3 changed files with 6 additions and 1 deletions

View file

@ -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)

View file

@ -1,4 +1,4 @@
VERSION = (0, 9, 6)
VERSION = (0, 9, 7)
default_app_config = "rosetta.apps.RosettaAppConfig"

View file

@ -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