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
@@ -36,7 +36,7 @@ angular.module('authCtrl', [])
} else if (!!data && !!data.err) {
$window.alert(data.err);
} else {
$window.alert(window.env.t('errorUpCase') + status);
$window.alert(window.env.t('errorUpCase') + ' ' + status);
}
};