Skip to content

Commit

Permalink
Updated translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
normanjaeckel committed Jan 27, 2016
1 parent 65cbecb commit fea0287
Show file tree
Hide file tree
Showing 22 changed files with 9,371 additions and 7,417 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -17,3 +17,4 @@ Authors of OpenSlides in chronological order of first contribution:
André Böhlke <ab@bcoding.de>
René von der Haar <rene.vonderhaar@medienweite.de> (Logo design)
Jörn Bensch <bensch@triagonale.de> (Template design)
John Felipe Urrego Mejia <ingenierofelipeurrego@gmail.com> (Spanish translation)
3 changes: 2 additions & 1 deletion CHANGELOG
Expand Up @@ -61,7 +61,8 @@ Other:
this.
- Django 1.9 is supported
Translations:
- Added DE and FR translations.
- Updated DE, FR, CS and PT translations.
- Added ES translations.


Version 1.7 (2015-02-16)
Expand Down
5 changes: 4 additions & 1 deletion openslides/core/static/js/core/base.js
Expand Up @@ -91,7 +91,10 @@ angular.module('OpenSlidesApp.core', [
var languages = [
{ code: 'en', name: gettext('English') },
{ code: 'de', name: gettext('German') },
{ code: 'fr', name: gettext('French') }
{ code: 'fr', name: gettext('French') },
{ code: 'es', name: gettext('Spanish') },
{ code: 'pt', name: gettext('Portuguese') },
{ code: 'cs', name: gettext('Czech') },
];
angular.forEach(languages, function (language) {
if (language.code == current)
Expand Down

0 comments on commit fea0287

Please sign in to comment.