Skip to content

Commit

Permalink
Added more improvements about i18n and Spanish l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
macagua committed Dec 20, 2013
1 parent 3f77cd2 commit a59927f
Show file tree
Hide file tree
Showing 9 changed files with 1,190 additions and 34 deletions.
2 changes: 2 additions & 0 deletions src/badger/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,7 @@ def __unicode__(self):

class BadgeI18N(I18nModel):
class Meta:
verbose_name = _(u'Badge I18N')
verbose_name_plural = _(u'Badges I18N')
source_model = Badge
translation_fields = ('title', 'description')
Binary file added src/locale/es/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit a59927f

Please sign in to comment.