Skip to content

Commit

Permalink
Merge pull request #66 from fabiobatalha/tk65
Browse files Browse the repository at this point in the history
Inclusão de livraria cultura em lista de lojas
  • Loading branch information
fabiobatalha authored Nov 7, 2017
2 parents 7e6d87f + acf7887 commit 04595f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scielobooks/staff/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ def get_form(cls, localizer, **kwargs):
('Google Play', localizer.translate(_('Google Play'))),
('Amazon', localizer.translate(_('Amazon'))),
('Apple Store', localizer.translate(_('Apple Store'))),
('Kobo Books', localizer.translate(_('Kobo Books')))]
('Kobo Books', localizer.translate(_('Kobo Books'))),
('Livraria Cultura', localizer.translate(_('Livraria Cultura')))
]

l10n_countries = Countries(localizer.locale_name)
country_values = l10n_countries.items()
Expand Down

0 comments on commit 04595f2

Please sign in to comment.