Removes translation for languages name

This commit is contained in:
Gustavo Maximiliano Cortez 2015-07-30 15:49:00 -03:00
commit 308ec270e4
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
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>