Skip to content

Commit

Permalink
add lbforum/locale/zh-Hans/
Browse files Browse the repository at this point in the history
  • Loading branch information
vicalloy committed Aug 8, 2016
1 parent ee5f02c commit d5035eb
Show file tree
Hide file tree
Showing 12 changed files with 571 additions and 960 deletions.
11 changes: 10 additions & 1 deletion lbforum/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
__version__ = '0.9.23'
VERSION = (2, 0, 0)

__version__ = '.'.join((str(each) for each in VERSION[:4]))


def get_version():
"""
Returns string with digit parts only as version.
"""
return '.'.join((str(each) for each in VERSION[:3]))
Binary file added lbforum/locale/ca/LC_MESSAGES/django.mo
Binary file not shown.
Binary file added lbforum/locale/zh-Hans/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit d5035eb

Please sign in to comment.