Skip to content

Commit

Permalink
Update locales
Browse files Browse the repository at this point in the history
  • Loading branch information
adamaziz15 committed Jun 22, 2017
1 parent eba7fe8 commit ae9c957
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/app/views/marketplace/marketplace-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ <h2>Price</h2>
{{ 'mno_enterprise.templates.dashboard.marketplace.show.edited_by_admin' | translate }}
</span>
</span>
<a class="comments-show" ng-hide="review.showComments || review.comments.length == 0" ng-click="review.showComments = true" href="">{{'mno_enterprise.templates.dashboard.marketplace.show.comments' | translate}} ({{ review.comments.length }})</a>
<a class="comments-show" ng-show="review.showComments" ng-click="review.showComments = false" href="">{{'mno_enterprise.templates.dashboard.marketplace.show.comment.hide' | translate}}</a>
<a class="comments-show" ng-hide="review.showComments || review.comments.length == 0" ng-click="review.showComments = true" href="">{{'mno_enterprise.templates.dashboard.marketplace.show.comment' | translate:{COUNT: review.comments.length} }}</a>
<a class="comments-show" ng-show="review.showComments" ng-click="review.showComments = false" href="">{{'mno_enterprise.templates.dashboard.marketplace.show.comment.hide_comments' | translate}}</a>
</footer>
</blockquote>
</div>
Expand Down
5 changes: 2 additions & 3 deletions src/locales/en.locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -557,9 +557,8 @@
"mno_enterprise.templates.dashboard.marketplace.show.comment.delete_modal_body": "Do you really want to delete your comment?",
"mno_enterprise.templates.dashboard.marketplace.show.comment.delete_modal_cancel": "Cancel",
"mno_enterprise.templates.dashboard.marketplace.show.comment.delete_modal_delete": "Delete",
"mno_enterprise.templates.dashboard.marketplace.show.comment.hide": "Hide Comments",
"mno_enterprise.templates.dashboard.marketplace.show.comment": "Comment",
"mno_enterprise.templates.dashboard.marketplace.show.comments": "Comments",
"mno_enterprise.templates.dashboard.marketplace.show.comment.hide_comments": "Hide Comments",
"mno_enterprise.templates.dashboard.marketplace.show.comment": "Comment{COUNT, select, undefined{} other{{COUNT, plural, one{ (#)} other{s (#)}}}}",
"mno_enterprise.templates.dashboard.marketplace.show.answer.delete_modal_header": "Delete an answer",
"mno_enterprise.templates.dashboard.marketplace.show.answer.delete_modal_body": "Do you really want to delete your answer?",
"mno_enterprise.templates.dashboard.marketplace.show.answer.delete_modal_cancel": "Cancel",
Expand Down

0 comments on commit ae9c957

Please sign in to comment.