Added translations to pot + fixed Japanese
This commit is contained in:
parent
7c67e5128c
commit
2ebbf1f1c6
6 changed files with 52 additions and 17 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue