Added translations to pot + fixed Japanese

This commit is contained in:
dabura667 2015-06-05 02:44:14 +09:00
commit 2ebbf1f1c6
6 changed files with 52 additions and 17 deletions

View file

@ -30,8 +30,8 @@
</label>
<label for="username">
{{importLegacy.fromCloud ? 'Email': 'Username'}}
<input type="text" class="form-control" placeholder="{{importLegacy.fromCloud ? 'Email': 'Username'}}"
{{importLegacy.fromCloud ? {{'Email'|translate}}: {{'Username'|translate}}}}
<input type="text" class="form-control" placeholder="{{importLegacy.fromCloud ? {{'Email'|translate}}: {{'Username'|translate}}}}"
name="username" ng-model="importLegacy.username" autocapitalize="off" required>
</label>