chore(i18n): prepare english for transifex: remove ending or starting space & _comment strings

This commit is contained in:
Matteo Pagliazzi
2014-02-11 19:30:55 +01:00
parent 19139f562b
commit fa2c64d2d8
21 changed files with 63 additions and 31 deletions
+1
View File
@@ -45,6 +45,7 @@ figure.herobox(ng-click='spell ? castEnd(profile, "user", $event) : clickMember(
span.current-pet(class='Pet-{{profile.items.currentPet}}', ng-show='profile.items.currentPet && !minimal')
.avatar-level.label.label-default(ng-class='userLevelStyle(profile)')
span.glyphicon.glyphicon-circle-arrow-up(ng-show='profile.stats.buffs.str || profile.stats.buffs.per || profile.stats.buffs.con || profile.stats.buffs.int || profile.stats.buffs.stealth', tooltip=env.t('buffed'), style='margin-right:5px;')
| 
=env.t('lvl')
| {{profile.stats.lvl}} 
span.glyphicon.glyphicon-plus-sign(ng-show='profile.achievements.rebirths', tooltip=env.t('reborn', {reLevel: "{{profile.achievements.rebirthLevel}}"}))