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
+4 -2
View File
@@ -92,10 +92,12 @@ li(bindonce='list', bo-id='"task-"+task.id', ng-repeat='task in obj[list.type+"s
p=env.t('brokenTask')
p
a(ng-click='unlink(task, "keep")')=env.t('keepIt')
|  | 
|   
a(ng-click="removeTask(obj[list.type+'s'], $index)")=env.t('removeIt')
div(ng-if='task.challenge.broken=="CHALLENGE_DELETED"')
p=env.t('brokenChallenge')
p
| 
=env.t('brokenChallenge')
p
a(ng-click='unlink(task, "keep-all")')=env.t('keepThem')
|  |