Skip to content

Commit

Permalink
README with Version 0.19.4 and locale_es updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
SRJ9 committed Mar 11, 2017
1 parent 143c77a commit 176d99b
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 203 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ Versions
- 0.19 (Ayrton Senna's Toleman's car number '84 - Debut)
- 0.27-VIL (Gilles Villeneuve 27)

0.19.4 (to-do)
=============
- Refactor API in directory
0.19.4
======
- Race points will be saved in BD
- Improve Points Calculator. Much faster than before
- Improve copy season (seats, teams and races)

0.19.3
======
Expand Down
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ Versions
- 0.19 (Ayrton Senna's Toleman's car number '84 - Debut)
- 0.27-VIL (Gilles Villeneuve 27)

0.19.4 (to-do)
==============
- Refactor API in directory
0.19.4
======
- Race points will be saved in BD
- Improve Points Calculator. Much faster than before
- Improve copy season (seats, teams and races)

0.19.3
======
Expand Down
8 changes: 4 additions & 4 deletions driver27/admin/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def print_copy_season(self, obj):
copy_text=_('Copy'))
else:
return ''
print_copy_season.short_description = _('copy season')
print_copy_season.short_description = _('Create new season from this')
print_copy_season.allow_tags = True

def print_copy_link(self, obj, reverse_link, copy_text):
Expand All @@ -246,17 +246,17 @@ def print_copy_link(self, obj, reverse_link, copy_text):
return ''

def print_copy_races(self, obj):
return self.print_copy_link(obj, "admin:dr27-copy-races", _('Copy Races'))
return self.print_copy_link(obj, "admin:dr27-copy-races", _('copy races'))
print_copy_races.short_description = _('copy races')
print_copy_races.allow_tags = True

def print_copy_teams(self, obj):
return self.print_copy_link(obj, "admin:dr27-copy-teams", _('Copy Teams'))
return self.print_copy_link(obj, "admin:dr27-copy-teams", _('copy teams'))
print_copy_teams.short_description = _('copy teams')
print_copy_teams.allow_tags = True

def print_copy_seats(self, obj):
return self.print_copy_link(obj, "admin:dr27-copy-seats", _('Copy Seats'))
return self.print_copy_link(obj, "admin:dr27-copy-seats", _('copy seats'))
print_copy_seats.short_description = _('copy seats')
print_copy_seats.allow_tags = True

Expand Down
Binary file modified driver27/locale/es/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 176d99b

Please sign in to comment.