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 -1
View File
@@ -30,7 +30,7 @@ habitrpg.controller('NotificationCtrl',
if ((money > 0) && !!bonus) {
if (bonus < 0.01) bonus = 0.01;
Notification.text("+ " + Notification.coins(bonus) + window.env.t('streakCoins'));
Notification.text("+ " + Notification.coins(bonus) + ' ' + window.env.t('streakCoins'));
delete User.user._tmp.streakBonus;
}
});