mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-16 21:30:24 +00:00
Rename zh_hans locale to zh_Hans. Fixes #282
This commit is contained in:
parent
aba26fe7fa
commit
aa954672e1
4 changed files with 6 additions and 1 deletions
5
CHANGES
5
CHANGES
|
|
@ -1,6 +1,11 @@
|
|||
Version History
|
||||
===============
|
||||
|
||||
Version 0.10.1 (unreleased)
|
||||
---------------------------
|
||||
* Remamed the zh_hans locale to zh_Hans (issue #282, thanks @sunfkny)
|
||||
|
||||
|
||||
Version 0.10.0
|
||||
--------------
|
||||
* Fix link to polib. (#277, thanks @gamboz)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
VERSION = (0, 10, 0)
|
||||
VERSION = (0, 10, 1)
|
||||
|
||||
|
||||
def get_version(limit=3):
|
||||
|
|
|
|||
Loading…
Reference in a new issue