mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
example of interpolation working
This commit is contained in:
parent
1a8c3d17b2
commit
7344f745e4
1 changed files with 1 additions and 2 deletions
|
@ -85,8 +85,7 @@
|
|||
.progress
|
||||
.progress-bar.progress-bar-info(ng-style="{'width' : (percentComplete+'%')}")
|
||||
|
||||
p.small
|
||||
| #{translate("profile_complete_percentage", {percent:"FIX ME"})}
|
||||
p.small(ng-i18next="[i18next]({percent:percentComplete})profile_complete_percentage")
|
||||
|
||||
button#completeUserProfileInformation.btn.btn-info(
|
||||
ng-hide="formVisable",
|
||||
|
|
Loading…
Reference in a new issue