Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added missing translation for "select option"
  • Loading branch information
OzzieIsaacs committed Sep 3, 2018
1 parent db9561d commit 0bcb20f
Show file tree
Hide file tree
Showing 14 changed files with 2,273 additions and 2,269 deletions.
4 changes: 2 additions & 2 deletions cps/templates/book_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
<div class="text-left">
<label class="control-label" for="book_format_from">{{_('Convert from:')}}</label>
<select class="form-control" name="book_format_from" id="book_format_from">
<option disabled selected value> -- select an option -- </option>
<option disabled selected value> -- {{_('select an option')}} -- </option>
{% for file in book.data %}
<option>{{file.format}} </option>
{% endfor %}
</select>
<label class="control-label" for="book_format_to">{{_('Convert to:')}}</label>
<select class="form-control" name="book_format_to" id="book_format_to">
<option disabled selected value> -- select an option -- </option>
<option disabled selected value> -- {{_('select an option')}} -- </option>
{% for format in conversion_formats %}
<option>{{format|upper}} </option>
{% endfor %}
Expand Down
Binary file modified cps/translations/de/LC_MESSAGES/messages.mo
Binary file not shown.
Loading

0 comments on commit 0bcb20f

Please sign in to comment.