Merge pull request #3054 from cmgustavo/translate/languages02

Removes translation for languages name
This commit is contained in:
Matias Alejo Garcia 2015-07-31 10:29:35 -03:00
commit 5b1da9f43f
2 changed files with 9 additions and 9 deletions

View file

@ -11,7 +11,7 @@
<div ng-show="!prefLang.loading"
ng-repeat="lang in index.availableLanguages"
ng-click="prefLang.save(lang.isoCode)" class="line-b p20 size-14">
<span>{{lang.name|translate}}</span>
<span>{{lang.name}}</span>
<i class="fi-check size-16 right" ng-show="index.defaultLanguageIsoCode == lang.isoCode"></i>
</div>
</div>