mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-16 21:30:24 +00:00
Arabic translation. (#257, thanks @Bashar)
This commit is contained in:
parent
1658719d74
commit
b5a97811ac
3 changed files with 6 additions and 1 deletions
4
CHANGES
4
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)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (0, 9, 6)
|
||||
VERSION = (0, 9, 7)
|
||||
default_app_config = "rosetta.apps.RosettaAppConfig"
|
||||
|
||||
|
||||
|
|
|
|||
1
tox.ini
1
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue