Merge pull request #2729 from emanuelschuetze/translation-update

Updated translations for EN/DE. Fix translation string.
This commit is contained in:
Emanuel Schütze 2016-12-02 16:41:45 +01:00 committed by GitHub
commit dbfa470ee0
3 changed files with 1449 additions and 1310 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
<!-- Recommendation -->
<div ng-if="motion.getRecommendationName() != ''">
<h3 translate>{{ config('motions_recommendations_by') }}</h3>
<h3>{{ config('motions_recommendations_by') }}</h3>
{{ motion.getRecommendationName() }}
</div>