Skip to content

Commit

Permalink
Merge pull request #51 from matagus/spanish-translation
Browse files Browse the repository at this point in the history
Spanish translation
  • Loading branch information
matagus committed May 16, 2015
2 parents c37c733 + c3938f8 commit 721c4ff
Show file tree
Hide file tree
Showing 5 changed files with 1,083 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
recursive-include planet/templates *.html *.xml
recursive-include planet/static *.jpg *.png *.gif *.css
recursive-include docs *.rst
recursive-include locale *.po *.mo
2 changes: 1 addition & 1 deletion planet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
VERSION = (0, 8, 2, "f") # following PEP 386
VERSION = (0, 8, 3, "f") # following PEP 386

def get_version():
version = "%s.%s" % (VERSION[0], VERSION[1])
Expand Down
Binary file added planet/locale/es/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 721c4ff

Please sign in to comment.