Skip to content

Commit

Permalink
Import DE, ES, and IT translations. Closes pandaproject#923. Closes p…
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Nov 24, 2013
1 parent 864aa4d commit 90f9733
Show file tree
Hide file tree
Showing 16 changed files with 4,643 additions and 963 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Fix errant "%20"s in search box in Firefox. (#916)
* Fix bug in volume and solr index migration scripts. (#922)
* Revise and document manual upload/import process for large files (#929)
* Enable German, Italian and Spanish translations (#923, #924, #926)

1.1.0
-----
Expand Down
4 changes: 2 additions & 2 deletions jumpstart/templates/jumpstart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ <h2>Welcome to PANDA!</h2>
<form id="setup" method="POST" action="wait">
{% csrf_token %}

<!--<div class="control-group">
<div class="control-group">
<label for="language">What language should your PANDA be in?</label>
<select name="language">
{% for lang in languages %}
<option value="{{ lang.0 }}" {% if lang.0 == "en" %}selected="selected"{% endif %}>{{ lang.1 }}</option>
{% endfor %}
</select>
</div>-->
</div>

<div class="control-group">
<label for="timezone">What time zone does your organization do most of its work in?</label>
Expand Down
3 changes: 3 additions & 0 deletions jumpstart/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ def jumpstart(request):
'settings': settings,
'languages': (
('en', gettext_noop('English'))
('de', gettext_noop('German'))
('es', gettext_noop('Spanish'))
('it', gettext_noop('Italian'))
),
'timezones': common_timezones
})
Expand Down
Binary file modified locale/de/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 90f9733

Please sign in to comment.